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: show the values
| Point | PAB/KRW |
|---|---|
| 2024-08-24 | 1324.84 |
| 2024-10-07 | 1344.13 |
| 2024-11-06 | 1403.37 |
| 2024-12-06 | 1419.74 |
| 2025-01-05 | 1445.57 |
| 2025-02-04 | 1455.45 |
| 2025-03-06 | 1448.25 |
| 2025-04-06 | 1437.11 |
| 2025-05-06 | 1381.08 |
| 2025-06-07 | 1360.17 |
| 2025-07-07 | 1367.29 |
| 2025-08-06 | 1388.32 |
| 2025-09-05 | 1390.78 |
| 2025-10-06 | 1412.23 |
| 2025-11-05 | 1444.00 |
| 2025-12-05 | 1472.58 |
| 2026-01-05 | 1449.28 |
| 2026-02-04 | 1455.75 |
| 2026-03-06 | 1485.18 |
| 2026-04-05 | 1515.99 |
| 2026-05-05 | 1472.47 |
| 2026-06-06 | 1543.21 |
| 2026-07-08 | 1509.08 |
| 2026-08-07 | 1415.95 |
| 2026-09-07 | 1347.93 |
High
1543.21
Low
1324.84
Average
1425.19
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.