PAB to UAH exchange rate API
Balboa to Hryvnia · quoted 2026-09-25
44.9678
▲ +8.44% over 1Y
1 PAB = 44.9678 UAH · 1 UAH = 0.02224 PAB · Get this rate via the API
1 PAB buys 44.9678 UAH as of 2026-09-25, so 1 UAH buys 0.02224 PAB. Over the last year, PAB/UAH traded between 41.2444 and 44.9678, averaged 43.5118 and rose 8.44%. The API holds daily PAB/UAH rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PAB/UAH over 1Y: show the values
| Point | PAB/UAH |
|---|---|
| 2025-09-25 | 41.4666 |
| 2025-10-02 | 41.2444 |
| 2025-10-09 | 41.4487 |
| 2025-10-16 | 41.6937 |
| 2025-10-23 | 41.8053 |
| 2025-10-30 | 42.0278 |
| 2025-11-06 | 42.0981 |
| 2025-11-13 | 42.0664 |
| 2025-11-20 | 42.0823 |
| 2025-11-27 | 42.2966 |
| 2025-12-04 | 42.2293 |
| 2025-12-12 | 42.2625 |
| 2025-12-19 | 42.2547 |
| 2025-12-26 | 42.0153 |
| 2026-01-02 | 42.2507 |
| 2026-01-09 | 43.0456 |
| 2026-01-16 | 43.3562 |
| 2026-01-23 | 43.1333 |
| 2026-01-30 | 42.8875 |
| 2026-02-06 | 43.2025 |
| 2026-02-13 | 43.1153 |
| 2026-02-20 | 43.2960 |
| 2026-02-27 | 43.2309 |
| 2026-03-06 | 43.7179 |
| 2026-03-13 | 44.2233 |
| 2026-03-20 | 43.8443 |
| 2026-03-27 | 43.8950 |
| 2026-04-03 | 43.7852 |
| 2026-04-10 | 43.4373 |
| 2026-04-17 | 43.6947 |
| 2026-04-24 | 43.9302 |
| 2026-05-01 | 43.9405 |
| 2026-05-08 | 43.7862 |
| 2026-05-16 | 44.0789 |
| 2026-05-24 | 44.1924 |
| 2026-05-31 | 44.2675 |
| 2026-06-09 | 44.6315 |
| 2026-06-16 | 44.8701 |
| 2026-06-23 | 44.9573 |
| 2026-06-30 | 44.8480 |
| 2026-07-07 | 44.6021 |
| 2026-07-14 | 44.7295 |
| 2026-07-21 | 44.7426 |
| 2026-07-28 | 44.8795 |
| 2026-08-04 | 44.7760 |
| 2026-08-11 | 44.8536 |
| 2026-08-18 | 44.7763 |
| 2026-08-26 | 44.6057 |
| 2026-09-02 | 44.5341 |
| 2026-09-09 | 44.6292 |
| 2026-09-16 | 44.6340 |
| 2026-09-23 | 44.7844 |
High
44.9678
Low
41.2444
Average
43.5118
Get this rate via the API
One GET request returns the PAB/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=PAB¤cies=UAH"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=UAH");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=UAH").json()Replace YOUR_API_KEY with the key from your dashboard.
PAB/UAH API questions
How do I get the PAB/UAH exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=UAH, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/UAH rate in rates.UAH.
How far back does PAB/UAH historical data go?
Daily PAB/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 PAB/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.