A Python wrapper for the U.S. Bureau of Economic Analysis (BEA) API. Version 0.2.0 provides programmatic access to BEA data such as GDP and regional statistics. Released periodically; currently in early active development.
pip install beaapiNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize BEAAPI with an API key and make a sample request to list datasets.
Always pass the API key explicitly: BEAAPI(api_key) or set an environment variable and load it manually.
Pass params as a single dictionary with keys like 'UserID', 'Method', etc.
Switch to BEAAPI(api_key).get_data(params).
No dependency data recorded yet.