The goal of fedeconseries is to obtain US federal reserve(St. Louis Fed) economic data. Reserach use only.
A more concrete example can be found in the vignette: https://harrysun26.github.io/fedeconseries/articles/the_Vignettes.html
This function returns the unique identifier(economic variable in database) used in functions get_econ_series
and get_fedeconseries
. Here, we pass keyword “unemployment” into the function.
This function returns real value(raw data) of economic series. No adjustments. Here we pass “INDPRO” as keyword and “indpro” as a rename, with observation start and end date.
This function returns unemployment data of US, with varying available date adjustment. Here we pass the keyword “UNRATE”, rename as “unemployment”, with observation start and end date, and research (real) start and end date.
When using the FRED© API, you are agreeing to be bound by the FRED© API Terms of Use, see https://research.stlouisfed.org/docs/api/terms_of_use.html.