get_symbol | R Documentation |
Download data from FRED.
get_symbol(symbol)
symbol |
character denoting the symbol to download, e.g. "GDPC1" or "FEDFUNDS" |
api_key |
character specyfing the api key for FRED |
get_symbol("GDPC1")
get_symbol("T10Y2Y")
c("FEDFUNDS", "GDPC1") |> map(get_symbol)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.