Organization Limited Access

National Bureau of Economic Research

NBER provides essential economic research data, including historical series, patent data, and specialized datasets. Access is primarily for academic research and requires proper attribution.

Status Tracker Past 24 hours

Current status

Operational

100.0% operational in known checks

Checked Jun 16, 8:20 PM

24h ago Now
Operational Polling issues Impacted No data
All sources
Data access source profile JSON profile →

Access

limited

Collection level

L1

Confidence

medium

Recommended next action

Use liveness and documentation as guidance; review this source before building a data pipeline.

Exportable data

location_specific

Docker fit

docker_ok_per_dataset

Estimated size

varies

csvdataset-specific-downloaddirect-linkend-userliveness-onlyotherpdf
Access & Pricing Visit source →

Cost

Free

Access type

limited

Signup required

Yes

Update alerts

Not offered

Coverage

north america

Update frequency

varies

Source Documentation

What You're Getting

NBER Research Data provides access to datasets assembled for academic economic research — historical US economic data, demographic microdata, patent citation networks, mortality statistics, and other specialized datasets. Notable collections: NBER Macrohistory Database (long historical series 1867+), CPS Extract (Current Population Survey extracts), Patent Data Project (USPTO patent records), and NBER-CES Manufacturing Industry Database. Data is researcher-compiled, not official statistics.

Ingestion Strategy

NBER data is distributed as downloadable files — no API. Each dataset has its own structure and format. The Macrohistory Database offers consistent annual/monthly time series as CSV/XLSX. For complex microdata (CPS, patent), SAS/Stata input scripts are often provided. Plan for per-dataset schema variation.

import requests, io, pandas as pd

# NBER Macrohistory database (annual series)
url = "https://www.nber.org/research/data/nber-macrohistory-database"
# Data files are linked per series; download the master index first
index_url = "https://data.nber.org/data/macro-historical/narrative-database/bci/"
# Typical file: CSV with columns: date, series_value

Rate Limits & API Details

  • No API; all access via direct file download
  • No authentication for most public datasets
  • Some datasets require NBER restricted data access (institutional researchers only)
  • Files hosted at data.nber.org — standard HTTPS

Schema Stability

Each NBER dataset has its own schema — there is no uniform structure. Schemas are set when the dataset is published and rarely change, but new versions of datasets may restructure columns. Always check the codebook PDF for variable definitions. Dates are inconsistently formatted across datasets (YYYYMM, YYYY, or full date strings).

Data Quality Gotchas

  • Academic, not operational: NBER data is research-grade — may have methodological peculiarities documented in working papers
  • Historical data: Macrohistory series were reconstructed from historical sources and may not match other historical databases
  • Infrequent updates: many NBER datasets are one-time publications; do not expect regular refresh
  • Format heterogeneity: CSV, XLSX, Stata .dta, SAS .sas7bdat, fixed-width — build format-specific parsers per dataset

Tool Compatibility

  • Python: pandas for CSV/XLSX; pyreadstat for Stata/SAS files
  • R: native for Stata/SAS formats
  • No standard ETL connector support
  • Snowflake/BigQuery: use manual file upload or cloud storage staging

Benchmarking Approach

Macrohistory Database: US GNP series should start from the 1870s. Verify a known historical value (e.g. 1929 GNP) against published historical economic history sources. For patent datasets: total US patents should match USPTO annual report figures. Set alerts for failed downloads (NBER occasionally reorganizes file paths).

Visit Data Source

Data Formats

csv other pdf

API Quickstart

No snippet available yet.

How to Access

  • 🌐 end user

Notable Datasets

6 total
  • Census U.S. Intercensal County Population Data, 1970-2014
  • NBER Working Papers and Chapters Metadata
  • Slow convergence: Career impediments to interdisciplinary biomedical research
  • Income tax calculator for SOI-IRS individual Data
  • Tax Model Data at the NBER
  • 100+ Data Sts

Index entry

Added: Apr 30, 2026

Last indexed: Jun 16, 2026

Unverified entry

Learn

Recent articles

View all →