メインコンテンツへスキップ
GET
/
api
/
market-data
/
quote
/
calc_index
証券計算指標を取得
curl --request GET \
  --url https://openapi.fcontext.com/api/market-data/quote/calc_index \
  --header 'x-api-key: <api-key>'
{
  "quote": [
    {
      "symbol": "<string>",
      "lastDone": "<string>",
      "changeValue": "<string>",
      "changeRate": "<string>",
      "volume": "<string>",
      "turnover": "<string>",
      "ytdChangeRate": "<string>",
      "marketValue": "<string>",
      "peTtmRatio": "<string>",
      "pbRatio": "<string>",
      "dividendRatioTtm": "<string>"
    }
  ]
}

承認

x-api-key
string
header
必須

アカウント設定で生成された Financial Context key。x-api-key: <key> として送信します。

クエリパラメータ

symbols
string
必須

カンマ区切りの証券シンボル。

fields
string
デフォルト:pe,pb,dps_rate,turnover_rate,mktcap

カンマ区切りの計算フィールド。一般的なフィールドには last_donechange_rateturnover_ratemktcapcapital_flowpepbdps_rate があります。

indexes
string

fields の互換エイリアス。同じカンマ区切りフィールドをサポートします。

レスポンス

計算指標

quote
object[]