Releases: Jaldekoa/BCRA-Wrapper
Version 2.0.0
Upgrade the API Estadisticas to v3.0.
Version 1.2.0
Add support for the new API Central de Deudores v1.0.
Version 1.1.0
bcraapi v1.1.0
Installation
pip install bcraapi
APIs available for query:
Estadísticas cambiarias v1.0:
You will be able to access to resources related to exchange rate information published by the BCRA.
from bcraapi import estadisticascambiarias
maestros_divisas()
: Method to obtain the list of all ISO currencies in force, with their respective denominations.
denomination.cotizaciones()
: Method to obtain the list of all current foreign exchange rates published by the BCRA for a given date (yyyy-MM-dd).
BCRA for a given date.cotizaciones_moneda()
: Method to obtain the price evolution of a currency (ISO) in a particular date range.
Cheques denunciados v1.0:
You will be able to consult reported, lost, stolen or adulterated checks. The information available here is provided by the financial entities operating in the country and is published without alterations.
from bcraapi import cheques
entidades()
: Method to obtain the list of all the banking entities in the country with their respective entity code.denunciados()
: Method to know if a check from a certain entity is registered as reported or not.
Estadísticas v2.0
You will be able to access resources related to the main variables information published by the BCRA.
from bcraapi import estadisticas
principales_variables()
: Method to obtain the list of all variables published by the BCRA.datos_variable()
: Method to obtain the values for the variable and date range indicated.
Version 1.0.0
bcraapi v1.0.0
Installation
pip install bcraapi
APIs available for query:
Cheques denunciados v1.0:
You will be able to consult reported, lost, stolen or adulterated checks. The information available here is provided by the financial entities operating in the country and is published without alterations.
from bcraapi import cheques
entidades()
: Method to obtain the list of all the banking entities in the country with their respective entity code.denunciados()
: Method to know if a check from a certain entity is registered as reported or not.
Estadísticas v2.0
You will be able to access resources related to the main variables information published by the BCRA.
from bcraapi import estadisticas
principales_variables()
: Method to obtain the list of all variables published by the BCRA.datos_variable()
: Method to obtain the values for the variable and date range indicated.
Version 0.0.3
Added default or custom SSL certificate.
Version 0.0.2
Upgraded to BCRA API v2.0