View as markdown
Endpoints

News

Article-level news with per-ticker sentiment, indexed back to 2015 and refreshed every 15 minutes.

MethodPathSummary
GEThttps://api.tickerbot.io/v2/newsSQL query over the news_article archive. Returns articles or aggregate rollups.

One endpoint, articles or rollups

Same SQL-style call; group_by switches the shape.

Query articles directly, or pass group_by=tk to split by mentioned ticker and group_by=day with a date-truncated select for a time series.

News reaches you three ways

The archive, two live columns, and the unified timeline.

Besides this endpoint, the live news_volume and news_volume_weighted_sentiment columns sit on the ticker object — queryable through /v2/scan and /v2/tickers — and headlines mirror into the unified timeline as opt-in kind=news on /v2/events.