Skip to content

TTD to PEN exchange rate API

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

0.49895

▲ +1.37% over YTD

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 year to date, TTD/PEN traded between 0.48917 and 0.51611, averaged 0.49902 and rose 1.37%. 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 YTD

TTD/PEN over YTD: show the values
PointTTD/PEN
2025-12-310.49218
2026-01-070.49252
2026-01-140.49226
2026-01-210.49223
2026-01-280.48917
2026-02-040.49409
2026-02-110.49192
2026-02-180.49150
2026-02-250.49256
2026-03-040.50076
2026-03-110.50324
2026-03-180.50396
2026-03-250.50816
2026-04-010.50689
2026-04-080.49673
2026-04-150.50283
2026-04-220.50438
2026-04-290.51611
2026-05-060.50934
2026-05-140.50087
2026-05-210.50054
2026-05-290.50050
2026-06-050.50655
2026-06-140.49946
2026-06-210.50051
2026-06-280.50273
2026-07-050.50515
2026-07-120.50013
2026-07-190.50173
2026-07-260.50228
2026-08-020.50270
2026-08-090.49873
2026-08-160.49942
2026-08-240.49013
2026-08-310.49093
2026-09-070.49319
2026-09-140.49502
2026-09-210.49146

High

0.51611

Low

0.48917

Average

0.49902

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.