TTD to PYG exchange rate API
Trinidad and Tobago Dollar to Guarani · quoted 2026-09-24
872.9270
▼ +16.74% over 1Y
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 year, TTD/PYG traded between 872.9270 and 1048.43, averaged 952.1714 and fell 16.74%. 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 1Y: show the values
| Point | TTD/PYG |
|---|---|
| 2025-09-24 | 1048.4277 |
| 2025-10-01 | 1043.5692 |
| 2025-10-08 | 1031.3912 |
| 2025-10-15 | 1035.5904 |
| 2025-10-22 | 1045.6029 |
| 2025-10-29 | 1044.0390 |
| 2025-11-05 | 1045.9158 |
| 2025-11-12 | 1041.7433 |
| 2025-11-19 | 1038.2015 |
| 2025-11-26 | 1028.3342 |
| 2025-12-03 | 1033.4174 |
| 2025-12-11 | 1024.5331 |
| 2025-12-18 | 989.9306 |
| 2025-12-25 | 998.6307 |
| 2026-01-01 | 992.9954 |
| 2026-01-08 | 969.3540 |
| 2026-01-15 | 975.5408 |
| 2026-01-22 | 985.0674 |
| 2026-01-29 | 989.6726 |
| 2026-02-05 | 978.9043 |
| 2026-02-12 | 973.7658 |
| 2026-02-19 | 965.5618 |
| 2026-02-26 | 947.1264 |
| 2026-03-05 | 961.4336 |
| 2026-03-12 | 958.5949 |
| 2026-03-19 | 956.0946 |
| 2026-03-26 | 958.6612 |
| 2026-04-02 | 956.7293 |
| 2026-04-09 | 956.4036 |
| 2026-04-16 | 941.5812 |
| 2026-04-23 | 927.8352 |
| 2026-04-30 | 914.9712 |
| 2026-05-07 | 906.0034 |
| 2026-05-15 | 901.4498 |
| 2026-05-23 | 905.1495 |
| 2026-05-30 | 891.6941 |
| 2026-06-06 | 904.0607 |
| 2026-06-15 | 903.4297 |
| 2026-06-22 | 905.9193 |
| 2026-06-29 | 898.6882 |
| 2026-07-06 | 897.6741 |
| 2026-07-13 | 896.6047 |
| 2026-07-20 | 892.5102 |
| 2026-07-27 | 888.1286 |
| 2026-08-03 | 876.3280 |
| 2026-08-10 | 875.7540 |
| 2026-08-17 | 884.9196 |
| 2026-08-25 | 885.0414 |
| 2026-09-01 | 875.3574 |
| 2026-09-08 | 882.4146 |
| 2026-09-15 | 886.3567 |
| 2026-09-22 | 875.0504 |
High
1048.43
Low
872.9270
Average
952.1714
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.