TOP to KRW exchange rate API
Pa’anga to Won · quoted 2026-09-25
574.4301
▼ +10.86% over 6M
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 6 months, TOP/KRW traded between 573.9379 and 654.6966, averaged 622.7669 and fell 10.86%. 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 6M: show the values
| Point | TOP/KRW |
|---|---|
| 2026-03-29 | 644.4062 |
| 2026-04-05 | 645.8013 |
| 2026-04-13 | 634.2035 |
| 2026-04-20 | 624.9098 |
| 2026-04-27 | 627.8799 |
| 2026-05-04 | 630.1219 |
| 2026-05-11 | 629.7638 |
| 2026-05-18 | 640.7604 |
| 2026-05-25 | 648.5293 |
| 2026-06-01 | 647.9727 |
| 2026-06-08 | 654.6966 |
| 2026-06-15 | 643.2025 |
| 2026-06-22 | 652.9263 |
| 2026-06-29 | 651.7483 |
| 2026-07-06 | 647.0538 |
| 2026-07-13 | 631.9975 |
| 2026-07-20 | 629.6187 |
| 2026-07-27 | 625.0978 |
| 2026-08-03 | 605.4999 |
| 2026-08-10 | 603.2004 |
| 2026-08-17 | 602.0756 |
| 2026-08-24 | 596.1968 |
| 2026-08-31 | 585.4798 |
| 2026-09-07 | 575.6623 |
| 2026-09-14 | 573.9379 |
| 2026-09-21 | 587.5344 |
High
654.6966
Low
573.9379
Average
622.7669
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.