Skip to main content
Nasdaq’s data marketplace (formerly Quandl) providing financial, economic, and alternative datasets as time series. Best for quantitative analysis workflows needing structured financial data — equity fundamentals, futures, economic indicators, and alternative data feeds. Offers curated datasets beyond raw market data — complementary to SEC EDGAR (filings) and Lava Data (aggregated indicators). 1 example endpoint available through Lava’s AI Gateway. See the Nasdaq Data Link API docs for full documentation.
Supports both managed (Lava’s API keys) and unmanaged (bring your own credentials) mode.
This is a catch-all provider — any valid URL under https://data.nasdaq.com/api/v3 is supported. Any GET to https://data.nasdaq.com/api/v3/* — pass the full Nasdaq Data Link API URL. The endpoints below are curated examples.

Endpoints

Get time series data

GET https://data.nasdaq.com/api/v3/datasets/WIKI/AAPL.json — Free
const data = await lava.gateway('https://data.nasdaq.com/api/v3/datasets/WIKI/AAPL.json', { method: 'GET' });

Next Steps

All Providers

Browse all supported AI providers

Forward Proxy

Learn how to construct proxy URLs and authenticate requests