wilsonfreitas / rbcb

R interface to Brazilian Central Bank web services
https://wilsonfreitas.github.io/rbcb/
Other
91 stars 22 forks source link

Error in get_currency #41

Closed dutida21 closed 2 years ago

dutida21 commented 2 years ago

This error appears when running the get_currency: "BCB API returned error: • Moeda não cadastrada."

Example: brl_usd <- get_currency('USD', t_1y, t) %>% select(-bid) %>% rename(brl_usd = 2)

brl_eur <- get_currency('EUR', t_1y, t) %>% select(-bid) %>% rename(brl_eur= 2)

brl_gbp <- get_currency('GBP', t_1y, t) %>% select(-bid) %>% rename(brl_libra = 2)

wilsonfreitas commented 2 years ago

Is this still happening? This API is very unstable.

dutida21 commented 2 years ago

No, it's running.