Skip to content

PAB to CZK exchange rate API

Balboa to Czech Koruna · quoted 2026-09-25

21.4220

▲ +3.53% over 1Y

1 PAB = 21.4220 CZK · 1 CZK = 0.04668 PAB · Get this rate via the API

1 PAB buys 21.4220 CZK as of 2026-09-25, so 1 CZK buys 0.04668 PAB. Over the last year, PAB/CZK traded between 20.4086 and 21.4220, averaged 20.9079 and rose 3.53%. The API holds daily PAB/CZK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/CZK over 1Y

PAB/CZK over 1Y: show the values
PointPAB/CZK
2025-09-2520.6909
2025-10-0220.6296
2025-10-0920.9508
2025-10-1620.8550
2025-10-2320.9678
2025-10-3021.1065
2025-11-0621.0995
2025-11-1320.8202
2025-11-2020.9997
2025-11-2720.8648
2025-12-0420.7072
2025-12-1220.6623
2025-12-1920.7676
2025-12-2620.5897
2026-01-0220.6271
2026-01-0920.9045
2026-01-1620.9056
2026-01-2320.6583
2026-01-3020.4086
2026-02-0620.5528
2026-02-1320.4544
2026-02-2020.6008
2026-02-2720.5371
2026-03-0621.1219
2026-03-1321.2940
2026-03-2021.2073
2026-03-2721.3094
2026-04-0321.2753
2026-04-1020.8318
2026-04-1720.6137
2026-04-2420.8087
2026-05-0120.7681
2026-05-0820.5979
2026-05-1620.9165
2026-05-2420.8911
2026-05-3120.8273
2026-06-0920.8831
2026-06-1620.8280
2026-06-2321.2482
2026-06-3021.2884
2026-07-0721.1922
2026-07-1421.2924
2026-07-2121.1666
2026-07-2821.2783
2026-08-0421.0161
2026-08-1121.0078
2026-08-1820.8872
2026-08-2620.6384
2026-09-0220.8939
2026-09-0920.8093
2026-09-1621.0739
2026-09-2321.3680

High

21.4220

Low

20.4086

Average

20.9079

For developers

Get this rate via the API

One GET request returns the PAB/CZK 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=CZK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=CZK");
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=CZK").json()

Replace YOUR_API_KEY with the key from your dashboard.

PAB/CZK API questions

How do I get the PAB/CZK exchange rate from an API?

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

How far back does PAB/CZK historical data go?

Daily PAB/CZK 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/CZK 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.