メインコンテンツへスキップ
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[]