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