Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -14,6 +14,13 @@ series_options = {
|
|
14 |
"CPIAUCSL": "Consumer Price Index for All Urban Consumers",
|
15 |
"DGS10": "10-Year Treasury Constant Maturity Rate",
|
16 |
"FEDFUNDS": "Effective Federal Funds Rate",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
}
|
18 |
|
19 |
# Function to fetch data from FRED API
|
|
|
14 |
"CPIAUCSL": "Consumer Price Index for All Urban Consumers",
|
15 |
"DGS10": "10-Year Treasury Constant Maturity Rate",
|
16 |
"FEDFUNDS": "Effective Federal Funds Rate",
|
17 |
+
"M1SL": "M1 Money Supply",
|
18 |
+
"M2SL": "M2 Money Supply",
|
19 |
+
"M3SL": "M3 Money Supply",
|
20 |
+
# Add more series as needed
|
21 |
+
"HOUST": "Housing Starts",
|
22 |
+
"PCE": "Personal Consumption Expenditures",
|
23 |
+
"BAA10YM": "Moody's Baa Corporate Bond Yield Spread",
|
24 |
}
|
25 |
|
26 |
# Function to fetch data from FRED API
|