GET
/
news

To fetch longform News content, make sure the request is set to: displayOutput=full

Authorizations

token
string
queryrequired

apiKey to be passed as token in query parameter.

Headers

accept
enum<string>
default: application/jsonrequired

Specify return format.

Available options:
application/json,
application/xml (deprecated)

Query Parameters

page
integer
default: 0

Page offset. For optimization, performance and technical reasons, page offsets are limited from 0 - 100000. Limit the query results by other parameters such as date.

pageSize
integer
default: 15

Number of results returned.

displayOutput
enum<string>
default: headline

Specify headline only (headline), headline + teaser (abstract), or headline + full body (full) text

Available options:
full,
abstract,
headline
date
string

The date to query for news. Shorthand for date_from and date_to if they are the same

dateFrom
string

Date to query from point in time. Sorted by published date

dateTo
string

Date to query to point in time. Sorted by published date

updatedSince
integer

The last updated Unix timestamp (UTC) to pull and sort by

publishedSince
integer

The last published Unix timestamp (UTC) to pull and sort by

sort
enum<string>

Allows control of results sorting. Default is created, DESC.

Sort Fields

  • id
  • created
  • updated

Sort Order Direction

  • asc (ascending)
  • desc (descending)
Available options:
id:asc,
id:desc,
created:asc,
created:desc,
updated:asc,
updated:desc
isin
string

One or more ISINs separated by a comma. Maximum 50.

cusip
string

One or more CUSIPs separated by a comma. Maximum 50. License agreement required.

tickers
string

One or more ticker symbols separated by a comma. Maximum 50.

channels
string

One or more channel names or IDs separated by a comma

topics
string

One or more words/phrases separated by a comma; searches Title, Tags, and Body in order of priority.

authors
string

One or more authors separated by a comma

content_types
string

One or more content types separated by a comma

Response

200 - */*
id
integer

The unique identifier of the article. This identifier is also found in the path of url on benzinga.com.

author
string

The author of the article. This could be a Benzinga journalist, news desk analyst or contributor on benzinga.com.

created
string

The moment the article is created. The time zone is Greenwich Mean Time (GMT) - 4:00, commonly know as Eastern Daylight Time (EDT). This time stamp will not change. The date format standard used is RFC 2822 / RFC 1123.

updated
string

The timestamp of the last update to the article. The time zone is Greenwich Mean Time (GMT) - 4:00, commonly know as Eastern Daylight Time (EDT). This time stamp has the ability to change one or many times, updating each time an update is pushed to the article. The date format standard used is RFC 2822 / RFC 1123.

title
string

The headline of the article. This will only be plain text.

teaser
string

Depending on where the content is originated from (Benzinga.com or Benzinga Pro Terminal) the teaser functions in different ways. If the article is a full length article from Benzinga.com, where the body field is filled out, this will be the first sentence of the article up to 256 characters. If this is a Benzinga Pro headline, this will function like the body of an article and provide additional context to the headline, usually no more than a few paragraphs. This field can contain html and html encoded characters such as '&quot' etc.

body
string

The article content. This field can contain html and html encoded characters such as 'quot' etc.

url
string

The url where the article lives on Benzinga.com. If this is a pro headline, it will take the user to a shortened headline with a paywall to purchase the Benzinga Pro terminal, so use with caution.

image
object[]

The featured image related to the article, if applicable. Benzinga Pro headlines will not contain a featured image.

channels
object[]

The topic(s) or categories that relate to the article. Channels can have sub-channels, but they will all be listed as their own item and not as a sub-level of the array.

For Why is it Moving (WIIM) data, enter WIIM as channel.

stocks
object[]

The stock symbols that are listed within the article body. This will not display competitor symbols unless they are specifically referenced in the article.

tags
object[]

Additional tags that are not channels or categories, but are reoccuring themes including, but not limited to; analyst names, bills being talked about in Congress (Dodd-Frank), specific products (iPhone), politicians, celebrities, stock movements (i.e. 'Mid-day Losers' & 'Mid-day Gainers').