Benzinga

Learn how to use Benzinga with Composio

Overview

Enum

BENZINGA

Description

Benzinga provides real-time financial news and data APIs, offering comprehensive coverage of market-moving information for developers and financial professionals.

Authentication Details

Actions

Tool to subscribe to real-time earnings calendar events via websocket. use when you need immediate updates as reports are announced.

Action Parameters

isins
string
tickers
string

Action Response

data
object
error
string
successful
boolean
Tool to get consensus analyst ratings and price targets for a specified ticker over a date range. use when you need to gauge analyst sentiment and target price consensus for investment decisions.

Action Parameters

aggregate_type
stringDefaults to number
pagesize
integer
parameters
object
simplify
boolean

Action Response

data
object
error
string
successful
boolean
Tool to retrieve earnings calendar data (v2.1). use when you need dates, estimates, and actuals for upcoming earnings events.

Action Parameters

date
string
date_from
string
date_sort
string
date_to
string
importance
integer
page
integer
pagesize
integer
tickers
array
updated
integer

Action Response

data
object
error
string
successful
boolean
Tool to stream real-time news events via websocket. use when you need immediate updates to news as they are created, updated, or removed.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to fetch analyst ratings calendar data including rating actions, price targets, and analyst details. use when querying upcoming or historical analyst ratings.

Action Parameters

date
string
date_from
string
date_to
string
importance
integer
page
integer
pagesize
integer
tickers
string
updated
integer

Action Response

data
array
error
string
page
integer
pagesize
integer
successful
boolean
total
integer
Tool to retrieve upcoming and historical conference call details such as times, tickers, and webcast urls. use when filtering conference calls by date range or ticker symbols.

Action Parameters

page
integer
pagesize
integer
parameters[date]
string
parameters[date_from]
string
parameters[date_to]
string
parameters[tickers]
string
parameters[updated]
integer

Action Response

data
object
error
string
successful
boolean
Tool to retrieve economic calendar events including actual, consensus, and prior values and importance. use when filtering by date, country, importance, or updated timestamp.

Action Parameters

country
string
event_category
string
page
integer
pagesize
integer
parameters
object

Action Response

data
object
error
string
successful
boolean
Tool to retrieve removed or cancelled calendar events. use when you need to identify calendar items removed for specific event types or filtered by removal timestamp.

Action Parameters

page
integer
pageSize
integerDefaults to 50
type
string
updated
integer

Action Response

data
object
error
string
successful
boolean
Tool to retrieve news articles that have been deleted from the database. use when you need to fetch removed articles with pagination and timestamp filters.

Action Parameters

page
integer
pageSize
integerDefaults to 15
updated
integer

Action Response

data
object
error
string
successful
boolean