Nasdaq

Learn how to use Nasdaq with Composio

Overview

Enum

NASDAQ

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

Actions

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

Action Parameters

datatable_code
stringRequired

Action Response

data
object
error
string
successful
boolean
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
object
error
string
successful
boolean
Retrieves dividend history for a specific symbol.

Action Parameters

date
string
qopts.columns
string
ticker
stringRequired

Action Response

data
object
error
string
successful
boolean
Retrieves real-time quote data for a specific symbol.

Action Parameters

ticker
stringRequired

Action Response

data
object
error
string
successful
boolean
Retrieves all tables updated on a specific date by fetching all tables and filtering them.

Action Parameters

target_date
stringRequired

Action Response

data
object
error
string
successful
boolean
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
object
error
string
successful
boolean