Skip to content

TTD to YER exchange rate API

Trinidad and Tobago Dollar to Yemeni Rial · quoted 2026-09-26

34.8875

▼ +1.04% over 1Y

1 TTD = 34.8875 YER · 1 YER = 0.02866 TTD · Get this rate via the API

1 TTD buys 34.8875 YER as of 2026-09-26, so 1 YER buys 0.02866 TTD. Over the last year, TTD/YER traded between 34.7746 and 35.3583, averaged 35.1254 and fell 1.04%. The API holds daily TTD/YER rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TTD/YER over 1Y

TTD/YER over 1Y: show the values
PointTTD/YER
2025-09-2635.2553
2025-10-0335.2940
2025-10-1035.1561
2025-10-1735.2541
2025-10-2435.2329
2025-10-3135.3583
2025-11-0735.2388
2025-11-1435.2068
2025-11-2135.1227
2025-11-2835.1048
2025-12-0535.2564
2025-12-1335.1652
2025-12-2035.0893
2025-12-2735.0683
2026-01-0335.0751
2026-01-1035.1017
2026-01-1735.1483
2026-01-2435.0675
2026-01-3135.1748
2026-02-0735.1904
2026-02-1435.1572
2026-02-2135.1541
2026-02-2835.3138
2026-03-0735.1857
2026-03-1435.3574
2026-03-2135.1633
2026-03-2835.1135
2026-04-0435.1753
2026-04-1134.9568
2026-04-1835.1308
2026-04-2535.1985
2026-05-0235.1436
2026-05-0935.2131
2026-05-1735.2750
2026-05-2535.1864
2026-06-0135.1470
2026-06-1035.1843
2026-06-1735.1281
2026-06-2435.1612
2026-07-0135.1650
2026-07-0834.8688
2026-07-1534.9860
2026-07-2235.0769
2026-07-2935.0894
2026-08-0535.1577
2026-08-1235.0171
2026-08-2035.0709
2026-08-2734.8964
2026-09-0335.0367
2026-09-1034.9198
2026-09-1734.7953
2026-09-2434.7746

High

35.3583

Low

34.7746

Average

35.1254

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TTD/YER API questions

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

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

How far back does TTD/YER historical data go?

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