monobank-bank-currency
Fetch Monobank exchange rates for all supported currencies, including buy, sell, and cross rates with update timestamps.
Instructions
Returns Monobank exchange rates for all supported currencies.
Response fields:
baseCurrency / quoteCurrency: ISO 4217 currency codes (e.g. 'USD', 'EUR', 'UAH'). quoteCurrency is almost always 'UAH' — except the EUR/USD pair.
date: ISO 8601 timestamp of the last rate update.
rateSell: rate at which the bank sells baseCurrency (you pay in quoteCurrency). Present only for directly traded pairs.
rateBuy: rate at which the bank buys baseCurrency (you receive in quoteCurrency). Present only for directly traded pairs.
rateCross: mid-market rate for all other currencies. Use when rateSell/rateBuy are absent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||