0.3.0 • Published 1 year ago

mnb-exchange-rate v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

MNB Exchange Rate API

Docs - mnb.hu

Install

yarn add mnb-exchange-rate

Usage

import {getClient} from 'mnb-exchange-rate'

const client = await getClient()

const info = await client.GetInfo()
const currencies = await client.GetCurrencies()
const units = await client.GetCurrencyUnits({currencies: ['EUR', 'JPY']})
const interval = await client.GetDateInterval()
const rate_current = await client.GetCurrentExchangeRates()
const rates = await client.GetExchangeRates({startDate: '2000-01-01', endDate: '2000-01-02', currencies: ['EUR']})
0.3.0

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago