TTD to PYG exchange rate API
Trinidad and Tobago Dollar to Guarani · quoted 2026-09-24
872.9270
▼ +1.37% over 30D
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 30 days, TTD/PYG traded between 867.7047 and 886.3567, averaged 877.0629 and fell 1.37%. 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 30D: show the values
| Point | TTD/PYG |
|---|---|
| 2026-08-25 | 885.0414 |
| 2026-08-26 | 882.7052 |
| 2026-08-27 | 881.4007 |
| 2026-08-28 | 874.2700 |
| 2026-08-29 | 876.5694 |
| 2026-08-30 | 878.1175 |
| 2026-08-31 | 873.0489 |
| 2026-09-01 | 875.3574 |
| 2026-09-02 | 871.5529 |
| 2026-09-03 | 873.0517 |
| 2026-09-04 | 877.5388 |
| 2026-09-05 | 882.0561 |
| 2026-09-06 | 886.2797 |
| 2026-09-07 | 882.3599 |
| 2026-09-08 | 882.4146 |
| 2026-09-09 | 877.3511 |
| 2026-09-10 | 869.5328 |
| 2026-09-11 | 867.7047 |
| 2026-09-12 | 872.2222 |
| 2026-09-13 | 877.8866 |
| 2026-09-14 | 872.0630 |
| 2026-09-15 | 886.3567 |
| 2026-09-16 | 884.0565 |
| 2026-09-17 | 877.8861 |
| 2026-09-18 | 871.2947 |
| 2026-09-19 | 874.3422 |
| 2026-09-20 | 876.9994 |
| 2026-09-21 | 880.7844 |
| 2026-09-22 | 875.0504 |
| 2026-09-23 | 874.8622 |
| 2026-09-24 | 872.9270 |
High
886.3567
Low
867.7047
Average
877.0629
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.