fred
Here are 18 public repositories matching this topic...
Python library to download market data via Bloomberg, Quandl, Yahoo etc.
-
Updated
May 6, 2020 - Python
>>> from fredapi import Fred
>>> fred = Fred(api_key_file='api_key_file.txt')
>>> fred.search('Real GDP')
OutOfBoundsDatetime: Out of bounds nanosecond timestamp: 1270-01-01 00:00:00Having dates outside of the limitations of pd.TimeStamp causes the problem. In the above search, we get ba
Visual regression tool used to compare baseline and updated instances of a website in a deployment pipeline.
-
Updated
Jan 20, 2020 - Python
Python wrapper for Photon Engineering's FRED software
-
Updated
Apr 10, 2020 - Python
From Abstract Meaning Representation AMR (https://amr.isi.edu/) to RDF, according to the syntax of FRED (http://wit.istc.cnr.it/stlab-tools/fred/).
-
Updated
Sep 15, 2019 - Java
Access FED API
-
Updated
Jan 30, 2020 - Python
FRED API Library and Command Line
-
Updated
May 19, 2020 - Ruby
Compute FRED light curves of LMXBs outbursts
-
Updated
Oct 31, 2017 - C++
Flask app to read federal reserve data and incrementally persist to a postgresql database
-
Updated
Oct 21, 2019 - Python
Improve this page
Add a description, image, and links to the fred topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fred topic, visit your repo's landing page and select "manage topics."


It would be nice to have some general developer documentation for potential contributors to help in cases such as #510, etc.
What are the best steps to take towards accomplishing this? Maybe something similar (albeit not all details needed) to the Pandas developer docs?
I've begun an implementation of this on my fork, basicall