Skip to content

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

TTD/PYG over 1Y: show the values
PointTTD/PYG
2025-09-241048.4277
2025-10-011043.5692
2025-10-081031.3912
2025-10-151035.5904
2025-10-221045.6029
2025-10-291044.0390
2025-11-051045.9158
2025-11-121041.7433
2025-11-191038.2015
2025-11-261028.3342
2025-12-031033.4174
2025-12-111024.5331
2025-12-18989.9306
2025-12-25998.6307
2026-01-01992.9954
2026-01-08969.3540
2026-01-15975.5408
2026-01-22985.0674
2026-01-29989.6726
2026-02-05978.9043
2026-02-12973.7658
2026-02-19965.5618
2026-02-26947.1264
2026-03-05961.4336
2026-03-12958.5949
2026-03-19956.0946
2026-03-26958.6612
2026-04-02956.7293
2026-04-09956.4036
2026-04-16941.5812
2026-04-23927.8352
2026-04-30914.9712
2026-05-07906.0034
2026-05-15901.4498
2026-05-23905.1495
2026-05-30891.6941
2026-06-06904.0607
2026-06-15903.4297
2026-06-22905.9193
2026-06-29898.6882
2026-07-06897.6741
2026-07-13896.6047
2026-07-20892.5102
2026-07-27888.1286
2026-08-03876.3280
2026-08-10875.7540
2026-08-17884.9196
2026-08-25885.0414
2026-09-01875.3574
2026-09-08882.4146
2026-09-15886.3567
2026-09-22875.0504

High

1048.43

Low

872.9270

Average

952.1714

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.