---
title: "GET /benzinga/v2/news"
method: GET
path: "/benzinga/v2/news"
tags: ["benzinga"]
---

# GET /benzinga/v2/news

`GET /benzinga/v2/news`

A comprehensive news article database from Benzinga, containing detailed information about financial news articles including metadata, content, and associated financial information.

## Query parameters

- `published` string
- `published.gt` string
- `published.gte` string
- `published.lt` string
- `published.lte` string
- `channels` string
- `channels.all_of` string
- `channels.any_of` string
- `tags` string
- `tags.all_of` string
- `tags.any_of` string
- `author` string
- `author.any_of` string
- `author.gt` string
- `author.gte` string
- `author.lt` string
- `author.lte` string
- `stocks` string
- `stocks.all_of` string
- `stocks.any_of` string
- `tickers` string
- `tickers.all_of` string
- `tickers.any_of` string
- `limit` integer
- `sort` string

## Response `200`

A list of results.

- object
  - `next_url` string — If present, this value can be used to fetch the next page.
  - `request_id` string, required — A request id assigned by the server.
  - `results` object[], required — The results for this request.
    - `author` string, required — The name of the journalist or entity that authored the news article.
    - `benzinga_id` integer, required — The identifier used by Benzinga for this record.
    - `body` string — The full text content of the news article.
    - `channels` string[] — A list of categories or topics that the article belongs to (e.g., 'News', 'Price Target').
    - `images` string[] — A list of images associated with the article.
    - `last_updated` string, date-time, required — The timestamp (formatted as an ISO 8601 timestamp) when the news article was last updated in the system.
    - `published` string, date-time, required — The timestamp (formatted as an ISO 8601 timestamp) when the news article was originally published.
    - `tags` string[] — A list of tags that describe the themes or content of the article.
    - `teaser` string — A short summary or lead-in to the news article's content.
    - `tickers` string[] — A list of stock or crypto tickers mentioned in the article.
    - `title` string, required — The headline of the news article.
    - `url` string, required — The direct link to the source of the news article.
  - `status` 'OK', required — The status of this request's response.

## Other responses

- `400` — An error message.

---

[API](https://skmtc.net/massive/apis/polygon-api.md) · [All operations](https://skmtc.net/massive/apis/polygon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/massive/polygon-api/revisions/ad6f143e43aa/schema)
