Skip to content

TTD to PEN exchange rate API

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

0.49895

▼ +2.68% over 6M

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 6 months, TTD/PEN traded between 0.49060 and 0.51522, averaged 0.49991 and fell 2.68%. 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 6M

TTD/PEN over 6M: show the values
PointTTD/PEN
2026-03-290.51269
2026-04-050.51000
2026-04-120.49738
2026-04-190.50430
2026-04-260.51088
2026-05-030.51522
2026-05-100.50773
2026-05-180.50154
2026-05-260.50164
2026-06-020.49937
2026-06-110.49622
2026-06-180.49582
2026-06-250.49999
2026-07-020.49858
2026-07-090.49855
2026-07-160.49866
2026-07-230.49839
2026-07-300.49870
2026-08-060.49739
2026-08-130.49326
2026-08-210.49060
2026-08-280.49174
2026-09-040.49476
2026-09-110.49325
2026-09-180.49192

High

0.51522

Low

0.49060

Average

0.49991

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.