Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://openapi.fcontext.com/api/market-data/market/trading_days \ --header 'x-api-key: <api-key>'
{ "days": { "tradingDays": [ "2023-12-25" ], "halfTradingDays": [ "2023-12-25" ] } }
指定市場の取引日と半日取引日を取得します。
アカウント設定で生成された Financial Context key。x-api-key: <key> として送信します。
x-api-key: <key>
市場コード。US のみサポートされています。
US
開始日 YYYY-MM-DD。
YYYY-MM-DD
終了日 YYYY-MM-DD。
取引カレンダー
Show child attributes