Checking status…
Catalog / Federal Reserve Board (H.15 etc.)
fed_board

Federal Reserve Board (H.15 etc.)

Open · redistributedU.S. Government Work (public domain)Money & Banking

FULL-COVERAGE ingest of the U.S. Federal Reserve Board Data Download Program (DDP). Source: https://www.federalreserve.gov/datadownload/ -- the Fed's bulk-download facility. For EVERY statistical release the DDP publishes a single ZIP package containing the entire release as one SDMX-compact XML…

Redistributable. This source is served as canonical Parquet under the license below, with attribution and provenance preserved.

Coverage

Series catalogued
52,322
Temporal coverage
1919-01-31 – 2026-06-30
Frequencies
Annual, Daily, Monthly, Quarterly, Weekly
Categories
Money & Banking
Measured observations
13,982,879

Licensing & provenance

License
U.S. Government Work (public domain)
License URL
https://www.usa.gov/government-works
Required attribution
Source: Federal Reserve Board (public domain)
Redistribution
Permitted (served here)
Commercial use
Yes
Modification
Permitted

How to cite

Board of Governors of the Federal Reserve System, statistical releases (Data Download Program). Compiled and redistributed by the Elkassabgi Data Library.

Processing: Retrieved from the Federal Reserve Board's Data Download Program, normalized to a long {series_key, obs_date, value} schema and stored as zstd Parquet, one file per statistical release.

Access & mirrors

Download
Select & download fed_board series as CSV →
API
Get a free API key, then GET /v1/series/<id>.csv
Canonical landing
https://econdatalibrary.com/fed_board
Update cadence
daily
Automated refresh
live — this database is on the daily update run
Update strategy
bulk snapshot if changed
Storage layout
Per-release grouped parquet: data/clean_full/fed_board/<REL>.parquet (obs: dataset, series_key, obs_date(date32), value(float64), obs_status) + <REL>__series.parquet (one row per series metadata) + <REL>.meta.json (resume/verify sidecar) + _summary.json. 18 releases. zstd, 1M-row flush via lxml.iterparse with el.clear(). Raw zips cached at data/raw/fed_board/<REL>.zip.

Full description

FULL-COVERAGE ingest of the U.S. Federal Reserve Board Data Download Program (DDP). Source: https://www.federalreserve.gov/datadownload/ -- the Fed's bulk-download facility. For EVERY statistical release the DDP publishes a single ZIP package containing the entire release as one SDMX-compact XML file: https://www.federalreserve.gov/datadownload/Output.aspx?rel=<REL>&filetype=zip The 18 releases that exist (enumerated from the DDP home page's Choose.aspx?rel= links on 2026-06-03): CHGDEL CP DSR E2 FOR G17 G19 G20 H10 H15 H3 H41 H6 H8 PRATES SCOOS SLOOS Z1 SDMX layout (compact schema): <frb:DataSet id="..."> <kf:Series SERIES_NAME="..." FREQ="9" UNIT="..." ...dimension attrs...> <frb:Annotations>... Short/Long Description ...</frb:Annotations> <frb:Obs OBS_STATUS="A" OBS_VALUE="1.13" TIME_PERIOD="1954-07-01"/> ... </kf:Series> </frb:DataSet> A release may contain several DataSets (e.g. CP -> RATES/VOL/OUTST...; G17 -> 14 IP_* cubes). SERIES_NAME is unique within a DataSet but can repeat ACROSS DataSets in the same release, so the unique series key is (dataset, series_name). OBS_STATUS="ND" with OBS_VALUE="-9999" means "no data published" -> skipped. GROUPED storage (mirrors jobs/ingest_eurostat.py / ingest_bls.py): ONE Parquet per RELEASE -> data/clean_full/fed_board/<REL>.parquet with a `dataset` + `series_key` column inside (NOT one file per series). A sidecar <REL>__series.parquet holds one metadata row per series (freq, unit, descriptions, full dimension dict as JSON). Memory is bounded via lxml.iterparse with el.clear() and row-group batch flushing -- essential for Z.1 (590 MB XML, ~40k series). License: us-public-domain (configs/sources.yaml -> fed_board). Usage: python jobs/ingest_fed_board.py --probe # parse 3 small releases, no big ones python jobs/ingest_fed_board.py --only H15,Z1 # one/few releases python jobs/ingest_fed_board.py # full run (all 18 releases) python jobs/ingest_fed_board.py --skip-download # reuse already-downloaded ZIPs python jobs/ingest_fed_board.py --force # ignore resume sidecars, redo

