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: show the values
| Point | TTD/YER |
|---|---|
| 2025-09-26 | 35.2553 |
| 2025-10-03 | 35.2940 |
| 2025-10-10 | 35.1561 |
| 2025-10-17 | 35.2541 |
| 2025-10-24 | 35.2329 |
| 2025-10-31 | 35.3583 |
| 2025-11-07 | 35.2388 |
| 2025-11-14 | 35.2068 |
| 2025-11-21 | 35.1227 |
| 2025-11-28 | 35.1048 |
| 2025-12-05 | 35.2564 |
| 2025-12-13 | 35.1652 |
| 2025-12-20 | 35.0893 |
| 2025-12-27 | 35.0683 |
| 2026-01-03 | 35.0751 |
| 2026-01-10 | 35.1017 |
| 2026-01-17 | 35.1483 |
| 2026-01-24 | 35.0675 |
| 2026-01-31 | 35.1748 |
| 2026-02-07 | 35.1904 |
| 2026-02-14 | 35.1572 |
| 2026-02-21 | 35.1541 |
| 2026-02-28 | 35.3138 |
| 2026-03-07 | 35.1857 |
| 2026-03-14 | 35.3574 |
| 2026-03-21 | 35.1633 |
| 2026-03-28 | 35.1135 |
| 2026-04-04 | 35.1753 |
| 2026-04-11 | 34.9568 |
| 2026-04-18 | 35.1308 |
| 2026-04-25 | 35.1985 |
| 2026-05-02 | 35.1436 |
| 2026-05-09 | 35.2131 |
| 2026-05-17 | 35.2750 |
| 2026-05-25 | 35.1864 |
| 2026-06-01 | 35.1470 |
| 2026-06-10 | 35.1843 |
| 2026-06-17 | 35.1281 |
| 2026-06-24 | 35.1612 |
| 2026-07-01 | 35.1650 |
| 2026-07-08 | 34.8688 |
| 2026-07-15 | 34.9860 |
| 2026-07-22 | 35.0769 |
| 2026-07-29 | 35.0894 |
| 2026-08-05 | 35.1577 |
| 2026-08-12 | 35.0171 |
| 2026-08-20 | 35.0709 |
| 2026-08-27 | 34.8964 |
| 2026-09-03 | 35.0367 |
| 2026-09-10 | 34.9198 |
| 2026-09-17 | 34.7953 |
| 2026-09-24 | 34.7746 |
High
35.3583
Low
34.7746
Average
35.1254
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=YER"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=YER");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=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¤cies=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.