Skip to main content
POST
/
api
/
v1
/
news
/
financial
Recent news for two symbols.
finterm tool financial_news --tickers AAPL,MSFT
{
  "finterm": {
    "schema": "<string>",
    "tool": "<string>",
    "args": {},
    "request_id": "<string>",
    "cursor": "<string>"
  },
  "data": {
    "articles": [
      {
        "title": "<string>",
        "tickers": [
          "<string>"
        ],
        "published_at": "<string>",
        "author": "<string>",
        "tags": [
          "<string>"
        ],
        "body": "<string>"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

A live account API key from FINTERM_API_KEY.

Body

application/json
tickers
string[]

Ticker symbols to filter news

date_from
string

Start date in YYYY-MM-DD format

date_to
string

End date in YYYY-MM-DD format

page_size
integer

Number of articles to return

Required range: 1 <= x <= 100

Response

Success.

The two-key success envelope.

finterm
object
required

Canonical result meta header.

data
object
required