Finlight · Example Payload

Search Articles Request

Example request body for POST /v2/articles - search for Apple and NVIDIA news

Financial NewsSentiment AnalysisMarket DataEquitiesCurrenciesCommoditiesReal-TimeWebhooksWebSocket

Search Articles Request is an example object payload from Finlight, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

descriptionrequest

Example Payload

Raw ↑
{
  "description": "Example request body for POST /v2/articles - search for Apple and NVIDIA news",
  "request": {
    "tickers": ["AAPL", "NVDA"],
    "from": "2024-01-01",
    "to": "2024-12-31",
    "language": "en",
    "countries": ["US"],
    "categories": ["markets", "technology"],
    "includeContent": true,
    "includeEntities": true,
    "excludeEmptyContent": true,
    "orderBy": "publishDate",
    "order": "DESC",
    "pageSize": 20,
    "page": 1
  }
}