LAST_DOWNLOAD |
---|
2025-10-09 |
Debt
Data - Fred
Info
LAST_DOWNLOAD
LAST_COMPILE
LAST_COMPILE |
---|
2025-10-09 |
Last
date | Nobs |
---|---|
2025-04-01 | 3 |
variable
variable | Variable | Nobs |
---|---|---|
GFDEBTN | Federal Debt: Total Public Debt | 238 |
GFDEGDQ188S | Federal Debt: Total Public Debt as Percent of Gross Domestic Product | 238 |
FDHBFIN | Federal Debt Held by Foreign and International Investors | 222 |
HDTGPDUSQ163N | Household Debt to GDP for United States | 81 |
Total Debt
Code
%>%
debt filter(variable == "GFDEGDQ188S") %>%
+ geom_line(aes(x = date, y = value)) ggplot