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: show the values
| Point | PGK/TTD |
|---|---|
| 2025-09-25 | 1.6360 |
| 2025-10-02 | 1.6236 |
| 2025-10-09 | 1.6316 |
| 2025-10-16 | 1.6183 |
| 2025-10-23 | 1.6354 |
| 2025-10-30 | 1.6139 |
| 2025-11-06 | 1.6028 |
| 2025-11-13 | 1.6033 |
| 2025-11-20 | 1.6030 |
| 2025-11-27 | 1.5957 |
| 2025-12-04 | 1.5824 |
| 2025-12-12 | 1.5965 |
| 2025-12-19 | 1.5923 |
| 2025-12-26 | 1.5738 |
| 2026-01-02 | 1.5836 |
| 2026-01-09 | 1.5925 |
| 2026-01-16 | 1.5900 |
| 2026-01-23 | 1.5887 |
| 2026-01-30 | 1.5859 |
| 2026-02-06 | 1.5787 |
| 2026-02-13 | 1.5823 |
| 2026-02-20 | 1.5720 |
| 2026-02-27 | 1.5784 |
| 2026-03-06 | 1.5744 |
| 2026-03-13 | 1.5706 |
| 2026-03-20 | 1.5785 |
| 2026-03-27 | 1.5750 |
| 2026-04-03 | 1.5704 |
| 2026-04-10 | 1.5680 |
| 2026-04-17 | 1.5661 |
| 2026-04-24 | 1.5685 |
| 2026-05-01 | 1.5595 |
| 2026-05-08 | 1.5605 |
| 2026-05-16 | 1.5536 |
| 2026-05-24 | 1.5498 |
| 2026-05-31 | 1.5533 |
| 2026-06-09 | 1.5451 |
| 2026-06-16 | 1.5552 |
| 2026-06-23 | 1.5521 |
| 2026-06-30 | 1.5421 |
| 2026-07-07 | 1.5435 |
| 2026-07-14 | 1.5422 |
| 2026-07-21 | 1.5386 |
| 2026-07-28 | 1.5395 |
| 2026-08-04 | 1.5419 |
| 2026-08-11 | 1.5283 |
| 2026-08-18 | 1.5327 |
| 2026-08-26 | 1.5327 |
| 2026-09-02 | 1.5328 |
| 2026-09-09 | 1.5274 |
| 2026-09-16 | 1.5183 |
| 2026-09-23 | 1.5242 |
High
1.6360
Low
1.5138
Average
1.5702
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=TTD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=TTD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.