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