latestOpenAPI 3.0.32026-08-101461131.1 MB

ad6f143e43aa

benzinga

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

get/benzinga/v2/news

Query parameters

publishedstring

The timestamp (formatted as an ISO 8601 timestamp) when the news article was originally published. Value must be an integer timestamp in seconds, formatted 'yyyy-mm-dd', or ISO 8601/RFC 3339 (e.g. '2024-05-28T20:27:41Z').

published.gtstring

Filter greater than the value. Value must be an integer timestamp in seconds, formatted 'yyyy-mm-dd', or ISO 8601/RFC 3339 (e.g. '2024-05-28T20:27:41Z').

published.gtestring

Filter greater than or equal to the value. Value must be an integer timestamp in seconds, formatted 'yyyy-mm-dd', or ISO 8601/RFC 3339 (e.g. '2024-05-28T20:27:41Z').

published.ltstring

Filter less than the value. Value must be an integer timestamp in seconds, formatted 'yyyy-mm-dd', or ISO 8601/RFC 3339 (e.g. '2024-05-28T20:27:41Z').

published.ltestring

Filter less than or equal to the value. Value must be an integer timestamp in seconds, formatted 'yyyy-mm-dd', or ISO 8601/RFC 3339 (e.g. '2024-05-28T20:27:41Z').

channelsstring

Filter for arrays that contain the value.

channels.all_ofstring

Filter for arrays that contain all of the values. Multiple values can be specified by using a comma separated list.

channels.any_ofstring

Filter for arrays that contain any of the values. Multiple values can be specified by using a comma separated list.

tagsstring

Filter for arrays that contain the value.

tags.all_ofstring

Filter for arrays that contain all of the values. Multiple values can be specified by using a comma separated list.

tags.any_ofstring

Filter for arrays that contain any of the values. Multiple values can be specified by using a comma separated list.

authorstring

The name of the journalist or entity that authored the news article.

author.any_ofstring

Filter equal to any of the values. Multiple values can be specified by using a comma separated list.

author.gtstring

Filter greater than the value.

author.gtestring

Filter greater than or equal to the value.

author.ltstring

Filter less than the value.

author.ltestring

Filter less than or equal to the value.

stocksstring

Filter for arrays that contain the value.

stocks.all_ofstring

Filter for arrays that contain all of the values. Multiple values can be specified by using a comma separated list.

stocks.any_ofstring

Filter for arrays that contain any of the values. Multiple values can be specified by using a comma separated list.

tickersstring

Filter for arrays that contain the value.

tickers.all_ofstring

Filter for arrays that contain all of the values. Multiple values can be specified by using a comma separated list.

tickers.any_ofstring

Filter for arrays that contain any of the values. Multiple values can be specified by using a comma separated list.

limitinteger

Limit the maximum number of results returned. Defaults to '100' if not specified. The maximum allowed limit is '50000'.

sortstring

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

A list of results.

next_urlstring

If present, this value can be used to fetch the next page.

request_idstring required

A request id assigned by the server.

status'OK' required

The status of this request's response.