Python package for accessing data from the U.S. Bureau of Economic Analysis (BEA) API. The pyBEA package allows users to extract relevant data from the BEA data API into a Pandas DataFrame for further analysis.
Assuming you have pip on your computer (as will be the case if you've installed Anaconda) you can install the latest stable release of pybea
by typing
pip install pybea
at a terminal prompt.