bacen_search {BacenAPI} | R Documentation |
Search for Financial Indicators Series Number
Description
Performs a search for financial indicator series based on a keyword.
Usage
bacen_search(keyword)
Arguments
keyword |
A string containing the search term in Portuguese - BR (e.g., "câmbio", "juros", "Bovespa"). |
Value
A data frame with the columns 'Code', 'Full_Name', 'Unit', 'Periodicity', and 'Start_Date' corresponding to the search results.
A data frame with the columns 'Code', 'Full_Name', 'Unit', 'Periodicity', and 'Start_Date' corresponding to the search results.
Examples
# Search for indices related to Fortaleza
bacen_search("fortaleza")
[Package BacenAPI version 0.3.1 Index]