TOP to KRW exchange rate API
Pa’anga to Won · quoted 2026-09-25
574.4301
▼ +4.37% over 1Y
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 year, TOP/KRW traded between 573.1173 and 659.7941, averaged 618.2830 and fell 4.37%. 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 1Y: show the values
| Point | TOP/KRW |
|---|---|
| 2025-09-25 | 600.6681 |
| 2025-10-02 | 592.8632 |
| 2025-10-09 | 599.8867 |
| 2025-10-16 | 601.0895 |
| 2025-10-23 | 610.6249 |
| 2025-10-30 | 604.3333 |
| 2025-11-06 | 612.9852 |
| 2025-11-13 | 621.1856 |
| 2025-11-20 | 613.6438 |
| 2025-11-27 | 609.7002 |
| 2025-12-04 | 615.9102 |
| 2025-12-11 | 616.4025 |
| 2025-12-18 | 615.4779 |
| 2025-12-25 | 600.6544 |
| 2026-01-01 | 603.0246 |
| 2026-01-08 | 606.8138 |
| 2026-01-15 | 618.1696 |
| 2026-01-22 | 620.0837 |
| 2026-01-29 | 608.4511 |
| 2026-02-05 | 624.7511 |
| 2026-02-12 | 615.7938 |
| 2026-02-19 | 619.2655 |
| 2026-02-26 | 609.6839 |
| 2026-03-05 | 628.8798 |
| 2026-03-12 | 633.7428 |
| 2026-03-19 | 639.4366 |
| 2026-03-26 | 644.9822 |
| 2026-04-02 | 644.7434 |
| 2026-04-09 | 628.4575 |
| 2026-04-17 | 629.6666 |
| 2026-04-24 | 628.4932 |
| 2026-05-01 | 642.5674 |
| 2026-05-08 | 625.5884 |
| 2026-05-15 | 651.6754 |
| 2026-05-22 | 649.7993 |
| 2026-05-29 | 651.0157 |
| 2026-06-05 | 659.7941 |
| 2026-06-12 | 646.6025 |
| 2026-06-19 | 653.8892 |
| 2026-06-26 | 653.0521 |
| 2026-07-03 | 646.7393 |
| 2026-07-10 | 636.1100 |
| 2026-07-17 | 637.3134 |
| 2026-07-24 | 624.2190 |
| 2026-07-31 | 615.0742 |
| 2026-08-07 | 605.7935 |
| 2026-08-14 | 598.0497 |
| 2026-08-21 | 590.9754 |
| 2026-08-28 | 588.9384 |
| 2026-09-04 | 577.4687 |
| 2026-09-11 | 573.1173 |
| 2026-09-18 | 588.0656 |
| 2026-09-25 | 577.1385 |
High
659.7941
Low
573.1173
Average
618.2830
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.