Skip to content

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

TOP/KRW over 5Y: show the values
PointTOP/KRW
2024-08-24570.5998
2024-10-01559.7099
2024-10-31600.8438
2024-11-30590.5764
2024-12-30627.7055
2025-01-29604.5099
2025-02-28617.5031
2025-03-30608.4841
2025-04-29614.3919
2025-05-29592.6096
2025-06-28564.7406
2025-07-28597.6371
2025-08-27589.7725
2025-09-26595.9286
2025-10-26611.4024
2025-11-25609.9602
2025-12-25600.6544
2026-01-24607.9631
2026-02-23618.7553
2026-03-25637.8917
2026-04-25613.2839
2026-05-25648.5293
2026-06-24654.8640
2026-07-24624.2190
2026-08-23593.9436
2026-09-22581.6990

High

654.8640

Low

559.7099

Average

604.1707

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.