Structured metadata

schema.org/Dataset (Google Dataset Search)
{
  "@context": "https://schema.org/",
  "@type": "Dataset",
  "name": "Federal Reserve Board (H.15 etc.)",
  "description": "Quarterly (E2); Federal government; nonfinancial assets (does not include land); Weekly (H3). Federal Reserve Board. 52,322 series, 1919–2026. Free download.",
  "url": "https://econdatalibrary.com/fed_board",
  "identifier": "fed_board",
  "isAccessibleForFree": true,
  "publisher": {
    "@type": "Organization",
    "name": "Econ Data Library",
    "url": "https://econdatalibrary.com"
  },
  "includedInDataCatalog": {
    "@type": "DataCatalog",
    "@id": "https://econdatalibrary.com/#catalog",
    "name": "Econ Data Library",
    "url": "https://econdatalibrary.com/catalog"
  },
  "creator": {
    "@type": "Organization",
    "name": "Federal Reserve Board"
  },
  "license": "https://www.usa.gov/government-works",
  "keywords": [
    "Money & Banking",
    "fed_board"
  ],
  "temporalCoverage": "1919-01-31/2026-06-30",
  "repeatFrequency": [
    "P1Y",
    "P1D",
    "P1M",
    "P3M",
    "P1W"
  ],
  "citation": "Board of Governors of the Federal Reserve System, statistical releases (Data Download Program). Compiled and redistributed by the Elkassabgi Data Library.",
  "sameAs": [
    "https://huggingface.co/datasets/econdatalibrary-fed_board",
    "https://zenodo.org/communities/econdatalibrary"
  ],
  "distribution": [
    {
      "@type": "DataDownload",
      "name": "fed_board — CSV",
      "encodingFormat": "text/csv",
      "contentUrl": "https://econdatalibrary.com/download.html?source=fed_board",
      "license": "https://www.usa.gov/government-works"
    }
  ]
}
Croissant (ML-ready, schema.org JSON-LD)
{
  "@context": {
    "@language": "en",
    "@vocab": "https://schema.org/",
    "cr": "http://mlcommons.org/croissant/",
    "data": {
      "@id": "cr:data",
      "@type": "@json"
    },
    "dataType": {
      "@id": "cr:dataType",
      "@type": "@vocab"
    },
    "sc": "https://schema.org/",
    "conformsTo": "dct:conformsTo",
    "dct": "http://purl.org/dc/terms/"
  },
  "@type": "sc:Dataset",
  "conformsTo": "http://mlcommons.org/croissant/1.0",
  "name": "fed_board",
  "description": "Quarterly (E2); Federal government; nonfinancial assets (does not include land); Weekly (H3). Federal Reserve Board. 52,322 series, 1919–2026. Free download.",
  "url": "https://econdatalibrary.com/fed_board",
  "creator": {
    "@type": "sc:Organization",
    "name": "Federal Reserve Board"
  },
  "publisher": {
    "@type": "sc:Organization",
    "name": "Econ Data Library",
    "url": "https://econdatalibrary.com"
  },
  "license": "https://www.usa.gov/government-works",
  "keywords": [
    "Money & Banking"
  ],
  "temporalCoverage": "1919-01-31/2026-06-30",
  "citation": "Board of Governors of the Federal Reserve System, statistical releases (Data Download Program). Compiled and redistributed by the Elkassabgi Data Library.",
  "distribution": [
    {
      "@type": "cr:FileObject",
      "@id": "fed_board-csv",
      "name": "fed_board-csv",
      "description": "Per-series CSV, downloadable with a free API key.",
      "contentUrl": "https://econdatalibrary.com/download.html?source=fed_board",
      "encodingFormat": "text/csv"
    }
  ]
}
Part of the Econ Data Library catalog · metadata generated 2026-08-02 from the central registry · browse all datasets
ElkassabgiData

One account. Every library.

HF Data Library  ·  Econ Data Library  · more to come