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 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "title": "<string>",
  "summary": "<string>",
  "source": "<string>",
  "url": "<string>",
  "publishedAt": "2023-11-07T05:31:56Z",
  "symbols": [
    "<string>"
  ],
  "sentiment": "positive"
}

Documentation Index

Fetch the complete documentation index at: https://docs.vectrade.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

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