Skip to main content
GET
/
api
/
aitaquote
/
quote
/
static_info
获取标的静态信息
curl --request GET \
  --url https://fcontext.com/api/aitaquote/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>",
      "stockDerivatives": [
        123
      ]
    }
  ]
}

Authorizations

x-api-key
string
header
required

Financial Context key generated from account settings. Send it as x-api-key: <key>.

Query Parameters

symbols
string
required

标的代码列表,使用英文逗号分隔。

Response

标的静态信息

quote
object[]