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