powered by
This function imports dictionaries for all possible FRED series. You can us this data to find series to search in the get_data_fred_symbols function.
get_data_fred_symbols
get_dictionary_all_fred_series_ids(fred_file = NULL, return_message = TRUE)
the type of dictionary you wish to import
NULL, All: returns all dictionary data in a nested data frame (default)
NULL, All
series: returns a data frame of the series name, id, and attributes
series
tags: returns a data frame of the series id and their corresponding search tag
tags
subindicies: returns a data frame with the parent series and any sub-indicies if they have them
subindicies
TRUE return a message after data import
TRUE
a data_frame
data_frame
This dictionary was indexed on January 22, 2017, please be aware that there may be new series added to FRED since then.
Other dictionary: get_data_location_codes, get_data_sec_rules, get_data_sic_naics_codes, get_dictionary_sec_filing_codes, get_dictionary_sec_form_codes, get_dictionary_sic_codes, get_reit_entity_dictionary
get_data_location_codes
get_data_sec_rules
get_data_sic_naics_codes
get_dictionary_sec_filing_codes
get_dictionary_sec_form_codes
get_dictionary_sic_codes
get_reit_entity_dictionary
# NOT RUN { get_dictionary_all_fred_series_ids(fred_file = NULL, return_message = TRUE) # }
Run the code above in your browser using DataLab