Skip to content

TTD to PEN exchange rate API

Trinidad and Tobago Dollar to Sol · quoted 2026-09-25

0.49895

▲ +1.89% over 30D

1 TTD = 0.49895 PEN · 1 PEN = 2.0042 TTD · Get this rate via the API

1 TTD buys 0.49895 PEN as of 2026-09-25, so 1 PEN buys 2.0042 TTD. Over the last 30 days, TTD/PEN traded between 0.48967 and 0.49895, averaged 0.49401 and rose 1.89%. The API holds daily TTD/PEN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TTD/PEN over 30D

TTD/PEN over 30D: show the values
PointTTD/PEN
2026-08-260.48967
2026-08-270.49103
2026-08-280.49174
2026-08-290.49592
2026-08-300.49568
2026-08-310.49093
2026-09-010.49503
2026-09-020.49250
2026-09-030.49390
2026-09-040.49476
2026-09-050.49445
2026-09-060.49638
2026-09-070.49319
2026-09-080.49257
2026-09-090.49291
2026-09-100.49363
2026-09-110.49325
2026-09-120.49434
2026-09-130.49577
2026-09-140.49502
2026-09-150.49480
2026-09-160.49376
2026-09-170.49175
2026-09-180.49192
2026-09-190.49676
2026-09-200.49654
2026-09-210.49146
2026-09-220.49196
2026-09-230.49579
2026-09-240.49795

High

0.49895

Low

0.48967

Average

0.49401

For developers

Get this rate via the API

One GET request returns the TTD/PEN 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=PEN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD&currencies=PEN");
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=PEN").json()

Replace YOUR_API_KEY with the key from your dashboard.

TTD/PEN API questions

How do I get the TTD/PEN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD&currencies=PEN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TTD/PEN rate in rates.PEN.

How far back does TTD/PEN historical data go?

Daily TTD/PEN 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/PEN 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.