Quandl (Nasdaq Data Link) website screenshot

Quandl (Nasdaq Data Link)

Nasdaq Data Link (formerly Quandl) provides REST and streaming APIs for financial and economic data including time-series datasets, tabular datasets, and real-time market data feeds. Datasets cover stock prices, economic indicators, interest rates, commodities, equity fundamentals, options data, and alternative data sets.

3 APIs 0 Features
FinanceMarket DataEconomic DataTime SeriesStreaming

APIs

Nasdaq Data Link REST API (Time-Series)

Nasdaq Data Link REST API (formerly Quandl) provides access to financial and economic time-series datasets including stock prices, economic indicators, interest rates, and commo...

Nasdaq Data Link Tables REST API

Nasdaq Data Link Tables API provides access to tabular financial datasets including equity fundamentals, options data, and alternative data sets. Limited to 10,000 rows per call...

Nasdaq Cloud Data Service (NCDS) Streaming API

Nasdaq Cloud Data Service (NCDS) provides streaming and REST APIs for real-time and delayed market data delivery including equities, options, and fixed income from Nasdaq exchan...

Collections

Pricing Plans

Quandl Plans Pricing

1 plans

PLANS

Rate Limits

Quandl Rate Limits

1 limits

RATE LIMITS

FinOps

Quandl Finops

FINOPS

Semantic Vocabularies

Nasdaq Data Link Context

0 classes · 19 properties

JSON-LD

Resources

🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
🔗
Documentation
Documentation
🚀
GettingStarted
GettingStarted
🔗
RateLimits
RateLimits
🔗
Website
Website
💬
Support
Support
👥
GitHubOrganization
GitHubOrganization
👥
GitHubOrganization
GitHubOrganization
📦
SDKs
SDKs
📦
SDKs
SDKs
📦
SDKs
SDKs
🔗
OpenAPI
OpenAPI
🔗
JSONSchema
JSONSchema
🔗
JSONLDContext
JSONLDContext

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Nasdaq Data Link Time-Series REST API
  version: 3.0.0
request:
  auth:
    type: apikey
    key: api_key
    value: '{{api_key}}'
    placement: query
items:
- info:
    name: Datasets
    type: folder
  items:
  - info:
      name: Get a time-series dataset
      type: http
    http:
      method: GET
      url: https://data.nasdaq.com/api/v3/datasets/:databaseCode/:datasetCode
      params:
      - name: databaseCode
        value: ''
        type: path
        description: Database code (e.g., FRED, WIKI, CHRIS, BCOM)
      - name: datasetCode
        value: ''
        type: path
        description: Dataset code within the database (e.g., GDP, AAPL)
      - name: limit
        value: ''
        type: query
        description: Number of rows to return (0 returns all)
      - name: column_index
        value: ''
        type: query
        description: Request a specific column (1-based index)
      - name: start_date
        value: ''
        type: query
        description: Retrieve data rows on and after this date (YYYY-MM-DD)
      - name: end_date
        value: ''
        type: query
        description: Retrieve data rows up to and including this date (YYYY-MM-DD)
      - name: order
        value: ''
        type: query
        description: Return data in ascending or descending date order
      - name: collapse
        value: ''
        type: query
        description: Frequency to collapse data to
      - name: transform
        value: ''
        type: query
        description: Mathematical transformation to apply to values
      - name: api_key
        value: ''
        type: query
        description: Your Nasdaq Data Link API key
    docs: Returns time-series data from a Nasdaq Data Link dataset. Supports date range filtering, column selection, frequency
      transformation, and return type selection (JSON, XML, CSV).
  - info:
      name: Get dataset metadata
      type: http
    http:
      method: GET
      url: https://data.nasdaq.com/api/v3/datasets/:databaseCode/:datasetCode/metadata
      params:
      - name: databaseCode
        value: ''
        type: path
        description: Database code (e.g., FRED, WIKI, CHRIS, BCOM)
      - name: datasetCode
        value: ''
        type: path
        description: Dataset code within the database (e.g., GDP, AAPL)
    docs: Returns metadata for a dataset including column names, description, and date range.
- info:
    name: Databases
    type: folder
  items:
  - info:
      name: List databases
      type: http
    http:
      method: GET
      url: https://data.nasdaq.com/api/v3/databases
      params:
      - name: per_page
        value: ''
        type: query
      - name: page
        value: ''
        type: query
      - name: query
        value: ''
        type: query
        description: Search query for database name or description
    docs: Returns a list of all available Nasdaq Data Link databases with metadata.
  - info:
      name: Get database metadata
      type: http
    http:
      method: GET
      url: https://data.nasdaq.com/api/v3/databases/:databaseCode
      params:
      - name: databaseCode
        value: ''
        type: path
        description: Database code (e.g., FRED, WIKI, CHRIS, BCOM)
    docs: Returns metadata for a specific Nasdaq Data Link database.
  - info:
      name: List datasets in a database
      type: http
    http:
      method: GET
      url: https://data.nasdaq.com/api/v3/databases/:databaseCode/datasets
      params:
      - name: databaseCode
        value: ''
        type: path
        description: Database code (e.g., FRED, WIKI, CHRIS, BCOM)
      - name: per_page
        value: ''
        type: query
      - name: page
        value: ''
        type: query
      - name: query
        value: ''
        type: query
    docs: Returns all datasets available in a specific database.
- info:
    name: Tables
    type: folder
  items:
  - info:
      name: Query a datatable
      type: http
    http:
      method: GET
      url: https://data.nasdaq.com/api/v3/datatables/:datatablesCode
      params:
      - name: datatablesCode
        value: ''
        type: path
        description: Database code and datatable code joined by slash (e.g. ZACKS/FC)
      - name: qopts.columns
        value: ''
        type: query
        description: Comma-separated column names to return
      - name: qopts.per_page
        value: ''
        type: query
        description: Number of rows per page (max 10000)
      - name: qopts.cursor_id
        value: ''
        type: query
        description: Cursor ID for pagination from previous response
      - name: qopts.export
        value: ''
        type: query
        description: Set to true to get a download link for full dataset
      - name: api_key
        value: ''
        type: query
    docs: Returns rows from a Nasdaq Data Link datatable (tabular dataset). Supports row-level filtering, column selection,
      and pagination using cursor-based pagination. Maximum 10,000 rows per call.
bundled: true