pyBEA icon indicating copy to clipboard operation
pyBEA copied to clipboard

Python package for downloading data from the Bureau of Economic Analysis (BEA) data API.

pyBEA

|Build Status| |Coverage Status| |Latest Version| |Downloads|

.. |Build Status| image:: https://travis-ci.org/davidrpugh/pyBEA.svg?branch=master :target: https://travis-ci.org/davidrpugh/pyBEA .. |Coverage Status| image:: https://coveralls.io/repos/davidrpugh/pyBEA/badge.svg?branch=master :target: https://coveralls.io/r/davidrpugh/pyBEA?branch=master .. |Latest Version| image:: https://img.shields.io/pypi/v/pyBEA.svg :target: https://pypi.python.org/pypi/pyBEA/ .. |Downloads| image:: https://img.shields.io/pypi/dm/pyBEA.svg :target: https://pypi.python.org/pypi/pyBEA/

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.

Installation

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

.. code:: bash

pip install pybea

at a terminal prompt.

.. _pip: https://pypi.python.org/pypi/pip .. _installed Anaconda: http://quant-econ.net/getting_started.html#installing-anaconda