TTD to PYG exchange rate API
Trinidad and Tobago Dollar to Guarani · quoted 2026-09-24
872.9270
▼ +22.01% over 5Y
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 last 5 years, TTD/PYG traded between 872.9270 and 1196.57, averaged 1050.51 and fell 22.01%. 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 5Y: show the values
| Point | TTD/PYG |
|---|---|
| 2024-08-24 | 1119.2316 |
| 2024-10-07 | 1151.2164 |
| 2024-11-06 | 1164.3278 |
| 2024-12-06 | 1152.8476 |
| 2025-01-05 | 1163.1877 |
| 2025-02-04 | 1163.0938 |
| 2025-03-06 | 1166.2028 |
| 2025-04-06 | 1196.5707 |
| 2025-05-06 | 1183.1240 |
| 2025-06-07 | 1182.3726 |
| 2025-07-07 | 1176.2973 |
| 2025-08-06 | 1096.1319 |
| 2025-09-05 | 1063.5378 |
| 2025-10-06 | 1038.2864 |
| 2025-11-05 | 1045.9158 |
| 2025-12-05 | 1028.0804 |
| 2026-01-05 | 965.8931 |
| 2026-02-04 | 981.4058 |
| 2026-03-06 | 967.4627 |
| 2026-04-05 | 957.0821 |
| 2026-05-05 | 915.2201 |
| 2026-06-06 | 904.0607 |
| 2026-07-08 | 897.6449 |
| 2026-08-07 | 878.7646 |
| 2026-09-07 | 882.3599 |
High
1196.57
Low
872.9270
Average
1050.51
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.