Skip to content

PAB to CZK exchange rate API

Balboa to Czech Koruna · quoted 2026-09-25

21.4220

▲ +3.85% over YTD

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 year to date, PAB/CZK traded between 20.2890 and 21.4220, averaged 20.8915 and rose 3.85%. 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 YTD

PAB/CZK over YTD: show the values
PointPAB/CZK
2025-12-3120.6272
2026-01-0720.7891
2026-01-1420.8240
2026-01-2120.7479
2026-01-2820.2890
2026-02-0420.6066
2026-02-1120.3849
2026-02-1820.4778
2026-02-2520.5584
2026-03-0420.9117
2026-03-1121.0491
2026-03-1821.2757
2026-03-2521.0809
2026-04-0121.1254
2026-04-0820.8269
2026-04-1520.6680
2026-04-2220.7534
2026-04-2920.8336
2026-05-0620.7363
2026-05-1420.7674
2026-05-2120.9432
2026-05-2920.8537
2026-06-0520.7603
2026-06-1420.8218
2026-06-2121.0997
2026-06-2821.3041
2026-07-0521.1445
2026-07-1221.2678
2026-07-1921.1871
2026-07-2621.2220
2026-08-0220.9828
2026-08-0920.9860
2026-08-1620.9285
2026-08-2420.6619
2026-08-3120.8020
2026-09-0720.8200
2026-09-1421.0319
2026-09-2121.1941

High

21.4220

Low

20.2890

Average

20.8915

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.