TOP to UAH exchange rate API
Pa’anga to Hryvnia · quoted 2026-09-25
18.8246
▲ +5.79% over YTD
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 year to date, TOP/UAH traded between 17.7941 and 19.2024, averaged 18.7406 and rose 5.79%. 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 YTD: show the values
| Point | TOP/UAH |
|---|---|
| 2025-12-31 | 17.7941 |
| 2026-01-07 | 17.8518 |
| 2026-01-14 | 18.2157 |
| 2026-01-21 | 18.2998 |
| 2026-01-28 | 18.3430 |
| 2026-02-04 | 18.4899 |
| 2026-02-11 | 18.4897 |
| 2026-02-18 | 18.4866 |
| 2026-02-25 | 18.5241 |
| 2026-03-04 | 18.5662 |
| 2026-03-11 | 18.6979 |
| 2026-03-18 | 18.7696 |
| 2026-03-25 | 18.7147 |
| 2026-04-01 | 18.5857 |
| 2026-04-08 | 18.4342 |
| 2026-04-16 | 18.7233 |
| 2026-04-23 | 18.7509 |
| 2026-04-30 | 19.0079 |
| 2026-05-07 | 18.8788 |
| 2026-05-15 | 19.1918 |
| 2026-05-23 | 18.7181 |
| 2026-05-30 | 18.5873 |
| 2026-06-06 | 18.6417 |
| 2026-06-15 | 19.0626 |
| 2026-06-22 | 19.0711 |
| 2026-06-29 | 18.9504 |
| 2026-07-06 | 18.8341 |
| 2026-07-13 | 18.8554 |
| 2026-07-20 | 19.0001 |
| 2026-07-27 | 19.0640 |
| 2026-08-03 | 18.9573 |
| 2026-08-10 | 19.0664 |
| 2026-08-17 | 19.0713 |
| 2026-08-25 | 19.1625 |
| 2026-09-01 | 19.0213 |
| 2026-09-08 | 19.0094 |
| 2026-09-15 | 18.9674 |
| 2026-09-22 | 19.2024 |
High
19.2024
Low
17.7941
Average
18.7406
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.