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: show the values
| Point | PAB/KRW |
|---|---|
| 2025-09-25 | 1403.93 |
| 2025-10-02 | 1401.40 |
| 2025-10-09 | 1419.17 |
| 2025-10-16 | 1417.88 |
| 2025-10-23 | 1440.43 |
| 2025-10-30 | 1434.99 |
| 2025-11-06 | 1445.76 |
| 2025-11-13 | 1463.48 |
| 2025-11-20 | 1469.35 |
| 2025-11-27 | 1462.24 |
| 2025-12-04 | 1471.53 |
| 2025-12-12 | 1477.12 |
| 2025-12-19 | 1478.72 |
| 2025-12-26 | 1451.84 |
| 2026-01-02 | 1444.87 |
| 2026-01-09 | 1459.84 |
| 2026-01-16 | 1472.93 |
| 2026-01-23 | 1467.55 |
| 2026-01-30 | 1442.63 |
| 2026-02-06 | 1467.42 |
| 2026-02-13 | 1446.45 |
| 2026-02-20 | 1449.66 |
| 2026-02-27 | 1441.97 |
| 2026-03-06 | 1485.18 |
| 2026-03-13 | 1491.70 |
| 2026-03-20 | 1500.80 |
| 2026-03-27 | 1511.50 |
| 2026-04-03 | 1519.63 |
| 2026-04-10 | 1485.16 |
| 2026-04-17 | 1479.05 |
| 2026-04-24 | 1476.93 |
| 2026-05-01 | 1482.19 |
| 2026-05-08 | 1462.02 |
| 2026-05-16 | 1497.96 |
| 2026-05-24 | 1523.83 |
| 2026-05-31 | 1512.90 |
| 2026-06-09 | 1525.48 |
| 2026-06-16 | 1508.85 |
| 2026-06-23 | 1536.15 |
| 2026-06-30 | 1550.89 |
| 2026-07-07 | 1514.45 |
| 2026-07-14 | 1495.49 |
| 2026-07-21 | 1478.40 |
| 2026-07-28 | 1459.45 |
| 2026-08-04 | 1427.11 |
| 2026-08-11 | 1412.17 |
| 2026-08-18 | 1410.07 |
| 2026-08-26 | 1383.49 |
| 2026-09-02 | 1362.56 |
| 2026-09-09 | 1336.20 |
| 2026-09-16 | 1367.80 |
| 2026-09-23 | 1365.35 |
High
1550.89
Low
1336.20
Average
1457.72
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=KRW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=KRW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=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¤cies=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.