Skip to content

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

TOP/KRW over 6M: show the values
PointTOP/KRW
2026-03-29644.4062
2026-04-05645.8013
2026-04-13634.2035
2026-04-20624.9098
2026-04-27627.8799
2026-05-04630.1219
2026-05-11629.7638
2026-05-18640.7604
2026-05-25648.5293
2026-06-01647.9727
2026-06-08654.6966
2026-06-15643.2025
2026-06-22652.9263
2026-06-29651.7483
2026-07-06647.0538
2026-07-13631.9975
2026-07-20629.6187
2026-07-27625.0978
2026-08-03605.4999
2026-08-10603.2004
2026-08-17602.0756
2026-08-24596.1968
2026-08-31585.4798
2026-09-07575.6623
2026-09-14573.9379
2026-09-21587.5344

High

654.6966

Low

573.9379

Average

622.7669

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=KRW"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=KRW");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=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&currencies=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.