Skip to main content
Server path: /benzinga-news | Type: Application | PCID required: Yes

Tools

ToolDescription
benzinga_news_get_analyst_insightsGet analyst insights for a given ticker symbol.
benzinga_news_get_bulls_bears_sayGet the latest bull and bear cases for a given ticker symbol.
benzinga_news_get_earnings_call_transcriptsGet earnings call transcripts for a given ticker symbol.
benzinga_news_get_newsGet the news items
benzinga_news_get_removedReturns the removed news data
benzinga_news_get_signal_option_activityReturns option activity signals
benzinga_news_get_wiimsReturns WIIMs data

benzinga_news_get_analyst_insights

Get analyst insights for a given ticker symbol. Parameters:
ParameterTypeRequiredDefaultDescription
pageintegerNoPage number for pagination.
pageSizeintegerNoNumber of items per page.
symbolsstringNoStock ticker symbols separated by commas to query for analyst insights.
analyststringNoOne or more analyst ids separated by a comma.
rating_idstringNoOne or more rating ids separated by a comma.
search_keys_typestringNoIf you wanna query by firm Id or firm name, use this parameter and pass the key. Currently supported are [firm_id, firm]
search_keysstringNoIf you have selected search_keys_type, pass the appropriate identifier here.

benzinga_news_get_bulls_bears_say

Get the latest bull and bear cases for a given ticker symbol. Parameters:
ParameterTypeRequiredDefaultDescription
symbolsstringYesStock ticker symbol to query for bull/bear cases.
pageintegerNoPage offset number.
pagesizeintegerNoNumber of results to be returned. Limit 200
parameters[updated]integerNoRecords last Updated Unix timestamp (UTC). This will force the sort order to be Greater Than or Equal to the timestamp indicated.

benzinga_news_get_earnings_call_transcripts

Get earnings call transcripts for a given ticker symbol.

benzinga_news_get_news

Get the news items Parameters:
ParameterTypeRequiredDefaultDescription
pageintegerNoPage offset. For optimization, performance and technical reasons, page offsets are limited from 0 - 100000. Limit the query results by other parameters such as date.
pageSizeintegerNoNumber of results returned.
displayOutputstringNoSpecify headline only (headline), headline + teaser (abstract), or headline + full body (full) text
datestringNoThe date to query for news. Shorthand for date_from and date_to if they are the same
dateFromstringNoDate to query from point in time. Sorted by published date
dateTostringNoDate to query to point in time. Sorted by published date
updatedSinceintegerNoThe last updated Unix timestamp (UTC) to pull and sort by
publishedSinceintegerNoThe last published Unix timestamp (UTC) to pull and sort by
sortstringNoAllows control of results sorting. Default is created, DESC. Sort Fields * id * created * updated Sort Order Direction * asc (ascending) * desc (descending)
isinstringNoOne or more ISINs separated by a comma. Maximum 50.
cusipstringNoOne or more CUSIPs separated by a comma. Maximum 50. License agreement required.
tickersstringNoOne or more ticker symbols separated by a comma. Maximum 50.
channelsstringNoOne or more channel names or IDs separated by a comma
topicsstringNoOne or more words/phrases separated by a comma; searches Title, Tags, and Body in order of priority.
authorsstringNoOne or more authors separated by a comma
content_typesstringNoOne or more content types separated by a comma
formatstringNoSpecify the desired format for the api response.

benzinga_news_get_removed

Returns the removed news data Parameters:
ParameterTypeRequiredDefaultDescription
pageintegerNoPage offset. For optimization, performance and technical reasons, page offsets are limited from 0 - 100000. Limit the query results by other parameters such as date.
pageSizeintegerNoNumber of results returned.
updatedSinceintegerNoFilters the results to only include items that have been updated since the specified timestamp.

benzinga_news_get_signal_option_activity

Returns option activity signals Parameters:
ParameterTypeRequiredDefaultDescription
pageintegerNoPage offset.
pagesizeintegerNoNumber of results returned. Limit 1000
parameters[date]stringNoDate to query for data. Shorthand for date_from and date_to if they are the same. Defaults for latest.
parameters[date_from]stringNoDate to query from point in time.
parameters[date_to]stringNoDate to query to point in time.
parameters[tickers]stringNoOne or more ticker symbols separated by a comma.
parameters[id]stringNoOne or more ids separated by a comma.
parameters[updated]integerNoRecords last Updated Unix timestamp (UTC). This will force the sort order to be Greater Than or Equal to the timestamp indicated.

benzinga_news_get_wiims

Returns WIIMs data Parameters:
ParameterTypeRequiredDefaultDescription
countrystringNoCountry code for the region of coverage.
pageintegerNoPage offset.
pagesizeintegerNoNumber of results returned. Limit 500
search_keysstringNoOne or more security symbols separated by a comma. Maximum 50 securities. Security identifiers must be in the format of ticker symbols, only for US-listed equities.
search_keys_typestringNoThe type of identifier being searched. Supported types are currently a security symbol.
updated_sincenumberNoRecords last Updated Unix timestamp (UTC). This will force the sort order to be Greater Than or Equal to the timestamp indicated. Timestamp may also be in python format to include millisecond updates.