Skip to content

TOP to UAH exchange rate API

Pa’anga to Hryvnia · quoted 2026-09-25

18.8246

▲ +6.11% over 1Y

1 TOP = 18.8246 UAH · 1 UAH = 0.05312 TOP · Get this rate via the API

1 TOP buys 18.8246 UAH as of 2026-09-25, so 1 UAH buys 0.05312 TOP. Over the last year, TOP/UAH traded between 17.4484 and 19.2702, averaged 18.4335 and rose 6.11%. The API holds daily TOP/UAH rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/UAH over 1Y

TOP/UAH over 1Y: show the values
PointTOP/UAH
2025-09-2517.7414
2025-10-0217.4484
2025-10-0917.5204
2025-10-1617.6754
2025-10-2317.7221
2025-10-3017.6997
2025-11-0617.8490
2025-11-1317.8554
2025-11-2017.5748
2025-11-2717.6361
2025-12-0417.6751
2025-12-1217.6343
2025-12-1917.6786
2025-12-2617.8080
2026-01-0217.6700
2026-01-0917.9791
2026-01-1618.3944
2026-01-2318.2354
2026-01-3018.3014
2026-02-0618.3725
2026-02-1318.4538
2026-02-2018.4761
2026-02-2718.4827
2026-03-0618.6118
2026-03-1318.8650
2026-03-2018.6805
2026-03-2718.8133
2026-04-0318.5438
2026-04-1018.4859
2026-04-1818.2833
2026-04-2518.2712
2026-05-0218.2532
2026-05-0918.2415
2026-05-1718.6936
2026-05-2518.9125
2026-06-0119.0184
2026-06-1019.1010
2026-06-1719.2702
2026-06-2418.9964
2026-07-0118.8333
2026-07-0818.9744
2026-07-1518.9851
2026-07-2218.9401
2026-07-2919.1046
2026-08-0519.0247
2026-08-1219.0325
2026-08-2019.0614
2026-08-2719.0734
2026-09-0319.0877
2026-09-1019.0973
2026-09-1718.9844
2026-09-2419.0276

High

19.2702

Low

17.4484

Average

18.4335

For developers

Get this rate via the API

One GET request returns the TOP/UAH rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=UAH"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=UAH");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=UAH").json()

Replace YOUR_API_KEY with the key from your dashboard.

TOP/UAH API questions

How do I get the TOP/UAH exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=UAH, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/UAH rate in rates.UAH.

How far back does TOP/UAH historical data go?

Daily TOP/UAH rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free TOP/UAH exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.