Skip to content

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

PAB/UAH over 1Y: show the values
PointPAB/UAH
2025-09-2541.4666
2025-10-0241.2444
2025-10-0941.4487
2025-10-1641.6937
2025-10-2341.8053
2025-10-3042.0278
2025-11-0642.0981
2025-11-1342.0664
2025-11-2042.0823
2025-11-2742.2966
2025-12-0442.2293
2025-12-1242.2625
2025-12-1942.2547
2025-12-2642.0153
2026-01-0242.2507
2026-01-0943.0456
2026-01-1643.3562
2026-01-2343.1333
2026-01-3042.8875
2026-02-0643.2025
2026-02-1343.1153
2026-02-2043.2960
2026-02-2743.2309
2026-03-0643.7179
2026-03-1344.2233
2026-03-2043.8443
2026-03-2743.8950
2026-04-0343.7852
2026-04-1043.4373
2026-04-1743.6947
2026-04-2443.9302
2026-05-0143.9405
2026-05-0843.7862
2026-05-1644.0789
2026-05-2444.1924
2026-05-3144.2675
2026-06-0944.6315
2026-06-1644.8701
2026-06-2344.9573
2026-06-3044.8480
2026-07-0744.6021
2026-07-1444.7295
2026-07-2144.7426
2026-07-2844.8795
2026-08-0444.7760
2026-08-1144.8536
2026-08-1844.7763
2026-08-2644.6057
2026-09-0244.5341
2026-09-0944.6292
2026-09-1644.6340
2026-09-2344.7844

High

44.9678

Low

41.2444

Average

43.5118

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=UAH"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&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=PAB&currencies=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&currencies=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.