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: show the values
| Point | PAB/CZK |
|---|---|
| 2025-09-25 | 20.6909 |
| 2025-10-02 | 20.6296 |
| 2025-10-09 | 20.9508 |
| 2025-10-16 | 20.8550 |
| 2025-10-23 | 20.9678 |
| 2025-10-30 | 21.1065 |
| 2025-11-06 | 21.0995 |
| 2025-11-13 | 20.8202 |
| 2025-11-20 | 20.9997 |
| 2025-11-27 | 20.8648 |
| 2025-12-04 | 20.7072 |
| 2025-12-12 | 20.6623 |
| 2025-12-19 | 20.7676 |
| 2025-12-26 | 20.5897 |
| 2026-01-02 | 20.6271 |
| 2026-01-09 | 20.9045 |
| 2026-01-16 | 20.9056 |
| 2026-01-23 | 20.6583 |
| 2026-01-30 | 20.4086 |
| 2026-02-06 | 20.5528 |
| 2026-02-13 | 20.4544 |
| 2026-02-20 | 20.6008 |
| 2026-02-27 | 20.5371 |
| 2026-03-06 | 21.1219 |
| 2026-03-13 | 21.2940 |
| 2026-03-20 | 21.2073 |
| 2026-03-27 | 21.3094 |
| 2026-04-03 | 21.2753 |
| 2026-04-10 | 20.8318 |
| 2026-04-17 | 20.6137 |
| 2026-04-24 | 20.8087 |
| 2026-05-01 | 20.7681 |
| 2026-05-08 | 20.5979 |
| 2026-05-16 | 20.9165 |
| 2026-05-24 | 20.8911 |
| 2026-05-31 | 20.8273 |
| 2026-06-09 | 20.8831 |
| 2026-06-16 | 20.8280 |
| 2026-06-23 | 21.2482 |
| 2026-06-30 | 21.2884 |
| 2026-07-07 | 21.1922 |
| 2026-07-14 | 21.2924 |
| 2026-07-21 | 21.1666 |
| 2026-07-28 | 21.2783 |
| 2026-08-04 | 21.0161 |
| 2026-08-11 | 21.0078 |
| 2026-08-18 | 20.8872 |
| 2026-08-26 | 20.6384 |
| 2026-09-02 | 20.8939 |
| 2026-09-09 | 20.8093 |
| 2026-09-16 | 21.0739 |
| 2026-09-23 | 21.3680 |
High
21.4220
Low
20.4086
Average
20.9079
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=CZK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=CZK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=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¤cies=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.