Nasdaq

Nasdaq

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.

51VIEWS
2USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app nasdaqnpx @composio/cli add cursor --app nasdaqnpx @composio/cli add cursor --app nasdaqnpx @composio/cli add cursor --app nasdaq

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Get Datatable Metadata (all Symbols)

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

Get Analyst Ratings And Target Prices

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

Get Dividend History

Retrieves dividend history for a specific symbol.

Get Real-time Quote

Retrieves real-time quote data for a specific symbol.

Get Specific Table Row

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

Get Tables By Update Date

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

6 actions available