Path: blob/master/FED/FED_Visualize_Inflation_Rate.ipynb
2973 views
Kernel: Python 3
FED - Visualize Inflation Rate
Tags: #fed #inflation_rate #vizualization #plotly
Author: Mohit Singh
Last update: 2023-04-12 (Created: 2023-04-06)
Description: This notebook vizualize the inflation rate of the US using plotly and fred api
Input
In [ ]:
Setup Variables
fred_api_key
: Fred API Key, to obtain an Fred API key, please refer to the St. Louis Fed Website.series_id
: A series ID is used to retrieve data for a specific economic indicator from the FRED database, please refer to the FRED Documentation
In [ ]:
In [ ]:
In [ ]:
In [ ]:
In [ ]:
Model
In [ ]:
In [ ]:
In [ ]:
Output
In [ ]: