UNPKG

node-mnb

Version:

Node package that retrieves information from the Hungarian National Bank's (MNB) SOAP API.

6 lines (5 loc) 361 B
export declare function getMnbStatus(): Promise<object>; export declare function getMnbRates(): Promise<object>; export declare function getMnbCurrencies(): Promise<Array<string>>; export declare function getMnbDateInterval(): Promise<object>; export declare function getHistoricalRates(startDate: string, endDate: string, currencies: string): Promise<object>;