NAiOS IconNAiOS Logo
Volver al catálogo

Nasdaq

nasdaq

Nasdaq Data Link is a cloud-based financial data platform providing access to curated premium and free datasets including equity prices, company fundamentals, earnings estimates, options data, forex rates, and economic indicators through REST and Streaming APIs, with integrations for Python, R, Excel, and SQL.

Acciones
6
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 (6)

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 Datatable Metadata (All Symbols)NASDAQ_GET_ALL_SYMBOLSAcción

Retrieves metadata for a specified datatable, which includes column definitions and potentially example data containing symbols.

Parámetros de entrada

  • datatable_codestringObligatorio

    The code identifying the datatable (e.g., VENDOR/TABLE).

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 Ratings and Target PricesNASDAQ_GET_ANALYST_RATINGSAcción

Retrieves analyst ratings and target prices for a specific symbol using zacks datatables (zacks/ar for ratings, zacks/tp for target prices).

Parámetros de entrada

  • symbolstringObligatorio

    The stock symbol (ticker) for which to retrieve analyst ratings and target prices. Example: AAPL for Apple Inc.

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

Retrieves dividend history for a specific symbol.

Parámetros de entrada

  • datestring

    Filters the data for a specific date (YYYY-MM-DD).

  • tickerstringObligatorio

    The stock ticker symbol.

  • qopts.columnsstring

    Comma-separated list of columns to return.

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 Real-Time QuoteNASDAQ_GET_REAL_TIME_QUOTEAcción

Retrieves real-time quote data for a specific symbol.

Parámetros de entrada

  • tickerstringObligatorio

    The security symbol to fetch real-time quote for (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 Specific Table RowNASDAQ_GET_TABLE_ROWAcción

Retrieves a specific row from a table by filtering on a specified column and value.

Parámetros de entrada

  • columnsstring

    Comma-separated list of column names to retrieve. If not provided, all columns are returned.

  • datacodestringObligatorio

    The code for the database or data source.

  • datatable_codestringObligatorio

    The code for the specific table within the database.

  • filter_column_namestringObligatorio

    The name of the column to filter by to get a specific row (e.g., a primary key column).

  • filter_column_valuestringObligatorio

    The value of the filter_column_name to match for the specific row.

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 Tables by Update DateNASDAQ_GET_TABLES_BY_DATEAcción

Retrieves all tables updated on a specific date by fetching all tables and filtering them.

Parámetros de entrada

  • target_datestringObligatorio

    The target date to filter tables by, in YYYY-MM-DD format.

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