0.3.0 • Published 11 months ago

mnb-exchange-rate v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months 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

11 months ago

0.2.0

11 months ago

0.1.0

11 months ago

0.0.10

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago