Skip to content

PGK to TTD exchange rate API

Kina to Trinidad and Tobago Dollar · quoted 2026-09-25

1.5138

▼ +7.46% over 1Y

1 PGK = 1.5138 TTD · 1 TTD = 0.66057 PGK · Get this rate via the API

1 PGK buys 1.5138 TTD as of 2026-09-25, so 1 TTD buys 0.66057 PGK. Over the last year, PGK/TTD traded between 1.5138 and 1.6360, averaged 1.5702 and fell 7.46%. The API holds daily PGK/TTD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/TTD over 1Y

PGK/TTD over 1Y: show the values
PointPGK/TTD
2025-09-251.6360
2025-10-021.6236
2025-10-091.6316
2025-10-161.6183
2025-10-231.6354
2025-10-301.6139
2025-11-061.6028
2025-11-131.6033
2025-11-201.6030
2025-11-271.5957
2025-12-041.5824
2025-12-121.5965
2025-12-191.5923
2025-12-261.5738
2026-01-021.5836
2026-01-091.5925
2026-01-161.5900
2026-01-231.5887
2026-01-301.5859
2026-02-061.5787
2026-02-131.5823
2026-02-201.5720
2026-02-271.5784
2026-03-061.5744
2026-03-131.5706
2026-03-201.5785
2026-03-271.5750
2026-04-031.5704
2026-04-101.5680
2026-04-171.5661
2026-04-241.5685
2026-05-011.5595
2026-05-081.5605
2026-05-161.5536
2026-05-241.5498
2026-05-311.5533
2026-06-091.5451
2026-06-161.5552
2026-06-231.5521
2026-06-301.5421
2026-07-071.5435
2026-07-141.5422
2026-07-211.5386
2026-07-281.5395
2026-08-041.5419
2026-08-111.5283
2026-08-181.5327
2026-08-261.5327
2026-09-021.5328
2026-09-091.5274
2026-09-161.5183
2026-09-231.5242

High

1.6360

Low

1.5138

Average

1.5702

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/TTD API questions

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

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

How far back does PGK/TTD historical data go?

Daily PGK/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 PGK/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.