TTD to DZD exchange rate API
Trinidad and Tobago Dollar to Algerian Dinar · quoted 2026-09-26
19.7245
▲ +3.19% over 1Y
1 TTD = 19.7245 DZD · 1 DZD = 0.05070 TTD · Get this rate via the API
1 TTD buys 19.7245 DZD as of 2026-09-26, so 1 DZD buys 0.05070 TTD. Over the last year, TTD/DZD traded between 19.0261 and 19.7245, averaged 19.4128 and rose 3.19%. The API holds daily TTD/DZD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TTD/DZD over 1Y: show the values
| Point | TTD/DZD |
|---|---|
| 2025-09-26 | 19.1146 |
| 2025-10-03 | 19.1294 |
| 2025-10-10 | 19.1690 |
| 2025-10-17 | 19.1862 |
| 2025-10-24 | 19.2353 |
| 2025-10-31 | 19.3021 |
| 2025-11-07 | 19.2712 |
| 2025-11-14 | 19.2143 |
| 2025-11-21 | 19.2336 |
| 2025-11-28 | 19.1984 |
| 2025-12-05 | 19.2484 |
| 2025-12-13 | 19.1231 |
| 2025-12-20 | 19.0961 |
| 2025-12-27 | 19.0492 |
| 2026-01-03 | 19.0864 |
| 2026-01-10 | 19.1566 |
| 2026-01-17 | 19.2013 |
| 2026-01-24 | 19.0261 |
| 2026-01-31 | 19.1344 |
| 2026-02-07 | 19.1773 |
| 2026-02-14 | 19.1167 |
| 2026-02-21 | 19.1797 |
| 2026-02-28 | 19.2319 |
| 2026-03-07 | 19.3794 |
| 2026-03-14 | 19.6671 |
| 2026-03-21 | 19.4678 |
| 2026-03-28 | 19.6132 |
| 2026-04-04 | 19.6173 |
| 2026-04-11 | 19.4866 |
| 2026-04-18 | 19.4736 |
| 2026-04-25 | 19.5221 |
| 2026-05-02 | 19.5217 |
| 2026-05-09 | 19.5172 |
| 2026-05-17 | 19.6088 |
| 2026-05-25 | 19.5571 |
| 2026-06-01 | 19.5483 |
| 2026-06-10 | 19.7116 |
| 2026-06-17 | 19.5704 |
| 2026-06-24 | 19.6762 |
| 2026-07-01 | 19.6371 |
| 2026-07-08 | 19.5870 |
| 2026-07-15 | 19.6438 |
| 2026-07-22 | 19.6426 |
| 2026-07-29 | 19.6331 |
| 2026-08-05 | 19.6016 |
| 2026-08-12 | 19.6321 |
| 2026-08-20 | 19.6329 |
| 2026-08-27 | 19.6087 |
| 2026-09-03 | 19.7185 |
| 2026-09-10 | 19.6176 |
| 2026-09-17 | 19.7000 |
| 2026-09-24 | 19.6817 |
High
19.7245
Low
19.0261
Average
19.4128
Get this rate via the API
One GET request returns the TTD/DZD 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=DZD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=DZD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=DZD").json()Replace YOUR_API_KEY with the key from your dashboard.
TTD/DZD API questions
How do I get the TTD/DZD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=DZD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TTD/DZD rate in rates.DZD.
How far back does TTD/DZD historical data go?
Daily TTD/DZD 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/DZD 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.