Checking status…
Catalog / Bureau of Economic Analysis
bea

Bureau of Economic Analysis

Open · redistributedU.S. Government Work (public domain)macro

FULL-COVERAGE ingest of the ENTIRE U.S. BEA API catalog. Crawls all 12 BEA data datasets (NIPA, NIUnderlyingDetail, FixedAssets, GDPbyIndustry, UnderlyingGDPbyIndustry, InputOutput, ITA, IIP, IntlServTrade, IntlServSTA, Regional, MNE) via GetData and writes GROUPED Parquet -- ONE file per…

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

Important notes

Coverage

Series catalogued
240
Temporal coverage
1929-12-31 – 2026-01-01
Frequencies
Annual, Quarterly
Distinct geographies
1
Categories
macro
Measured observations
67,490,269

Licensing & provenance

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

How to cite

U.S. Bureau of Economic Analysis, National Income and Product Accounts. Retrieved from https://www.bea.gov. Compiled and redistributed by the Elkassabgi Data Library.

Processing: Retrieved from the official source, normalized to a long {series_key, obs_date, value} schema (period-start dates), de-duplicated, and stored as zstd Parquet. Compiled and redistributed by the Elkassabgi Data Library.

Access & mirrors

Download
Select & download bea series as CSV →
API
Get a free API key, then GET /v1/series/<id>.csv
Canonical landing
https://econdatalibrary.com/bea.html
Update cadence
monthly
Update strategy
extend by date
Storage layout
overwrite-multi-file (grouped): one zstd parquet per table/cube under data/clean_full/bea/<dataset>/<group>.parquet (~600 files across 12 dataset dirs: NIPA 252, Regional 105, etc.). Columns series_key, obs_date, value (+ time_series_id / year extra cols for ITA/IIP/IntlServ*/MNE). State in data/raw/bea/_done_groups.json (atomic temp+replace); manifest at data/raw/bea/catalog_manifest.json.

Full description

FULL-COVERAGE ingest of the ENTIRE U.S. BEA API catalog. Crawls all 12 BEA data datasets (NIPA, NIUnderlyingDetail, FixedAssets, GDPbyIndustry, UnderlyingGDPbyIndustry, InputOutput, ITA, IIP, IntlServTrade, IntlServSTA, Regional, MNE) via GetData and writes GROUPED Parquet -- ONE file per table/cube, with a series-key column inside -- to data/clean_full/bea/<dataset>/. License: us-public-domain (public domain). Anti-bloat: ~600 files total for the whole source, each holding many series. Resume: a done-set JSON lets re-runs skip already-written groups. Usage: python jobs/ingest_bea_full.py --datasets NIPA # one dataset python jobs/ingest_bea_full.py # everything python jobs/ingest_bea_full.py --resume # skip done groups

Structured metadata

schema.org/Dataset (Google Dataset Search)
{
  "@context": "https://schema.org/",
  "@type": "Dataset",
  "name": "Bureau of Economic Analysis",
  "description": "FULL-COVERAGE ingest of the ENTIRE U.S. BEA API catalog. Crawls all 12 BEA data datasets (NIPA, NIUnderlyingDetail, FixedAssets, GDPbyIndustry, UnderlyingGDPbyIndustry, InputOutput, ITA, IIP, IntlServTrade, IntlServSTA, Regional, MNE) via GetData and writes GROUPED Parquet -- ONE file per…",
  "url": "https://econdatalibrary.com/bea.html",
  "identifier": "bea",
  "isAccessibleForFree": true,
  "publisher": {
    "@type": "Organization",
    "name": "Econ Data Library",
    "url": "https://econdatalibrary.com"
  },
  "creator": {
    "@type": "Organization",
    "name": "Bureau of Economic Analysis"
  },
  "license": "https://www.usa.gov/government-works",
  "keywords": [
    "macro",
    "bea"
  ],
  "temporalCoverage": "1929-12-31/2026-01-01",
  "repeatFrequency": [
    "P1Y",
    "P3M"
  ],
  "citation": "U.S. Bureau of Economic Analysis, National Income and Product Accounts. Retrieved from https://www.bea.gov. Compiled and redistributed by the Elkassabgi Data Library.",
  "sameAs": [
    "https://huggingface.co/datasets/econdatalibrary-bea",
    "https://zenodo.org/communities/econdatalibrary"
  ],
  "distribution": [
    {
      "@type": "DataDownload",
      "encodingFormat": "text/csv",
      "contentUrl": "https://econdatalibrary.com/download.html?source=bea",
      "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": "bea",
  "description": "FULL-COVERAGE ingest of the ENTIRE U.S. BEA API catalog. Crawls all 12 BEA data datasets (NIPA, NIUnderlyingDetail, FixedAssets, GDPbyIndustry, UnderlyingGDPbyIndustry, InputOutput, ITA, IIP, IntlServTrade, IntlServSTA, Regional, MNE) via GetData and writes GROUPED Parquet -- ONE file per…",
  "url": "https://econdatalibrary.com/bea.html",
  "creator": {
    "@type": "sc:Organization",
    "name": "Bureau of Economic Analysis"
  },
  "publisher": {
    "@type": "sc:Organization",
    "name": "Econ Data Library",
    "url": "https://econdatalibrary.com"
  },
  "license": "https://www.usa.gov/government-works",
  "keywords": [
    "macro"
  ],
  "temporalCoverage": "1929-12-31/2026-01-01",
  "citation": "U.S. Bureau of Economic Analysis, National Income and Product Accounts. Retrieved from https://www.bea.gov. Compiled and redistributed by the Elkassabgi Data Library.",
  "distribution": [
    {
      "@type": "cr:FileObject",
      "@id": "bea-csv",
      "name": "bea-csv",
      "description": "Per-series CSV, downloadable with a free API key.",
      "contentUrl": "https://econdatalibrary.com/download.html?source=bea",
      "encodingFormat": "text/csv"
    }
  ]
}
Part of the Econ Data Library catalog · metadata generated 2026-07-14 from the central registry · browse all datasets
ElkassabgiData

One account. Every library.

HF Data Library  ·  Econ Data Library  · more to come