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://api.vectrade.io/v1/vq/quotes/batch \ --header 'X-API-Key: <api-key>'
{ "data": [ { "symbol": "<string>", "price": 123, "change": 123, "changePct": 123, "volume": 123, "timestamp": "2023-11-07T05:31:56Z", "dayHigh": 123, "dayLow": 123, "dayOpen": 123, "previousClose": 123, "marketCap": 123 } ] }
Retrieve real-time quotes for up to 50 symbols in a single request.
VecTrade API key (e.g., vq_live_...)
Comma-separated symbols (max 50)
Batch quote data
Show child attributes