Skip to main content
GET
/
vq
/
news
/
{id}
Get a single news article
curl --request GET \
  --url https://api.vectrade.io/v1/vq/news/{id} \
  --header 'X-API-Key: <api-key>'
{
  "id": "<string>",
  "title": "<string>",
  "summary": "<string>",
  "source": "<string>",
  "url": "<string>",
  "publishedAt": "2023-11-07T05:31:56Z",
  "symbols": [
    "<string>"
  ]
}

Authorizations

X-API-Key
string
header
required

VecTrade API key (e.g., vq_live_...)

Path Parameters

id
string
required

Response

News article detail

id
string
title
string
summary
string
source
string
url
string<uri>
publishedAt
string<date-time>
symbols
string[]
sentiment
enum<string>
Available options:
positive,
negative,
neutral