Discover/sse.com.cn API
live

sse.com.cn APIsse.com.cn

Access SSE market overviews, real-time equity quotes, index performance, daily board statistics, and security search via a single structured API.

Endpoints
7
Updated
3mo ago
Try it
Snapshot date in YYYYMMDD or YYYY-MM-DD format. Omitting returns the latest available trad
api.parse.bot/scraper/091705e2-bf6a-48a4-928e-a06326011632/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/091705e2-bf6a-48a4-928e-a06326011632/get_market_overview' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 7 totalclick to expand

Get overall market statistics across stocks, bonds, and funds. Returns trading amounts, total/negotiable market values, and security counts for each product type.

Input
ParamTypeDescription
datestringSnapshot date in YYYYMMDD or YYYY-MM-DD format. Omitting returns the latest available trading day.
Response
{
  "type": "object",
  "fields": {
    "data": "array of market product summaries with PRODUCT_NAME, TOTAL_VALUE, NEGO_VALUE, SECURITY_NUM, TOTAL_TRADE_AMT, TRADE_DATE"
  },
  "sample": {
    "data": [
      {
        "NEGO_VALUE": "656948.97",
        "TRADE_DATE": "20260513",
        "TOTAL_VALUE": "705873.93",
        "PRODUCT_NAME": "股票",
        "SECURITY_NUM": "2354",
        "TOTAL_TRADE_AMT": "14480.45"
      }
    ],
    "status": "success"
  }
}

About the sse.com.cn API

This API exposes 7 endpoints covering Shanghai Stock Exchange market data — from board-level trading statistics to real-time per-security snapshots. Use get_realtime_equity_list to pull paginated live quotes for all SSE-listed equities, or get_security_snapshot to retrieve bid/ask depth, price limits, and trading status for a single 6-digit security code. Market overviews, index metadata, and a full-text security search are also included.

Market Overviews and Board Statistics

get_market_overview returns aggregate statistics across stocks, bonds, and funds for any trading day you specify in YYYYMMDD or YYYY-MM-DD format — fields include TOTAL_VALUE, NEGO_VALUE, SECURITY_NUM, and TOTAL_TRADE_AMT per product type. For equity-specific breakdowns, get_stock_trading_overview splits results by board: Main A, Main B, STAR Market, and combined. Each row carries TRADE_VOL, TRADE_AMT, AVG_PE_RATE, TOTAL_VALUE, and NEGO_VALUE, making it straightforward to compare board-level valuations on a given date.

Index Data

get_sse_index_overview returns current snapshot data for key SSE indices — composite, STAR, and sector indices — with fields like CLOSE_POINT, PE_RATIO, TRADE_AMT, and KIND_NUM (constituent stock count). If you need static metadata rather than live performance, get_sse_index_list provides the full catalogue: indexCode, indexFullName, indexNameEn, indexBaseDay, indexBasePoint, numOfStockes, and methodology descriptions. Neither endpoint accepts date or filter parameters; they return the full current set.

Real-Time Quotes and Security Lookup

get_realtime_equity_list serves paginated live quotes for all SSE equities. Pass begin and end integers to page through results; each record in the list array includes code, name, open, high, low, last price, previous close, change rate, volume, and amount. For a focused view, get_security_snapshot accepts a single required code parameter (e.g. 600000) and returns the full snap array with bid/ask depth and price limit fields alongside standard OHLC data.

search_securities accepts a query string — a 6-digit code, a Chinese company name, or a pinyin abbreviation such as pfyx — and returns up to 50 matching results with code, name, and pinyin fields. This is useful for resolving a company name to its SSE code before querying the snapshot or trading history endpoints.

