Skip to content

PAB to KRW exchange rate API

Balboa to Won · quoted 2026-09-25

1365.17

▼ +2.76% over 1Y

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 year, PAB/KRW traded between 1336.20 and 1550.89, averaged 1457.72 and fell 2.76%. 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 1Y

PAB/KRW over 1Y: show the values
PointPAB/KRW
2025-09-251403.93
2025-10-021401.40
2025-10-091419.17
2025-10-161417.88
2025-10-231440.43
2025-10-301434.99
2025-11-061445.76
2025-11-131463.48
2025-11-201469.35
2025-11-271462.24
2025-12-041471.53
2025-12-121477.12
2025-12-191478.72
2025-12-261451.84
2026-01-021444.87
2026-01-091459.84
2026-01-161472.93
2026-01-231467.55
2026-01-301442.63
2026-02-061467.42
2026-02-131446.45
2026-02-201449.66
2026-02-271441.97
2026-03-061485.18
2026-03-131491.70
2026-03-201500.80
2026-03-271511.50
2026-04-031519.63
2026-04-101485.16
2026-04-171479.05
2026-04-241476.93
2026-05-011482.19
2026-05-081462.02
2026-05-161497.96
2026-05-241523.83
2026-05-311512.90
2026-06-091525.48
2026-06-161508.85
2026-06-231536.15
2026-06-301550.89
2026-07-071514.45
2026-07-141495.49
2026-07-211478.40
2026-07-281459.45
2026-08-041427.11
2026-08-111412.17
2026-08-181410.07
2026-08-261383.49
2026-09-021362.56
2026-09-091336.20
2026-09-161367.80
2026-09-231365.35

High

1550.89

Low

1336.20

Average

1457.72

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.