Migration Guide

The Quandl Alternative

Quandl became Nasdaq Data Link and the free datasets developers relied on — like WIKI/PRICES — were retired. Eulerpool gives you stocks, fundamentals and macro again, with a free tier.

Trusted by analysts and engineers at

BlackRockGoldman SachsJPMorganGoogleCitadelBridgewaterMorgan StanleyBloomberg

Why you're here

The free WIKI/PRICES end-of-day dataset was discontinued in 2018, and after Quandl merged into Nasdaq Data Link many free feeds disappeared or moved behind premium plans. If your code calls quandl.get(...) or data.nasdaq.com/api/v3, this maps the common datasets to Eulerpool.

Dataset migration map

Quandl / Nasdaq Data LinkEulerpool equivalent
WIKI/PRICES (EOD, retired)client.equity.candles(isin)
quandl.get("WIKI/{sym}")client.equity.candles(isin)
SF1 / fundamentalsclient.equity.incomeStatement(isin) · balanceSheet · cashFlowStatement
FRED/{series} via Quandlclient.macro.fredSeries(id) · fredObservations(id)
ECB / economic datasetsclient.macro.ecbSeries · ecbObservations · worldbankSeries
CUR / FX ratesclient.forex.rates(base)
Sharadar SEP / SF1client.equity.candles · fundamentalsQuarterly
datatables / bulk downloadclient.market.quotesBulk() · client.screener.universe()

Resolve any ticker to an ISIN with client.equity.search("AAPL").

Before & after

Quandl (WIKI retired 2018)
import quandl

# WIKI/PRICES discontinued
df = quandl.get("WIKI/AAPL")
Eulerpool
import eulerpool

client = eulerpool.Eulerpool("YOUR_API_KEY")
candles = client.equity.candles("US0378331005")  # AAPL EOD

What you gain by switching

Free tier restored

1,000 calls/month free — the free EOD data Quandl removed, back again.

Equities + macro in one

Stocks, fundamentals, FX and macro (FRED/ECB/IMF/World Bank) under one API.

Point-in-time history

100+ years of fundamentals without survivorship bias, for clean backtests.

SDKs + MCP

Official Python/JS/Go SDKs and a native MCP server for AI agents.

Quandl migration FAQ

Quandl was acquired by Nasdaq and rebranded as Nasdaq Data Link. During and after the transition, many free datasets were retired or moved behind premium plans, and the popular free WIKI/PRICES end-of-day equities dataset was discontinued back in 2018.

Eulerpool provides end-of-day and historical OHLCV candles via client.equity.candles(isin), covering global equities — a direct replacement for WIKI/PRICES, available on the free tier.

Yes. Eulerpool exposes macro series from FRED, ECB, IMF, World Bank and Eurostat (e.g., client.macro.fredSeries and fredObservations), covering the economic data many users pulled through Quandl.

Yes — 1,000 API calls per month free, no credit card, with official Python, JavaScript and Go SDKs and a native MCP server.

Use the migration map above: WIKI/equity codes map to client.equity.candles, fundamentals to the statement methods, and FRED/ECB economic series to client.macro. Resolve tickers to ISINs with client.equity.search().

BlackRock

“Eulerpool replaced three legacy data subscriptions in our equity research workflow. Migration took two days.”

Sarah Chen

VP Equity Research · BlackRock

Citadel

“Point-in-time data quality rivals CRSP at a fraction of the cost. We run all backtests on Eulerpool now.”

Dr. James Whitfield

Quantitative Researcher · Citadel

Goldman Sachs

“We migrated our entire data pipeline in 48 hours. The API is the cleanest I have worked with in finance.”

Marcus Rodriguez

Engineering Lead · Goldman Sachs

Get your data back

Get your free API key

No credit card required. 1,000 calls/month free.