cURL
curl --request GET \ --url https://api.reportify.cn/v1/quant/quotes/realtime \ --header 'Authorization: Bearer <token>'
{ "datas": [ { "change_percent": 123, "price": 123, "change": 123, "name": "<string>", "date": "<string>" } ], "metadata": {} }
获取单只股票的实时行情数据
Documentation IndexFetch the complete documentation index at: https://docs.reportify.cn/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.reportify.cn/llms.txt
Use this file to discover all available pages before exploring further.
curl "https://api.reportify.cn/v1/quant/quotes/realtime?symbol=000001" \ -H "Authorization: Bearer <token>"
Show 数据字段
symbol
{ "datas": [ { "name": "平安银行", "price": 11.0, "change": 0.05, "change_percent": 0.4566, "date": "2026-04-28T15:33:45+08:00" } ], "metadata": { "symbol": "000001" } }
Enter your Bearer token
Stock code
Successful Response
Realtime quote response.
Realtime quote data
Show child attributes
Query metadata