Benzinga
benzingaBenzinga provides real-time financial news and data APIs, offering comprehensive coverage of market-moving information for developers and financial professionals.
Acciones disponibles (9)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get Calendar Earnings StreamBENZINGA_GET_CALENDAR_EARNINGS_STREAMAcciónTool to subscribe to real-time earnings calendar events via websocket. use when you need immediate updates as reports are announced.
BENZINGA_GET_CALENDAR_EARNINGS_STREAMAcciónTool to subscribe to real-time earnings calendar events via websocket. use when you need immediate updates as reports are announced.
Parámetros de entrada
isinsstringComma-separated list of ISIN codes to filter (e.g., 'US0378331005,US5949181045').
tickersstringComma-separated list of ticker symbols to filter (e.g., 'AAPL,MSFT').
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Conference CallsBENZINGA_GET_CONFERENCE_CALLSAcciónTool 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.
BENZINGA_GET_CONFERENCE_CALLSAcciónTool 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.
Parámetros de entrada
pageintegerPage offset. For optimization, performance and technical reasons, page offsets are limited from 0 to 100000.
pagesizeintegerNumber of results returned. Maximum 1000.
parameters[date]stringDate to query for calendar data (YYYY-MM-DD). Shorthand for date_from and date_to if identical.
parameters[date_to]stringDate to query to point in time (YYYY-MM-DD).
parameters[tickers]stringOne or more ticker symbols separated by a comma. Maximum 50 tickers.
parameters[updated]integerRecords last updated Unix timestamp (UTC). Forces sort order >= this timestamp.
parameters[date_from]stringDate to query from point in time (YYYY-MM-DD).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Consensus RatingsBENZINGA_GET_CONSENSUS_RATINGSAcciónTool 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.
BENZINGA_GET_CONSENSUS_RATINGSAcciónTool 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.
Parámetros de entrada
pagesizeintegerNumber of results returned. Limit 1000.
simplifybooleanTo simplify the aggregate ratings to only BUY, SELL, HOLD. Default returns detailed ratings.
parametersobjectParameters for consensus ratings query: date range and ticker.
aggregate_typestringenumTo aggregate the ratings by number or percentage.
numberpercentage
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Earnings Calendar V2.1BENZINGA_GET_EARNINGS_V21AcciónTool to retrieve earnings calendar data (v2.1). use when you need dates, estimates, and actuals for upcoming earnings events.
BENZINGA_GET_EARNINGS_V21AcciónTool to retrieve earnings calendar data (v2.1). use when you need dates, estimates, and actuals for upcoming earnings events.
Parámetros de entrada
datestringSpecific date (YYYY-MM-DD) for calendar data. Shorthand for date_from and date_to when identical
pageintegerPage offset (>=0)
date_tostringEnd date (YYYY-MM-DD) to query to point in time
tickersstring[]List of ticker symbols (max 50). Will be joined by commas
updatedintegerUnix timestamp (UTC) to filter records updated since this timestamp
pagesizeintegerNumber of results to return, max 1000
date_fromstringStart date (YYYY-MM-DD) to query from point in time
date_sortstringenumSort by date ascending or descending
date:ascdate:descimportanceintegerImportance level filter (0-5 inclusive)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get EconomicsBENZINGA_GET_ECONOMICSAcciónTool to retrieve economic calendar events including actual, consensus, and prior values and importance. use when filtering by date, country, importance, or updated timestamp.
BENZINGA_GET_ECONOMICSAcciónTool to retrieve economic calendar events including actual, consensus, and prior values and importance. use when filtering by date, country, importance, or updated timestamp.
Parámetros de entrada
pageintegerZero-based page offset (0-100000) for pagination.
countrystring3-digit country code to filter events.
pagesizeintegerNumber of results per page (1-1000).
parametersobjectGrouping parameters for GET /calendar/economics endpoint.
event_categorystringComma-separated list of event categories.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Newsfeed StreamBENZINGA_GET_NEWSFEED_STREAMAcciónTool to stream real-time news events via websocket. use when you need immediate updates to news as they are created, updated, or removed.
BENZINGA_GET_NEWSFEED_STREAMAcciónTool to stream real-time news events via websocket. use when you need immediate updates to news as they are created, updated, or removed.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Analyst RatingsBENZINGA_GET_RATINGSAcciónTool to fetch analyst ratings calendar data including rating actions, price targets, and analyst details. use when querying upcoming or historical analyst ratings.
BENZINGA_GET_RATINGSAcciónTool to fetch analyst ratings calendar data including rating actions, price targets, and analyst details. use when querying upcoming or historical analyst ratings.
Parámetros de entrada
datestringSingle calendar date to fetch (YYYY-MM-DD).
pageintegerPage offset for pagination. Default is 0.
date_tostringEnd date for range query (YYYY-MM-DD).
tickersstringComma-separated list of ticker symbols (max 50).
updatedintegerUnix timestamp (UTC) to return records last updated at or after.
pagesizeintegerNumber of results per page (1-1000).
date_fromstringStart date for range query (YYYY-MM-DD).
importanceintegerImportance level to filter by (0-5).
Parámetros de salida
dataobject[]ObligatorioList of rating events.
pageintegerObligatorioReturned page offset.
errorstringError if any occurred during the execution of the action
totalintegerTotal number of matching records, if provided.
pagesizeintegerObligatorioReturned page size.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get RemovedBENZINGA_GET_REMOVEDAcciónTool 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.
BENZINGA_GET_REMOVEDAcciónTool 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.
Parámetros de entrada
pageintegerZero-based page offset. For optimization, performance and technical reasons, page offsets are limited from 0 to 100000.
typestringenumCalendar event type to filter by. Options: ratings, earnings, guidance, ipos, offerings, economics, ma, splits, dividends, conference calls.
ratingsearningsguidanceiposofferingseconomicsmasplitsdividendsconference callsupdatedintegerReturn only records removed on or after this Unix UTC timestamp (forces sort to ≥ timestamp).
pageSizeintegerNumber of results per page (1-1000). Default is 50.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Removed NewsBENZINGA_GET_REMOVED_NEWSAcciónTool to retrieve news articles that have been deleted from the database. use when you need to fetch removed articles with pagination and timestamp filters.
BENZINGA_GET_REMOVED_NEWSAcciónTool to retrieve news articles that have been deleted from the database. use when you need to fetch removed articles with pagination and timestamp filters.
Parámetros de entrada
pageintegerZero-based page offset (0-100000).
updatedintegerUnix UTC timestamp (seconds) to filter by last updated removal.
pageSizeintegerNumber of results to return per page (max 100).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not