Skip to main content
GET
/
api
/
aitaquote
/
quote
/
stream
/
sse
实时推送(Server-Sent Events)
curl --request GET \
  --url https://fcontext.com/api/aitaquote/quote/stream/sse \
  --header 'x-api-key: <api-key>'
"<string>"

Authorizations

x-api-key
string
header
required

Financial Context key generated from account settings. Send it as x-api-key: <key>.

Query Parameters

symbols
string
required

逗号分隔的 symbol 列表,例如 700.HK,AAPL.US

subTypes
string
required

逗号分隔的订阅类型;可选值 quote,depth,broker,trade

Response

SSE 流

The response is of type string.