ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Nasdaq Data Link with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Access financial, economic, and alternative data from Nasdaq Data Link. Query datatables, fetch metadata, and manage bulk downloads directly from your AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 4 capabilities

The complete Nasdaq Data Link capability set.

These are the exact actions your AI can choose when you ask it to work with Nasdaq Data Link.

Capability set01 / 01

01-04

4 capabilities in this set.

Part of 4 available through Nasdaq Data Link.

  1. 01

    Get datatable metadata

    Get metadata for a Nasdaq datatable

  2. 02

    Request bulk download

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

  3. 03

    Get bulk download file

    Download a specific bulk file

  4. 04

    Get datatable

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

Observed, not estimated

843ms average. Fast in production.

Nasdaq Data Link is checked daily against the live service.

Daily averagePeak 1049ms
Aug 20Today
Fastest day
715ms
Slowest day
1049ms
14-day trend
Slowing+20%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 4 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Nasdaq Data Link, so you can see the experience inside your AI.

It does not authenticate your account with Nasdaq Data Link. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Nasdaq Data Link Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_JetgEjfNYXxZjBKgsK9Eqta1yhwzQLsEOPXl7Hq5/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Nasdaq Data Link capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "nasdaq-data-link-quandl-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_JetgEjfNYXxZjBKgsK9Eqta1yhwzQLsEOPXl7Hq5/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Nasdaq Data Link owners ask.

  • 01

    How can I filter a datatable for a specific ticker and date range?

    Use the get_datatable capability 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.

  • 02

    How do I check which columns are available in a dataset before querying it?

    Run the get_datatable_metadata capability with the vendor_code and table_code. It will return the table's schema, including column names, types, and which fields support filtering.

  • 03

    What should I do if the dataset is too large for a standard query?

    For very large datasets, use the request_bulk_download capability. This initiates an asynchronous export process. Once the status reaches 'SUCCEEDED', you can use get_bulk_download_file to retrieve the data.