Skip to main content
Bureau of Economic Analysis API providing U.S. GDP, personal income, international trade, and regional economic data from the National Income and Product Accounts (NIPA). Best for macroeconomic analysis needing national accounts data, GDP breakdowns, or trade balance tracking. The official source for U.S. economic output measurement — complementary to BLS (labor/prices) and Census (demographics). 1 example endpoint available through Lava’s AI Gateway. See the BEA API docs for full documentation.
This provider is managed — no additional setup required.
This is a catch-all provider — any valid URL under https://apps.bea.gov/api is supported. BEA economic statistics API. Construct URL as https://apps.bea.gov/api/{endpoint}. Primary endpoint: /data?method=getdata&datasetname=NIPA&TableName=T10101&Frequency=Q&Year=2024. Auth params (UserID, ResultFormat) are added automatically. The endpoints below are curated examples.

Endpoints

Get NIPA table data

GET https://apps.bea.gov/api/data?&method=getdata&datasetname=NIPA&TableName=T10101&Frequency=Q&Year=2024&ResultFormat=JSON — Free
const data = await lava.gateway('https://apps.bea.gov/api/data?&method=getdata&datasetname=NIPA&TableName=T10101&Frequency=Q&Year=2024&ResultFormat=JSON', { method: 'GET' });

Next Steps

All Providers

Browse all supported AI providers

Forward Proxy

Learn how to construct proxy URLs and authenticate requests