Checking status…

Econ Data Library: Free Economic & Financial Time‑Series 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
256 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 256 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.

Sources whose licenses forbid re-hosting are catalogued honestly as metadata-only pointers to the original publisher — never silently redistributed.

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

Two catalog tiers. Always honest.

Redistributed

Tier 1: Redistributed

32 sources whose licenses permit re-hosting. Full data served from our store — CSV downloads, API access, snapshot-pinned bundles. License and attribution attached to every series.

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

Metadata only

Tier 2: Metadata-only

224 sources whose licenses forbid re-hosting. Fully catalogued — searchable metadata, machine-readable Dataset/Croissant records, and pointers to the original publisher. The data itself stays with its owner.

Best for: discovery, license checking, citing the original source correctly.

We never silently redistribute restricted data — a direct request for a restricted series returns an honest HTTP 451 with a link to the publisher.

What the library covers

256 sources across the pillars of empirical economics and finance.

📈

Macro & National Accounts

GDP, employment, production — national statistical offices (ABS, INSEE, ISTAT, StatCan, Eurostat) and the IMF/World Bank.

💰

Prices, Money & Central Banks

Inflation, interest rates, FX — ECB, Fed Board, BIS, Bundesbank, and dozens of national central banks.

🚢

Trade & Development

Bilateral trade (CEPII BACI), tariffs, development indicators (World Bank WDI, UN SDG, UNDP HDR).

Energy & Environment

EIA, IRENA, Ember, Global Carbon Budget, NASA GISS — production, prices, emissions, climate.

🏛

Institutions & Society

Governance (WGI, V-Dem, Freedom House), conflict (UCDP, COW), inequality (WID, SWIID), well-being (WHR).

📚

Research Datasets

Maddison Project (year 1 CE onward), Penn World Table, Shiller, Fama-French, Barro-Lee, and more.

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

256 sources · search datasets in English, or series in 6 languages via the live API

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?

256 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. Sources whose license forbids re-hosting are catalogued as metadata-only pointers to the original publisher — they are never redistributed.

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