News

GET
/benzinga/v1/news

Retrieve structured, timestamped news articles from Benzinga, including headlines, full-text content, tickers, categories, sentiment tags, and more. Each article entry contains metadata such as author, publication time, and topic channels, as well as optional elements like teaser summaries, article body text, and images. Articles can be filtered by ticker and time, and are returned in a consistent format for easy parsing and integration. This endpoint is ideal for building real-time alerting systems, news feeds, or sentiment-aware trading strategies.

Use Cases: Market news feeds, alerting systems, portfolio monitoring, sentiment tracking.

Query Parameters
published
string
The timestamp (formatted as an ISO 8601 timestamp) when the news article was originally published.
last_updated
string
The timestamp (formatted as an ISO 8601 timestamp) when the news article was last updated in the system.
tickers
string
Filter for arrays that contain the value.
channels
string
Filter for arrays that contain the value.
tags
string
Filter for arrays that contain the value.
author
string
The name of the journalist or entity that authored the news article.
limit
integer
Limit the maximum number of results returned. Defaults to '100' if not specified. The maximum allowed limit is '50000'.
sort
string
A comma separated list of sort columns. For each column, append '.asc' or '.desc' to specify the sort direction. The sort column defaults to 'published' if not specified. The sort order defaults to 'desc' if not specified.
Response Attributes
next_url
string
optional
If present, this value can be used to fetch the next page.
request_id
string
A request id assigned by the server.
results
array (object)
The results for this request.
author
string
optional
The name of the journalist or entity that authored the news article.
benzinga_id
integer
optional
The identifer used by Benzinga for this record.
body
string
optional
The full text content of the news article.
channels
array (string)
optional
A list of categories or topics that the article belongs to (e.g., 'News', 'Price Target').
images
array (string)
optional
A list of images associated with the article.
last_updated
string
optional
The timestamp (formatted as an ISO 8601 timestamp) when the news article was last updated in the system.
published
string
optional
The timestamp (formatted as an ISO 8601 timestamp) when the news article was originally published.
tags
array (string)
optional
A list of tags that describe the themes or content of the article.
teaser
string
optional
A short summary or lead-in to the news article's content.
tickers
array (string)
optional
A list of stock or crypto tickers mentioned in the article.
title
string
optional
The headline of the news article.
url
string
optional
The direct link to the source of the news article.
status
enum (OK)
The status of this request's response.
Code Examples
Query URL
GET
Log in or Sign up to Polygon to run a query. It's free.
Scroll to see updated query response
Response Object
Did you find this page helpful?
Do you still need help with something?