TTD to PYG exchange rate API
Trinidad and Tobago Dollar to Guarani · quoted 2026-09-24
872.9270
▼ +12.39% over YTD
1 TTD = 872.9270 PYG · 1 PYG = 0.001146 TTD · Get this rate via the API
1 TTD buys 872.9270 PYG as of 2026-09-24, so 1 PYG buys 0.001146 TTD. Over the year to date, TTD/PYG traded between 872.0630 and 996.4328, averaged 924.4877 and fell 12.39%. The API holds daily TTD/PYG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TTD/PYG over YTD: show the values
| Point | TTD/PYG |
|---|---|
| 2025-12-31 | 996.4328 |
| 2026-01-07 | 968.2569 |
| 2026-01-14 | 976.2377 |
| 2026-01-21 | 985.1679 |
| 2026-01-28 | 979.8906 |
| 2026-02-04 | 981.4058 |
| 2026-02-11 | 971.5361 |
| 2026-02-18 | 963.4213 |
| 2026-02-25 | 952.1539 |
| 2026-03-04 | 953.1920 |
| 2026-03-11 | 959.4389 |
| 2026-03-18 | 954.3170 |
| 2026-03-25 | 961.2514 |
| 2026-04-01 | 959.3617 |
| 2026-04-08 | 952.3086 |
| 2026-04-15 | 941.6047 |
| 2026-04-22 | 937.7937 |
| 2026-04-29 | 921.8966 |
| 2026-05-06 | 893.8667 |
| 2026-05-14 | 900.6370 |
| 2026-05-21 | 909.6559 |
| 2026-05-29 | 905.0438 |
| 2026-06-05 | 898.4472 |
| 2026-06-14 | 905.2844 |
| 2026-06-21 | 905.2205 |
| 2026-06-28 | 900.4185 |
| 2026-07-05 | 904.8346 |
| 2026-07-12 | 898.9259 |
| 2026-07-19 | 896.0869 |
| 2026-07-26 | 895.1013 |
| 2026-08-02 | 883.0604 |
| 2026-08-09 | 879.4130 |
| 2026-08-16 | 893.4975 |
| 2026-08-24 | 888.6774 |
| 2026-08-31 | 873.0489 |
| 2026-09-07 | 882.3599 |
| 2026-09-14 | 872.0630 |
| 2026-09-21 | 880.7844 |
High
996.4328
Low
872.0630
Average
924.4877
Get this rate via the API
One GET request returns the TTD/PYG 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=TTD¤cies=PYG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=PYG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=PYG").json()Replace YOUR_API_KEY with the key from your dashboard.
TTD/PYG API questions
How do I get the TTD/PYG exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=PYG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TTD/PYG rate in rates.PYG.
How far back does TTD/PYG historical data go?
Daily TTD/PYG 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 TTD/PYG 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.