Skip to content

PAB to KRW exchange rate API

Balboa to Won · quoted 2026-09-25

1365.17

▼ +9.90% over 6M

1 PAB = 1365.17 KRW · 1 KRW = 0.000733 PAB · Get this rate via the API

1 PAB buys 1365.17 KRW as of 2026-09-25, so 1 KRW buys 0.000733 PAB. Over the last 6 months, PAB/KRW traded between 1342.79 and 1548.38, averaged 1459.16 and fell 9.90%. The API holds daily PAB/KRW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/KRW over 6M

PAB/KRW over 6M: show the values
PointPAB/KRW
2026-03-291515.17
2026-04-051515.99
2026-04-121490.83
2026-04-191465.83
2026-04-261483.64
2026-05-031475.76
2026-05-101470.35
2026-05-181494.91
2026-05-261505.30
2026-06-021517.15
2026-06-111529.53
2026-06-181538.89
2026-06-251542.92
2026-07-021548.38
2026-07-091512.45
2026-07-161479.45
2026-07-231472.72
2026-07-301433.70
2026-08-061423.57
2026-08-131420.29
2026-08-211384.23
2026-08-281374.55
2026-09-041350.35
2026-09-111342.79
2026-09-181388.33
2026-09-251355.05

High

1548.38

Low

1342.79

Average

1459.16

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PAB/KRW API questions

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

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

How far back does PAB/KRW historical data go?

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