# Nasdaq — MCP server on mcp.ai > Connect your Nasdaq account and use 7 tools for analytics straight from your AI agent. Connect with your own API key. 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, Excel, and SQL. By: mcp.ai · official Page: https://mcp.ai/nasdaq ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_nasdaq?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/nasdaq/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/nasdaq/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/nasdaq/skill.md Postman collection (v2.1): https://mcp.ai/nasdaq/postman.json ## Tools - nasdaq_get_analyst_ratings(symbol: string) — Retrieves comprehensive analyst ratings and target price data for a stock symbol from Zacks Investment Research. Returns current and historical (1-3 months ago) rating counts across all rating categor - nasdaq_get_datatable(datatable_code: string) — Tool to request a bulk export of a NASDAQ Data Link datatable. Returns a download link for a zipped CSV file containing the entire table data, bypassing the standard 10,000 row limit. Use this when yo - nasdaq_get_datatable_metadata(datatable_code: string) — Tool to retrieve metadata for a NASDAQ Data Link datatable. Returns complete schema information including column definitions, data types, filterable columns, primary keys, premium status, and refresh - nasdaq_get_dividend_history(date?: string, ticker: string, qopts.columns?: string) — Retrieves quarterly dividend-related fundamentals for a specific stock ticker from SHARADAR SF1 database. Returns dividend metrics including DPS (dividend per share), dividend yield, payout ratio, and - nasdaq_get_real_time_quote(ticker: string, date_gte?: string, date_lte?: string, per_page?: integer, cursor_id?: string) — Retrieves end-of-day historical stock price data for a specific ticker symbol from the QUOTEMEDIA database. Returns OHLC (Open, High, Low, Close) prices, volume, and dividend/split information. Note: - nasdaq_get_table_row(columns?: string, datacode: string, datatable_code: string, filter_column_name: string, filter_column_value: string) — Retrieves rows from a NASDAQ Data Link datatable by filtering on a specified column and value. This action queries NASDAQ Data Link datatables (e.g., SHARADAR/SF1 for fundamental data, SHARADAR/TICKER - nasdaq_get_tables_by_date(target_date: string) — Retrieves Nasdaq Data Link datatables (databases) that were last updated on a specific date. This action fetches all available datatables from Nasdaq Data Link's catalog and filters them by their last ## Example prompts - "What can I do in Nasdaq?" - "Show me a summary of my Nasdaq account" ## Links Docs: https://mcp.ai/docs/mcps/nasdaq Website: https://mcp.ai/mcps/nasdaq