DocumentationMarket Overview API

Market Overview API

Unified market endpoint: indices, macro, sectors, funds, valuation map — all in one

Overview

GET /v1/finance/market is the unified entry point for market data. Returns market overview + macro indicators by default, with optional extensions for sectors, funds, and valuation map.

Usage Modes

ModeExampleDescription
Market overviewGET /v1/finance/marketIndices + breadth + macro
With sectors?include=sectorsAdd sector ranking
With funds?include=fundsAdd fund ranking
With valuation?include=valuationAdd industry PE/PB map
All data?include=sectors,funds,valuationEverything in one call
Sector detail?sector=半导体Specific sector with constituents
Fund detail?fund=110011Specific fund details

Request Parameters

ParameterTypeRequiredDefaultDescription
datestringNoLatestTrading date (YYYY-MM-DD)
includestringNo-Extra data: sectors, funds, valuation
sectorstringNo-Sector name for detail view
typestringNoindustrySector type: industry/concept
fundstringNo-Fund code for detail view
fund_typestringNo-Fund type filter (with include=funds)
sort_bystringNochange_pctSort field for list modes
orderstringNodescSort order
limitintNo20Results limit for list modes

Request Examples

Market Overview

curl -H "X-API-Key: sk_gapi_xxxxx" \
  "https://api.groundapi.net/v1/finance/market"

With Sectors and Valuation

curl -H "X-API-Key: sk_gapi_xxxxx" \
  "https://api.groundapi.net/v1/finance/market?include=sectors,valuation"

Sector Detail

curl -H "X-API-Key: sk_gapi_xxxxx" \
  "https://api.groundapi.net/v1/finance/market?sector=半导体"

Response Fields

Market Overview

FieldDescription
trade_dateTrading date
indicesMajor indices (SSE, SZSE, ChiNext, etc.)
breadthBreadth stats (advancing/declining/limit up/down)
breadth.sentimentMarket sentiment
volume_summaryTurnover info
top_sectors / bottom_sectorsTop/bottom 5 sectors
macroMacro indicators (CPI/PMI/GDP/M2/LPR + treasury yields)
briefNatural language market summary

sector= (Sector Detail)

FieldDescription
nameSector name
todaySector daily quote
valuationPE/PB/market cap aggregate
constituentsConstituent stocks (with quotes + valuation)

fund= (Fund Detail)

FieldDescription
code / nameFund code/name
navLatest NAV
perf_ytd / perf_1yYTD/1-year return
strategy / benchmarkStrategy/benchmark

Pricing

ModeBilling TypePrice
Market overview (with include)market$0.02/call
Sector detail (sector=)sector$0.02/call
Fund detail (fund=)fund$0.01/call

First 500 calls/month are free.

Updated 6 days ago
Did this page help you?