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, Exce
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Nasdaq authenticates with an API key. Generate the credential in your Nasdaq account, then paste it into FlyMyAI the first time an agent uses a Nasdaq action.
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Nasdaq Data Link API Key | Your Nasdaq Data Link API key. You can find this key by logging into your Nasdaq Data Link account and going to your account settings. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
NASDAQ_GET_ALL_SYMBOLS | Retrieves metadata for a specified datatable, which includes column definitions and potentially example data containing symbols. | datatable_code |
NASDAQ_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). | symbol |
NASDAQ_GET_DIVIDEND_HISTORY | Retrieves dividend history for a specific symbol. | ticker |
NASDAQ_GET_REAL_TIME_QUOTE | Retrieves real-time quote data for a specific symbol. | ticker |
NASDAQ_GET_TABLES_BY_DATE | Retrieves all tables updated on a specific date by fetching all tables and filtering them. | target_date |
NASDAQ_GET_TABLE_ROW | Retrieves a specific row from a table by filtering on a specified column and value. | datacode, datatable_code, filter_column_name, filter_column_value |