Package: BacenAPI
Version: 0.3.1
Title: Data Collection from the Central Bank of Brazil
Description: Provides tools to facilitate the access and processing of data 
    from the Central Bank of Brazil API. The package allows users 
    to retrieve economic and financial data, transforming them into usable 
    tabular formats for further analysis. The data is obtained from the 
    Central Bank of Brazil API: <https://api.bcb.gov.br/dados/serie/bcdata.sgs.{series_code}/dados?formato=json&dataInicial={start_date}&dataFinal={end_date}>.
License: MIT + file LICENSE
URL: https://github.com/LissandroSousa/BacenAPI.r
BugReports: https://github.com/LissandroSousa/BacenAPI.r/issues
Imports: httr, httr2, jsonlite, magrittr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
NeedsCompilation: no
Authors@R: c(
    person(
      "Paulo", "Icaro",
      role = "aut"
    ),
    person(
      "Lissandro", "Sousa",
      email = "lisandrosousa54@gmail.com",
      role = c("cre", "aut")
    ),
    person(
      "Francisco Gildemir", "Ferreira da Silva",
       role = c("ths", "aut")
    )
  )
Depends: R (>= 3.5)
Packaged: 2025-04-22 12:08:41 UTC; lisan
Author: Paulo Icaro [aut],
  Lissandro Sousa [cre, aut],
  Francisco Gildemir Ferreira da Silva [ths, aut]
Maintainer: Lissandro Sousa <lisandrosousa54@gmail.com>
Repository: CRAN
Date/Publication: 2025-04-22 12:20:02 UTC
Built: R 4.4.1; ; 2025-04-22 13:22:32 UTC; unix
