dataset {BacenAPI} | R Documentation |
Financial Indicators Dataset
Description
This dataset contains information on financial indicator series available from BacenAPI.
Usage
dataset
Format
A data frame with multiple rows and 5 columns:
- Code
(character) The unique series number.
- Full_Name
(character) The name of the financial series.
- Unit
(character) The unit of measurement for the data.
- Periodicity
(character) The frequency of data collection (e.g., daily, monthly, yearly).
- Start_Date
(Date) The starting date of the series.
Source
Central Bank of Brazil (Bacen)
Examples
data("dataset")
head(dataset)
[Package BacenAPI version 0.3.1 Index]