powered by
Performs a search for financial indicator series based on a keyword.
bacen_search(keyword)
A data frame with the columns `Code`, `Full_Name`, `Unit`, `Periodicity`, and `Start_Date` corresponding to the search results.
A string containing the search term in Portuguese - BR (e.g., "câmbio", "juros", "Bovespa").
# Search for indices related to Fortaleza bacen_search("fortaleza") # Search for indices related to Fortaleza bacen_search("fortaleza")
Run the code above in your browser using DataLab