Skip to content

TTD to PYG exchange rate API

Trinidad and Tobago Dollar to Guarani · quoted 2026-09-24

872.9270

▼ +9.29% over 6M

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 6 months, TTD/PYG traded between 869.5328 and 962.2756, averaged 900.4807 and fell 9.29%. 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 6M

TTD/PYG over 6M: show the values
PointTTD/PYG
2026-03-28962.2756
2026-04-04953.5806
2026-04-11952.9501
2026-04-18937.9444
2026-04-25933.6940
2026-05-02906.0653
2026-05-09901.2918
2026-05-17900.8759
2026-05-25903.3210
2026-06-01903.2806
2026-06-10904.9147
2026-06-17899.5522
2026-06-24900.1178
2026-07-01895.1622
2026-07-08897.6449
2026-07-15892.2148
2026-07-22895.4010
2026-07-29883.0931
2026-08-05878.1942
2026-08-12878.5007
2026-08-20885.1797
2026-08-27881.4007
2026-09-03873.0517
2026-09-10869.5328
2026-09-17877.8861
2026-09-24872.9270

High

962.2756

Low

869.5328

Average

900.4807

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD&currencies=PYG"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD&currencies=PYG");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD&currencies=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&currencies=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.