跳转到主要内容
GET
/
api
/
market-data
/
quote
/
static_info
获取证券静态信息
curl --request GET \
  --url https://openapi.fcontext.com/api/market-data/quote/static_info \
  --header 'x-api-key: <api-key>'
{
  "quote": [
    {
      "symbol": "<string>",
      "nameCn": "<string>",
      "nameEn": "<string>",
      "nameHk": "<string>",
      "exchange": "<string>",
      "currency": "<string>",
      "lotSize": 123,
      "totalShares": "<string>",
      "circulatingShares": "<string>",
      "hkShares": "<string>",
      "eps": "<string>",
      "epsTtm": "<string>",
      "bps": "<string>",
      "dividendYield": "<string>"
    }
  ]
}

授权

x-api-key
string
header
必填

在账户设置中生成的 Financial Context key。请以 x-api-key: <key> 形式发送。

查询参数

symbols
string
必填

逗号分隔的证券标的。

响应

证券静态信息

quote
object[]