Learn R Programming

BacenAPI (version 0.3.1)

bacen_search: Search for Financial Indicators Series Number

Description

Performs a search for financial indicator series based on a keyword.

Usage

bacen_search(keyword)

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.

Arguments

keyword

A string containing the search term in Portuguese - BR (e.g., "câmbio", "juros", "Bovespa").

Examples

Run this code
# Search for indices related to Fortaleza
bacen_search("fortaleza")

Run the code above in your browser using DataLab