exchange-rates-bac-dollar
TypeScript icon, indicating that this package has built-in type declarations

1.0.23 • Public • Published

exchange-rates-bac

Tipo de Cambio del Banco BAC Credomatic (https://www.baccredomatic.com/)

Install

npm i exchange-rates-bac-dollar

Example

import { ExchangeRateDollar, Country } from 'exchange-rates-bac-dollar';

const exchange = ExchangeRateDollar(Country.CR).then(exchangeRate => {
  console.log(exchangeRate);
});

Output

{
  buy: 687.00,
  sale: 701.00
}

Countries

CR | 'Costa Rica'
SV | 'El Salvador'
GT | 'Guatemala'
HN | 'Honduras'
NI | 'Nicaragua'
PA | 'Panamá'
CL | 'Colombia'

Readme

Keywords

Package Sidebar

Install

npm i exchange-rates-bac-dollar

Weekly Downloads

1

Version

1.0.23

License

Apache-2.0

Unpacked Size

16.7 kB

Total Files

13

Last publish

Collaborators

  • davidsp