Skip to content

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

TOP/KRW over 1Y: show the values
PointTOP/KRW
2025-09-25600.6681
2025-10-02592.8632
2025-10-09599.8867
2025-10-16601.0895
2025-10-23610.6249
2025-10-30604.3333
2025-11-06612.9852
2025-11-13621.1856
2025-11-20613.6438
2025-11-27609.7002
2025-12-04615.9102
2025-12-11616.4025
2025-12-18615.4779
2025-12-25600.6544
2026-01-01603.0246
2026-01-08606.8138
2026-01-15618.1696
2026-01-22620.0837
2026-01-29608.4511
2026-02-05624.7511
2026-02-12615.7938
2026-02-19619.2655
2026-02-26609.6839
2026-03-05628.8798
2026-03-12633.7428
2026-03-19639.4366
2026-03-26644.9822
2026-04-02644.7434
2026-04-09628.4575
2026-04-17629.6666
2026-04-24628.4932
2026-05-01642.5674
2026-05-08625.5884
2026-05-15651.6754
2026-05-22649.7993
2026-05-29651.0157
2026-06-05659.7941
2026-06-12646.6025
2026-06-19653.8892
2026-06-26653.0521
2026-07-03646.7393
2026-07-10636.1100
2026-07-17637.3134
2026-07-24624.2190
2026-07-31615.0742
2026-08-07605.7935
2026-08-14598.0497
2026-08-21590.9754
2026-08-28588.9384
2026-09-04577.4687
2026-09-11573.1173
2026-09-18588.0656
2026-09-25577.1385

High

659.7941

Low

573.1173

Average

618.2830

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.