FRED: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Financial Data Science =Organizatorium= * Source of data over API https://fred.stlouisfed.org and how to do it https://www.youtube.com/watch?v=R67XuYc9NQ4")
 
Line 1: Line 1:
=Internal=
=Internal=
* [[Financial Data Science]]
* [[Financial Data Science]]
=API=
{{External|https://pypi.org/project/fredapi/}}
==Installation==
<syntaxhighlight lang='bash'>
pip install fredapi
</syntaxhighlight>
=Organizatorium=
=Organizatorium=
* Source of data over API https://fred.stlouisfed.org and how to do it https://www.youtube.com/watch?v=R67XuYc9NQ4
* Source of data over API https://fred.stlouisfed.org and how to do it https://www.youtube.com/watch?v=R67XuYc9NQ4

Revision as of 23:32, 7 October 2023

Internal

API

https://pypi.org/project/fredapi/

Installation

pip install fredapi

Organizatorium