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: show the values
| Point | TOP/UAH |
|---|---|
| 2025-09-25 | 17.7414 |
| 2025-10-02 | 17.4484 |
| 2025-10-09 | 17.5204 |
| 2025-10-16 | 17.6754 |
| 2025-10-23 | 17.7221 |
| 2025-10-30 | 17.6997 |
| 2025-11-06 | 17.8490 |
| 2025-11-13 | 17.8554 |
| 2025-11-20 | 17.5748 |
| 2025-11-27 | 17.6361 |
| 2025-12-04 | 17.6751 |
| 2025-12-12 | 17.6343 |
| 2025-12-19 | 17.6786 |
| 2025-12-26 | 17.8080 |
| 2026-01-02 | 17.6700 |
| 2026-01-09 | 17.9791 |
| 2026-01-16 | 18.3944 |
| 2026-01-23 | 18.2354 |
| 2026-01-30 | 18.3014 |
| 2026-02-06 | 18.3725 |
| 2026-02-13 | 18.4538 |
| 2026-02-20 | 18.4761 |
| 2026-02-27 | 18.4827 |
| 2026-03-06 | 18.6118 |
| 2026-03-13 | 18.8650 |
| 2026-03-20 | 18.6805 |
| 2026-03-27 | 18.8133 |
| 2026-04-03 | 18.5438 |
| 2026-04-10 | 18.4859 |
| 2026-04-18 | 18.2833 |
| 2026-04-25 | 18.2712 |
| 2026-05-02 | 18.2532 |
| 2026-05-09 | 18.2415 |
| 2026-05-17 | 18.6936 |
| 2026-05-25 | 18.9125 |
| 2026-06-01 | 19.0184 |
| 2026-06-10 | 19.1010 |
| 2026-06-17 | 19.2702 |
| 2026-06-24 | 18.9964 |
| 2026-07-01 | 18.8333 |
| 2026-07-08 | 18.9744 |
| 2026-07-15 | 18.9851 |
| 2026-07-22 | 18.9401 |
| 2026-07-29 | 19.1046 |
| 2026-08-05 | 19.0247 |
| 2026-08-12 | 19.0325 |
| 2026-08-20 | 19.0614 |
| 2026-08-27 | 19.0734 |
| 2026-09-03 | 19.0877 |
| 2026-09-10 | 19.0973 |
| 2026-09-17 | 18.9844 |
| 2026-09-24 | 19.0276 |
High
19.2702
Low
17.4484
Average
18.4335
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=UAH"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=UAH");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.