Metadata-Version: 2.3
Name: newyorkfed_pandas
Version: 0.0.1
Summary: Library for downloading data from the markets.newyorkfed API
Project-URL: Homepage, https://github.com/dharmatech/newyorkfed_pandas.py
Project-URL: Issues, https://github.com/dharmatech/newyorkfed_pandas.py/issues
Author-email: Eduardo Cavazos <wayo.cavazos@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: pandas
Requires-Dist: requests
Description-Content-Type: text/markdown

# newyorkfed_pandas.py

Library for downloading data from markets.newyorkfed.org API.

The first time you request data, the data is retrieved and saved locally. Subsequent requests for the data only download newly available records plus a few others to ensure continuity.

Currently, only the RRP endpoint is available.

pypi package:


