Skip to content

PAB to KRW exchange rate API

Balboa to Won · quoted 2026-09-25

1365.17

▲ +3.04% over 5Y

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 5 years, PAB/KRW traded between 1324.84 and 1543.21, averaged 1425.19 and rose 3.04%. 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 5Y

PAB/KRW over 5Y: show the values
PointPAB/KRW
2024-08-241324.84
2024-10-071344.13
2024-11-061403.37
2024-12-061419.74
2025-01-051445.57
2025-02-041455.45
2025-03-061448.25
2025-04-061437.11
2025-05-061381.08
2025-06-071360.17
2025-07-071367.29
2025-08-061388.32
2025-09-051390.78
2025-10-061412.23
2025-11-051444.00
2025-12-051472.58
2026-01-051449.28
2026-02-041455.75
2026-03-061485.18
2026-04-051515.99
2026-05-051472.47
2026-06-061543.21
2026-07-081509.08
2026-08-071415.95
2026-09-071347.93

High

1543.21

Low

1324.84

Average

1425.19

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.