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/quote/intraday \ --header 'x-api-key: <api-key>'
{ "intraday": [ { "price": "<string>", "timestamp": "2023-11-07T05:31:56Z", "volume": "<string>", "turnover": "<string>", "avgPrice": "<string>" } ] }
在帳戶設置中生成的 Financial Context key。請以 x-api-key: <key> 形式發送。
x-api-key: <key>
交易時段:intraday 表示常規交易時段(預設),all 表示所有交易時段;也接受 trade_sessions=0|1。
intraday
all
trade_sessions=0|1
session 的兼容別名:0 表示常規交易時段,1 表示所有交易時段。
session
0
1
日內資料
Show child attributes