# News

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

- **Query news archive** — `GET /v2/news`

## One endpoint, articles or rollups

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

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](/docs/endpoints/events/all).
