Skip to content

Releases: Jaldekoa/BCRA-Wrapper

Version 2.0.0

19 Dec 13:48
Compare
Choose a tag to compare

Version 1.2.0

23 Sep 21:08
Compare
Choose a tag to compare

Version 1.1.0

07 Aug 22:53
Compare
Choose a tag to compare

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

11 Jun 00:30
Compare
Choose a tag to compare

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

03 Jun 14:43
Compare
Choose a tag to compare

Added default or custom SSL certificate.

Version 0.0.2

03 Jun 00:48
Compare
Choose a tag to compare

Upgraded to BCRA API v2.0