TOP to KRW exchange rate API
Pa’anga to Won · quoted 2026-09-25
574.4301
▲ +0.67% over 5Y
1 TOP = 574.4301 KRW · 1 KRW = 0.001741 TOP · Get this rate via the API
1 TOP buys 574.4301 KRW as of 2026-09-25, so 1 KRW buys 0.001741 TOP. Over the last 5 years, TOP/KRW traded between 559.7099 and 654.8640, averaged 604.1707 and rose 0.67%. The API holds daily TOP/KRW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/KRW over 5Y: show the values
| Point | TOP/KRW |
|---|---|
| 2024-08-24 | 570.5998 |
| 2024-10-01 | 559.7099 |
| 2024-10-31 | 600.8438 |
| 2024-11-30 | 590.5764 |
| 2024-12-30 | 627.7055 |
| 2025-01-29 | 604.5099 |
| 2025-02-28 | 617.5031 |
| 2025-03-30 | 608.4841 |
| 2025-04-29 | 614.3919 |
| 2025-05-29 | 592.6096 |
| 2025-06-28 | 564.7406 |
| 2025-07-28 | 597.6371 |
| 2025-08-27 | 589.7725 |
| 2025-09-26 | 595.9286 |
| 2025-10-26 | 611.4024 |
| 2025-11-25 | 609.9602 |
| 2025-12-25 | 600.6544 |
| 2026-01-24 | 607.9631 |
| 2026-02-23 | 618.7553 |
| 2026-03-25 | 637.8917 |
| 2026-04-25 | 613.2839 |
| 2026-05-25 | 648.5293 |
| 2026-06-24 | 654.8640 |
| 2026-07-24 | 624.2190 |
| 2026-08-23 | 593.9436 |
| 2026-09-22 | 581.6990 |
High
654.8640
Low
559.7099
Average
604.1707
Get this rate via the API
One GET request returns the TOP/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=TOP¤cies=KRW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=KRW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=KRW").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/KRW API questions
How do I get the TOP/KRW exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=KRW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/KRW rate in rates.KRW.
How far back does TOP/KRW historical data go?
Daily TOP/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 TOP/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.