Checking status…
🚧 Under Construction — the Econ Data Library is being finalized. Datasets and their licensing are still being verified and may change. Automated updates are being wired database by database: a source joins the daily refresh only once its updater has been built and proven against the publisher. Until then its data is the verified initial load, not pretended current — the Source Status board says which is which, per database, live.

Economic Data Library: Free Economic & Financial Data

Free, research-grade macro & financial data — one namespace over the world's statistical sources. Every series carries its license, provenance, and producer-first citation. Reproducible, snapshot-pinned, and continuously updated.

Individual Series
Observations
2,000+ Years of History
203 Sources

Series and observation counts are measured on our data store (as of ) — never estimated, never hardcoded. Years of history: the earliest catalogued series (Maddison Project / GGDC) begin in year 1 CE.

What is this?

A single, citable library over 203 economic and financial data sources — national statistical offices, central banks, international organizations, trade, development, energy, and research datasets.

Every series lives in one namespace (source:series:geography), resolves over a free REST API, and ships with its license, attribution requirements, and a producer-first citation. Bundles are snapshot-pinned so your results reproduce exactly.

Everything in the library is real, downloadable data — if we can’t host a source, we don’t list it.

No subscription. No paywall. One free key for the whole ElkassabgiData family, including HF Data Library.

# Python — any series in a few lines
import io, requests, pandas as pd

API = "https://econdl-api.elkassabgi.workers.dev"
r = requests.get(
    f"{API}/v1/series/worldbank:NY.GDP.MKTP.CD:USA.csv",
    headers={"X-API-Key": "YOUR_FREE_KEY"})
df = pd.read_csv(io.StringIO(r.text), comment="#")

# -> tidy date,value rows with the license and
#    producer-first citation in the CSV header

Every source, fully hosted

Redistributed

203 sources — all real, all downloadable

Every dataset here is served from our store as citation-headed CSV, over the free REST API, and in snapshot-pinned bundles — with license and attribution attached to every series. Licensed for re-hosting, with Python and R clients ready to go.

Best for: direct downloads, reproducible research bundles, API pipelines.

If a source's license doesn't permit re-hosting, we simply don't list it — no dead-end pages, no teasers. The moment a publisher grants permission, its data appears here as a full download.

What the library covers

203 sources across the pillars of empirical economics and finance — click a pillar to browse its sources.

Browse the full catalog →

Multiple ways to access the data

Browser Download

Search the catalog, pick series, and download citation-headed CSVs — individually or as a multi-series ZIP bundle built in your browser.

Browse Downloads
{ }

REST API

Programmatic search, metadata, series CSV, and reproducible snapshot-pinned bundles. Free key. Python and R clients available.

Get API Access
🤖

MCP for AI Assistants

Let Claude or any MCP-capable assistant search and fetch series directly — with licenses, citations, and freshness attached to every answer.

MCP Server

Browse the catalog

All 203 sources — searchable and filterable by pillar, region, topic, and access tier; series search in 6 languages.

Open the Data Catalog →

How this compares

Feature Econ Data Library FRED DBnomics Bloomberg
Price Free Free Free $25,000+/yr
Individual series billions ~800k 1B+ Terminal-gated
License on every series Yes Partial Partial Proprietary
Producer-first citations Every series No No No
Reproducible bundles Snapshot-pinned No No No
AI/MCP access Built-in No No Paid add-on
Machine-readable metadata Dataset + Croissant Partial Partial No
Multilingual search 6 languages English English Multiple
Update transparency Public status board Partial Partial Opaque

Series counts are approximate for third parties (their own published figures); ours is measured live on the data store.

Frequently asked questions

Is the data really free?

Yes. Browsing, metadata, and the catalog need no account. Data downloads use a free API key — no subscription, no paywall. One free ElkassabgiData account works across the whole family, including hfdatalibrary.com.

What does the library cover?

203 economic and financial data sources — national statistics, central banks, international organizations, trade, development, energy, and research datasets — indexed in one namespace with billions of individual series (live counts are measured on the data store and shown on this page).

How are licenses handled?

Every series carries its source's license and attribution requirements. We only list sources whose license permits re-hosting; anything we can't redistribute isn't catalogued at all — never silently served.

How do I cite a series?

Every series and every bundle ships a producer-first citation (the original statistical agency first, the library second). Download bundles are snapshot-pinned so a citation reproduces the exact data.

Is there an API?

Yes — a free REST API for search, metadata, series CSV, and reproducible bundles, plus an MCP server that lets AI assistants query the library directly with licenses and citations attached.

Which languages are supported?

Six (English, Arabic, Spanish, French, Russian, Chinese) using only the sources' official translations — titles are never machine-translated.

ElkassabgiData

One account. Every library.

HF Data Library  ·  Econ Data Library  · more to come