Common use cases
  • Track real-time price changes across all SSE-listed equities using get_realtime_equity_list with pagination.
  • Monitor STAR Market vs. Main Board valuation spreads by comparing AVG_PE_RATE from get_stock_trading_overview.
  • Build an index dashboard using CLOSE_POINT and PE_RATIO fields from get_sse_index_overview.
  • Resolve company names or pinyin abbreviations to security codes via search_securities before making downstream queries.
  • Pull historical daily market totals — total/negotiable market cap and trade amounts — using get_market_overview with a date parameter.
  • Display bid/ask depth and trading status for a single stock using get_security_snapshot with a 6-digit SSE code.
  • Enumerate all SSE indices with base dates and constituent counts using get_sse_index_list for index construction or backtesting setup.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does the Shanghai Stock Exchange provide an official developer API?+
SSE does not publish a public developer API with documented endpoints, authentication, or an SDK. Data on sse.com.cn is intended for browser consumption. This Parse API provides structured programmatic access to the same data.
What does `get_security_snapshot` return beyond basic price data?+
get_security_snapshot returns a snap array that includes bid/ask depth, price limit levels (up and down), trading status flags, and change/change-rate fields alongside the standard open, high, low, last, volume, and amount values. You supply a single required code parameter — a 6-digit SSE security code such as 600000.
How does pagination work in `get_realtime_equity_list`?+
Pass integer values to the begin and end parameters to define the slice you want. The response object includes total (total equity count), begin, and end fields so you can calculate subsequent page ranges. Both parameters are optional; omitting them returns the default initial slice.
Does the API cover historical intraday tick data or candlestick (OHLCV) time series for individual stocks?+
Not currently. The API covers real-time snapshots via get_security_snapshot, paginated live quotes via get_realtime_equity_list, and daily board-level summaries via get_stock_trading_overview. Intraday tick history or per-security OHLCV time series are not exposed. You can fork this API on Parse and revise it to add the missing endpoint.
Are Shenzhen Stock Exchange (SZSE) or Beijing Stock Exchange securities covered?+
No. All endpoints are scoped exclusively to securities listed on the Shanghai Stock Exchange. SZSE- and BSE-listed instruments are not included. You can fork this API on Parse and revise it to target the equivalent data sources for those exchanges.
Page content last updated . Spec covers 7 endpoints from sse.com.cn.
Related APIs in FinanceSee all →
cmegroup.com API
Get CME Group market data including FedWatch interest-rate probabilities, futures quotes and settlements, volume/open interest history, and options expirations and near-the-money option chains.
guba.eastmoney.com API
Access Chinese stock discussion posts and comments from Eastmoney's community platform to monitor investor sentiment, search board discussions, and retrieve detailed post information and stock board metadata. Get real-time insights into what traders are discussing about specific stocks through posts, replies, and board analytics.
blur.io API
Access NFT collection data on Blur.io, including floor prices, best bids, listed tokens, and recent activity. Authenticate with an Ethereum wallet to place collection bids and retrieve portfolio holdings.
immobiliare.it API
Search Italian property listings for sale or rent, browse real estate agencies, and explore price trends across Italian cities — all via immobiliare.it.
etoro.com API
Monitor top eToro traders by accessing their profiles, portfolio holdings, performance statistics, and trading history to inform your investment decisions. Discover trending stocks and cryptocurrencies, search for specific instruments, and view detailed market data and news to stay updated on investment opportunities.
blackrock.com API
Access comprehensive BlackRock iShares ETF data to research fund performance, holdings, fees, and sector allocations, plus search and compare specific ETFs. Monitor investment details like distributions, key characteristics, and broad market indices all in one place.
morningstar.com.au API
Access comprehensive financial data for Australian stocks, ETFs, and managed funds including key metrics, valuations, dividends, and historical prices. Search securities, review company profiles and ownership details, and stay informed with market news and upcoming dividend information.
eprocurement.gov API
Monitor India's public procurement opportunities by accessing active tenders, bids closing today, global tenders, high-value contracts, and cancelled tenders from the Central Public Procurement Portal. Search tender details, browse participating organizations, and track real-time procurement statistics to stay informed on government contracting opportunities.