Skip to content

KRW to TTD exchange rate API

Won to Trinidad and Tobago Dollar · quoted 2026-09-26

0.005005

▲ +6.42% over YTD

1 KRW = 0.005005 TTD · 1 TTD = 199.8002 KRW · Get this rate via the API

1 KRW buys 0.005005 TTD as of 2026-09-26, so 1 TTD buys 199.8002 KRW. Over the year to date, KRW/TTD traded between 0.004382 and 0.005043, averaged 0.004647 and rose 6.42%. The API holds daily KRW/TTD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KRW/TTD over YTD

KRW/TTD over YTD: show the values
PointKRW/TTD
2025-12-310.004703
2026-01-070.004688
2026-01-140.004599
2026-01-210.004627
2026-01-280.004752
2026-02-040.004645
2026-02-110.004640
2026-02-180.004686
2026-02-250.004745
2026-03-040.004625
2026-03-110.004594
2026-03-180.004507
2026-03-250.004526
2026-04-010.004510
2026-04-080.004596
2026-04-150.004602
2026-04-220.004593
2026-04-290.004598
2026-05-060.004671
2026-05-140.004549
2026-05-210.004494
2026-05-290.004502
2026-06-050.004399
2026-06-140.004445
2026-06-210.004394
2026-06-280.004399
2026-07-050.004382
2026-07-120.004499
2026-07-190.004530
2026-07-260.004614
2026-08-020.004662
2026-08-090.004786
2026-08-160.004755
2026-08-240.004904
2026-08-310.004983
2026-09-070.005031
2026-09-140.005043
2026-09-210.004947

High

0.005043

Low

0.004382

Average

0.004647

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KRW&currencies=TTD").json()

Replace YOUR_API_KEY with the key from your dashboard.

KRW/TTD API questions

How do I get the KRW/TTD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KRW&currencies=TTD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest KRW/TTD rate in rates.TTD.

How far back does KRW/TTD historical data go?

Daily KRW/TTD 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 KRW/TTD 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.