BIS icon indicating copy to clipboard operation
BIS copied to clipboard

Programmatic access to BIS data

Results 6 BIS issues
Sort by recently updated
recently updated
newest added

Hey! I am trying to run the code as was presented in the example usage. Somehow I have problems with the get_bis function and following warning message occurs: >library(BIS) >datasets...

There seems to be a mess-up with the new data structure at BIS. They note that > 24 February 2022 CSV files have been renamed according to the new Dataset...

hello, Like the same issue here (https://github.com/expersso/OECD/issues/11) can you modify the package to support corporate proxy using httr: the solution is to modify the get_datasets() function like below: get_datasets

``` > bis_location sessionInfo() R version 4.0.2 (2020-06-22) Platform: x86_64-apple-darwin17.0 (64-bit) Running under: macOS Catalina 10.15.7 Matrix products: default BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib LAPACK: /Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libRlapack.dylib locale: [1] en_CA.UTF-8/en_CA.UTF-8/en_CA.UTF-8/C/en_CA.UTF-8/en_CA.UTF-8 attached base packages: [1]...

**Summary:** When downloading the "Triennial Survey statistics on turnover" and "OTC derivatives outstanding" using get_bis(), information is lost during conversion of the original datasets. For example, the columns on "denomination...

**Summary:** get_bis() gets stuck trying to download the "Locational banking statistics" (LBS), "Consolidated banking statistics" (CBS) and the "Debt securities statistics" (SEC) from the BIS's homepage. **Steps to reproduce:** ```{r}...