Finance
Shanghai Stock Exchange logo

Shanghai Stock Exchange API

sse.com.cn

Shanghai Stock Exchange - listings, company data, filings, rankings, and live quotes.

Actions
7
Category
Finance
Login
Not required
Output
JSON

Call the Shanghai Stock Exchange API

Submit a task, then poll the job until it settles. This example runs act_sse_com_cn_company_profile_overview.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_sse_com_cn_company_profile_overview",
    "params": {
      "company_code": "601288"
    }
  }'

7 actions on sse.com.cn

Read

  • Company Profile Overview

    act_sse_com_cn_company_profile_overviewread1 credit / call

    Returns company overview for an SSE-listed stock including name, listing date, and industry.

    company_code
    string · required
  • Daily Trading Summary

    act_sse_com_cn_daily_trading_summaryread1 credit / call

    Returns daily OHLC, volume, PE ratio, and change statistics for a listed SSE stock.

    company_code
    string · required
  • IPO Disclosure Listing

    act_sse_com_cn_ipo_disclosure_listingread2 credits / call

    Returns paginated IPO disclosure file metadata including filenames, titles, companies, and dates.

    page
    string · required
    file_title
    string · required
  • Live Stock Quote

    act_sse_com_cn_stock_live_quote_snapread1 credit / call

    Returns a live quote with last price, bid/ask, limits, volume, and turnover for an SSE stock.

    company_code
    string · required
  • Market Cap Ranking

    act_sse_com_cn_market_cap_ranking_listread2 credits / call

    Returns main-board stocks ranked by total market value with codes, names, and values.

    list_board
    string · required
  • Stock Intraday Line

    act_sse_com_cn_stock_intraday_lineread1 credit / call

    Returns intraday time, price, and volume line series for a listed SSE stock.

    company_code
    string · required
  • Top 10 Shareholders

    act_sse_com_cn_top10_shareholdersread1 credit / call

    Returns top-10 shareholder holdings with names, share counts, and ownership ratios.

    company_code
    string · required

Shanghai Stock Exchange API questions

Is there an API for Shanghai Stock Exchange?
Shanghai Stock Exchange does not offer a public data API for this, but Anakin Wire provides 7 maintained endpoints for sse.com.cn. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Shanghai Stock Exchange data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when sse.com.cn changes its markup, Anakin updates the action.
Do I need a Shanghai Stock Exchange account?
No. Every Shanghai Stock Exchange action listed here runs anonymously — no account and no credentials required.
What does the Shanghai Stock Exchange API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Finance APIs

All Finance sites