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/news/{symbol} \ --header 'X-API-Key: <api-key>'
{ "data": [ { "id": "<string>", "title": "<string>", "summary": "<string>", "source": "<string>", "url": "<string>", "publishedAt": "2023-11-07T05:31:56Z", "symbols": [ "<string>" ] } ], "page_info": { "hasNext": true, "cursor": "<string>", "totalCount": 123 } }
Retrieve a paginated list of financial news articles, optionally filtered by symbols.
VecTrade API key (e.g., vq_live_...)
Filter by symbols (comma-separated)
x <= 100
Pagination cursor
News articles
Show child attributes