Nasdaq Data Link (Quandl)

Nasdaq Data Link (Quandl) MCP Connector for Claude

A+

Access financial, economic, and alternative data from Nasdaq Data Link. Query datatables, fetch metadata, and manage bulk downloads directly from your AI agent.

4 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Nasdaq Data Link (formerly Quandl) account to any AI agent to access professional-grade financial and economic datasets through natural language.

What you can do

  • Datatable Queries — Fetch unsorted data from specific vendors and tables with advanced filtering for tickers, dates, and more
  • Metadata Inspection — Retrieve table descriptions, column types, and identify which columns are filterable before running large queries
  • Bulk Data Management — Initiate bulk downloads for entire datasets or large slices, returning status updates (PENDING, RUNNING, SUCCEEDED)
  • File Retrieval — Download specific bulk files in CSV, Parquet, or ZIP formats once exports are processed
  • Pagination & Exporting — Handle large result sets using cursor-based pagination or trigger direct exports for external analysis

How it works

  1. Subscribe to this server
  2. Enter your Nasdaq Data Link API Key
  3. Start querying financial markets from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Financial Analysts — quickly pull historical prices or alternative data without writing complex API scripts
  • Data Scientists — explore dataset schemas and initiate bulk exports directly from your research environment
  • Quantitative Researchers — automate the retrieval of economic indicators and fundamental data for model inputs
financial-datastock-marketeconomic-indicatorsquandlnasdaq

4 tools expose this connector's capabilities to your AI agent.

request_bulk_download

Returns a status (PENDING, RUNNING, SUCCEEDED) and file URLs. Request a bulk download for a datatable

get_bulk_download_file

Download a specific bulk file

get_datatable

Use filters to narrow down results. Get unsorted data from a Nasdaq datatable

get_datatable_metadata

Get metadata for a Nasdaq datatable

See how to talk to your AI agent using Nasdaq Data Link (Quandl).

Show me the metadata for the MER/F1 datatable.

I've retrieved the metadata for MER/F1. This table contains fundamental financial data. Available columns include 'reportid', 'unitid', 'indicatorid', and 'value'. The columns 'ticker' and 'date' are primary filters.

Fetch the latest 5 records from WIKI/PRICES for ticker MSFT.

Querying WIKI/PRICES for MSFT... I found the most recent data points. On 2018-03-27, the close price was 89.47. Would you like me to export the full history for this ticker?

Request a bulk download for the ZACKS/CP datatable.

I have initiated the bulk download request for ZACKS/CP. The current status is 'PENDING'. I will monitor the export and let you know when the file is ready for download.

Use the `get_datatable` tool and provide a JSON string in the `filters` parameter, such as `{"ticker": "AAPL", "date.gt": "2023-01-01"}`. This allows you to narrow down results precisely.

Related Connectors