Introduction
Benzinga APIs
- Newsfeed & Why is it Moving v2
- Calendar
- Data Websocket
- Historical Bar Data
- Delayed Quote
- Company Fundamentals
- Bull vs. Bear
- Analyst Insights
- Conference Call Transcripts
- Government Trades
- Corporate Logos
- Movers
- Newsfeed (Streaming) v1
- SEC Filings
- Signals
- Squawk
- Webhook v1 Test Trigger
- Short Interest
Libraries
GET Stream
Stream Newsfeed
Our docs do not yet support Websocket streaming. To test the Newsfeed Websocket stream, please use Postman or websocketking.com.
Response
Indicates the message API version. Currently websocket/v1
.
Indicates the message data Kind. Currently News/v1
.
Message payload
The unique identifier of the event that triggered the action.
Indicates what type of status change has occurred for this news item.
Created
, Updated
, Removed
Indicates event time. (RFC3339Milli)
The unique identifier of the article. This identifier is also found in the path of the URL on Benzinga.com. Does not change when the story is updated.
The unique identifier of the article revision. Changes when the story is updated.
Article type/source. e.g., 'story'.
The moment the article is first published. This timestamp will not change on revisions. (RFC3339Milli)
The timestamp of the last update to the article. This timestamp is updated for each revision. (RFC3339Milli)
The headline of the article. This will only be plain text. May be updated with revisions.
The article content. This field can contain HTML and HTML encoded characters such as &
or .
etc. You may request plaintext only with HTML removed, but this may impact formatting/style and produce results different from what the source intended.
The authors of the article. This could be a Benzinga journalist, news desk analyst, or contributor on Benzinga.com.
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.
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.
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. Why Is It Moving (WIIM) data will be labeled with the WIIM
channel.
The securities that are listed within the article body. This will not display competitor symbols unless they are specifically
Was this page helpful?