跳轉到主要內容
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[]