Nasdaq Data Link Time Series And Table Data

Learn how to use Nasdaq Data Link Time Series And Table Data with Composio

Overview

SLUG

NASDAQ_DATA_LINK_TIME_SERIES_AND_TABLE_DATA

Description

Nasdaq Data Link provides a modern and efficient method of delivering real-time exchange data and other financial information through a suite of APIs, enabling seamless integration and rapid deployment of data-driven applications.

Authentication Details

api_key
stringRequired

Tools

SLUG: NASDAQ_DATA_LINK_TIME_SERIES_AND_TABLE_DATA_GET_ALL_SYMBOLS

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

Action Parameters

datatable_code
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: NASDAQ_DATA_LINK_TIME_SERIES_AND_TABLE_DATA_GET_ANALYST_RATINGS

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

Action Parameters

symbol
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: NASDAQ_DATA_LINK_TIME_SERIES_AND_TABLE_DATA_GET_DIVIDEND_HISTORY

Retrieves dividend history for a specific symbol.

Action Parameters

date
string
qopts.columns
string
ticker
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: NASDAQ_DATA_LINK_TIME_SERIES_AND_TABLE_DATA_GET_REAL_TIME_QUOTE

Retrieves real-time quote data for a specific symbol.

Action Parameters

ticker
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: NASDAQ_DATA_LINK_TIME_SERIES_AND_TABLE_DATA_GET_TABLES_BY_DATE

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

Action Parameters

target_date
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: NASDAQ_DATA_LINK_TIME_SERIES_AND_TABLE_DATA_GET_TABLE_ROW

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

Action Parameters

columns
string
datacode
stringRequired
datatable_code
stringRequired
filter_column_name
stringRequired
filter_column_value
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired