TTD to NGN exchange rate API
Trinidad and Tobago Dollar to Naira · quoted 2026-09-26
196.0097
▼ +11.23% over 1Y
1 TTD = 196.0097 NGN · 1 NGN = 0.005102 TTD · Get this rate via the API
1 TTD buys 196.0097 NGN as of 2026-09-26, so 1 NGN buys 0.005102 TTD. Over the last year, TTD/NGN traded between 194.9330 and 220.8138, averaged 205.2008 and fell 11.23%. The API holds daily TTD/NGN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TTD/NGN over 1Y: show the values
| Point | TTD/NGN |
|---|---|
| 2025-09-26 | 220.8138 |
| 2025-10-03 | 217.5763 |
| 2025-10-10 | 217.2533 |
| 2025-10-17 | 215.8829 |
| 2025-10-24 | 215.2745 |
| 2025-10-31 | 214.0714 |
| 2025-11-07 | 212.2387 |
| 2025-11-14 | 212.7694 |
| 2025-11-21 | 214.0157 |
| 2025-11-28 | 212.6825 |
| 2025-12-05 | 214.1418 |
| 2025-12-13 | 214.1454 |
| 2025-12-20 | 214.9954 |
| 2025-12-27 | 213.4238 |
| 2026-01-03 | 211.9154 |
| 2026-01-10 | 210.4790 |
| 2026-01-17 | 209.7099 |
| 2026-01-24 | 209.0748 |
| 2026-01-31 | 204.5978 |
| 2026-02-07 | 201.8350 |
| 2026-02-14 | 199.5635 |
| 2026-02-21 | 198.1433 |
| 2026-02-28 | 201.9171 |
| 2026-03-07 | 205.6620 |
| 2026-03-14 | 205.1162 |
| 2026-03-21 | 199.8529 |
| 2026-03-28 | 203.5937 |
| 2026-04-04 | 203.2593 |
| 2026-04-11 | 200.3955 |
| 2026-04-18 | 197.6602 |
| 2026-04-25 | 200.1439 |
| 2026-05-02 | 202.6664 |
| 2026-05-09 | 201.4287 |
| 2026-05-17 | 202.7563 |
| 2026-05-25 | 201.7680 |
| 2026-06-01 | 202.1782 |
| 2026-06-10 | 200.4271 |
| 2026-06-17 | 199.9765 |
| 2026-06-24 | 201.8763 |
| 2026-07-01 | 203.3596 |
| 2026-07-08 | 201.9210 |
| 2026-07-15 | 203.5276 |
| 2026-07-22 | 203.4054 |
| 2026-07-29 | 201.1646 |
| 2026-08-05 | 201.2002 |
| 2026-08-12 | 201.0080 |
| 2026-08-20 | 199.2228 |
| 2026-08-27 | 197.7675 |
| 2026-09-03 | 196.2851 |
| 2026-09-10 | 194.9330 |
| 2026-09-17 | 195.5731 |
| 2026-09-24 | 194.9826 |
High
220.8138
Low
194.9330
Average
205.2008
Get this rate via the API
One GET request returns the TTD/NGN 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=NGN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=NGN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=NGN").json()Replace YOUR_API_KEY with the key from your dashboard.
TTD/NGN API questions
How do I get the TTD/NGN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=NGN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TTD/NGN rate in rates.NGN.
How far back does TTD/NGN historical data go?
Daily TTD/NGN 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/NGN 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.