fredapi icon indicating copy to clipboard operation
fredapi copied to clipboard

Python API for FRED (Federal Reserve Economic Data) and ALFRED (Archival FRED)

Results 41 fredapi issues
Sort by recently updated
recently updated
newest added

How to integrate FRED API with ZOHO Api

Similar to what is described here: [https://fredhelp.stlouisfed.org/fred/graphs/customize-a-fred-graph/data-transformation-add-series-to-existing-line/](url)

The FRED API seems to have implemented a hard cap of 2000 vintages to be retrieved at once. It comes into play if one tries to run get_series_all_releases on any...

After installing the latest version of fredapi and running the following code (from the library homepage): ``` from fredapi import Fred fred = Fred(api_key=fred_key) data = fred.get_series('SP500') ``` I received...

the dataset I cannot load is called: 100*(Real Gross Domestic Product-Real Potential Gross Domestic Product)/Real Potential Gross Domestic Product

Hi, it would have been really nice if you could add to `Fred()` call also proxy settings. Thanks

Is there anything to pull tags for a series data

Dear developer, I want to request 5 datasets, in total there are probably 2000 data points. Sometimes I can get them all without any issue. However, most of times after...

This category for e.g. https://fred.stlouisfed.org/categories/33003 fred.search_by_category(33003) ValueError: No series exists for category id: 33003 Why aren't all categories accessible?

This PR incorporates general improvement to the project. ## Code Improvements - [x] Convert to f-strings ## Project Management Improvements ### Documentation - [x] Move README documentation into [sphinx](https://www.sphinx-doc.org/en/master/) docs...