Skip to main content
GET
Python (SDK)

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
integer
default:20

Maximum number of news articles to return

Required range: 1 <= x <= 100
Example:

20

offset
integer
default:0

Number of articles to skip for pagination

Required range: x >= 0
Example:

0

symbols
string

Comma-separated list of stock symbols to filter news

Example:

"AAPL,GOOGL,MSFT"

category
enum<string>

News category filter

Available options:
market,
earnings,
economy,
technology,
healthcare,
energy,
finance
Example:

"technology"

from_date
string<date-time>

Start date for news articles (ISO 8601 format)

Example:

"2024-01-01T00:00:00Z"

to_date
string<date-time>

End date for news articles (ISO 8601 format)

Example:

"2024-12-31T23:59:59Z"

Response

News retrieved successfully

articles
object[]
total
integer

Total number of articles available

limit
integer

Number of articles per page

offset
integer

Current pagination offset