0.0.5 • Published 9 months ago
cbr-api v0.0.5
Non-Official CBR API (Central Bank of Russia)
This is a minimalistic API wrapper written on TypeScript for getting currency rates from the Central Bank of Russia
Installation
npm install cbr-api
Usage
Creating an instance
import { CbrApi } from 'cbr-api';
const cbrApi = new CbrApi();
Instance methods
.getDailySpecificCurrencyRate(currency)
Get specific currency rate for particular day or today (default)
.getDailyCurrencyRates()
Get all currency rates for particular day or today (default)
Resources
Legal
This API is in no way affiliated with, authorized, maintained, sponsored or endorsed by Central Bank of Russia or any of its affiliates or subsidiaries. This is an independent and unofficial API. Please use at your own risk.