Skip to main content

Bank’s commercial currency exchange rate

This method allows retrieving a current commercial currency exchange rate by a Bank of Georgia for a given currency to a Georgian Lari and vice versa.

Query params

currencyrequiredstring

A currency code in the ISO 4217 format (e.g.: USD, GEL).

GET api/rates/commercial/{currency}

Response

Selldecimal number

A commercial currency exchange rate from a Georgian Lari to a given currency by the Bank of Georgia.

Buydecimal number

A commercial currency exchange rate from a given currency to a Georgian Lari by Bank of Georgia.

{
"Sell": 1.0,
"Buy": 1.0
}