NAiOS IconNAiOS Logo
Volver al catálogo

Benzinga

benzinga

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

Acciones
9
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

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

Parámetros de entrada

  • isinsstring

    Comma-separated list of ISIN codes to filter (e.g., 'US0378331005,US5949181045').

  • tickersstring

    Comma-separated list of ticker symbols to filter (e.g., 'AAPL,MSFT').

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Conference CallsBENZINGA_GET_CONFERENCE_CALLSAcción

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.

Parámetros de entrada

  • pageinteger

    Page offset. For optimization, performance and technical reasons, page offsets are limited from 0 to 100000.

  • pagesizeinteger

    Number of results returned. Maximum 1000.

  • parameters[date]string

    Date to query for calendar data (YYYY-MM-DD). Shorthand for date_from and date_to if identical.

  • parameters[date_to]string

    Date to query to point in time (YYYY-MM-DD).

  • parameters[tickers]string

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

  • parameters[updated]integer

    Records last updated Unix timestamp (UTC). Forces sort order >= this timestamp.

  • parameters[date_from]string

    Date to query from point in time (YYYY-MM-DD).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Consensus RatingsBENZINGA_GET_CONSENSUS_RATINGSAcción

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.

Parámetros de entrada

  • pagesizeinteger

    Number of results returned. Limit 1000.

  • simplifyboolean

    To simplify the aggregate ratings to only BUY, SELL, HOLD. Default returns detailed ratings.

  • parametersobject

    Parameters for consensus ratings query: date range and ticker.

  • aggregate_typestringenum

    To aggregate the ratings by number or percentage.

    numberpercentage

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Earnings Calendar V2.1BENZINGA_GET_EARNINGS_V21Acción

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

Parámetros de entrada

  • datestring

    Specific date (YYYY-MM-DD) for calendar data. Shorthand for date_from and date_to when identical

  • pageinteger

    Page offset (>=0)

  • date_tostring

    End date (YYYY-MM-DD) to query to point in time

  • tickersstring[]

    List of ticker symbols (max 50). Will be joined by commas

  • updatedinteger

    Unix timestamp (UTC) to filter records updated since this timestamp

  • pagesizeinteger

    Number of results to return, max 1000

  • date_fromstring

    Start date (YYYY-MM-DD) to query from point in time

  • date_sortstringenum

    Sort by date ascending or descending

    date:ascdate:desc
  • importanceinteger

    Importance level filter (0-5 inclusive)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get EconomicsBENZINGA_GET_ECONOMICSAcción

Tool 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

  • pageinteger

    Zero-based page offset (0-100000) for pagination.

  • countrystring

    3-digit country code to filter events.

  • pagesizeinteger

    Number of results per page (1-1000).

  • parametersobject

    Grouping parameters for GET /calendar/economics endpoint.

  • event_categorystring

    Comma-separated list of event categories.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Newsfeed StreamBENZINGA_GET_NEWSFEED_STREAMAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Analyst RatingsBENZINGA_GET_RATINGSAcción

Tool 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

  • datestring

    Single calendar date to fetch (YYYY-MM-DD).

  • pageinteger

    Page offset for pagination. Default is 0.

  • date_tostring

    End date for range query (YYYY-MM-DD).

  • tickersstring

    Comma-separated list of ticker symbols (max 50).

  • updatedinteger

    Unix timestamp (UTC) to return records last updated at or after.

  • pagesizeinteger

    Number of results per page (1-1000).

  • date_fromstring

    Start date for range query (YYYY-MM-DD).

  • importanceinteger

    Importance level to filter by (0-5).

Parámetros de salida

  • dataobject[]Obligatorio

    List of rating events.

  • pageintegerObligatorio

    Returned page offset.

  • errorstring

    Error if any occurred during the execution of the action

  • totalinteger

    Total number of matching records, if provided.

  • pagesizeintegerObligatorio

    Returned page size.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get RemovedBENZINGA_GET_REMOVEDAcción

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.

Parámetros de entrada

  • pageinteger

    Zero-based page offset. For optimization, performance and technical reasons, page offsets are limited from 0 to 100000.

  • typestringenum

    Calendar event type to filter by. Options: ratings, earnings, guidance, ipos, offerings, economics, ma, splits, dividends, conference calls.

    ratingsearningsguidanceiposofferingseconomicsmasplitsdividendsconference calls
  • updatedinteger

    Return only records removed on or after this Unix UTC timestamp (forces sort to ≥ timestamp).

  • pageSizeinteger

    Number of results per page (1-1000). Default is 50.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Removed NewsBENZINGA_GET_REMOVED_NEWSAcción

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.

Parámetros de entrada

  • pageinteger

    Zero-based page offset (0-100000).

  • updatedinteger

    Unix UTC timestamp (seconds) to filter by last updated removal.

  • pageSizeinteger

    Number of results to return per page (max 100).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not