Nasdaq
nasdaqNasdaq 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 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ónRetrieves metadata for a specified datatable, which includes column definitions and potentially example data containing symbols.
NASDAQ_GET_ALL_SYMBOLSAcciónRetrieves metadata for a specified datatable, which includes column definitions and potentially example data containing symbols.
Parámetros de entrada
datatable_codestringObligatorioThe code identifying the datatable (e.g., VENDOR/TABLE).
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 Ratings and Target PricesNASDAQ_GET_ANALYST_RATINGSAcciónRetrieves analyst ratings and target prices for a specific symbol using zacks datatables (zacks/ar for ratings, zacks/tp for target prices).
NASDAQ_GET_ANALYST_RATINGSAcciónRetrieves 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
symbolstringObligatorioThe stock symbol (ticker) for which to retrieve analyst ratings and target prices. Example: AAPL for Apple Inc.
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 Dividend HistoryNASDAQ_GET_DIVIDEND_HISTORYAcciónRetrieves dividend history for a specific symbol.
NASDAQ_GET_DIVIDEND_HISTORYAcciónRetrieves dividend history for a specific symbol.
Parámetros de entrada
datestringFilters the data for a specific date (YYYY-MM-DD).
tickerstringObligatorioThe stock ticker symbol.
qopts.columnsstringComma-separated list of columns to return.
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 Real-Time QuoteNASDAQ_GET_REAL_TIME_QUOTEAcciónRetrieves real-time quote data for a specific symbol.
NASDAQ_GET_REAL_TIME_QUOTEAcciónRetrieves real-time quote data for a specific symbol.
Parámetros de entrada
tickerstringObligatorioThe security symbol to fetch real-time quote for (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 Specific Table RowNASDAQ_GET_TABLE_ROWAcciónRetrieves a specific row from a table by filtering on a specified column and value.
NASDAQ_GET_TABLE_ROWAcciónRetrieves a specific row from a table by filtering on a specified column and value.
Parámetros de entrada
columnsstringComma-separated list of column names to retrieve. If not provided, all columns are returned.
datacodestringObligatorioThe code for the database or data source.
datatable_codestringObligatorioThe code for the specific table within the database.
filter_column_namestringObligatorioThe name of the column to filter by to get a specific row (e.g., a primary key column).
filter_column_valuestringObligatorioThe value of the filter_column_name to match for the specific row.
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 Tables by Update DateNASDAQ_GET_TABLES_BY_DATEAcciónRetrieves all tables updated on a specific date by fetching all tables and filtering them.
NASDAQ_GET_TABLES_BY_DATEAcciónRetrieves all tables updated on a specific date by fetching all tables and filtering them.
Parámetros de entrada
target_datestringObligatorioThe target date to filter tables by, in YYYY-MM-DD format.
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