TTD to NGN exchange rate API
Trinidad and Tobago Dollar to Naira · quoted 2026-09-26
196.0097
▼ +8.18% over YTD
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 year to date, TTD/NGN traded between 194.9397 and 213.4710, averaged 202.2783 and fell 8.18%. 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 YTD: show the values
| Point | TTD/NGN |
|---|---|
| 2025-12-31 | 213.4710 |
| 2026-01-07 | 210.6169 |
| 2026-01-14 | 209.8535 |
| 2026-01-21 | 209.4702 |
| 2026-01-28 | 207.0161 |
| 2026-02-04 | 205.1840 |
| 2026-02-11 | 199.6585 |
| 2026-02-18 | 198.8693 |
| 2026-02-25 | 199.4905 |
| 2026-03-04 | 203.4865 |
| 2026-03-11 | 206.0818 |
| 2026-03-18 | 200.1875 |
| 2026-03-25 | 202.9498 |
| 2026-04-01 | 203.7492 |
| 2026-04-08 | 203.9234 |
| 2026-04-15 | 198.9019 |
| 2026-04-22 | 198.6523 |
| 2026-04-29 | 202.2554 |
| 2026-05-06 | 201.9202 |
| 2026-05-14 | 202.1055 |
| 2026-05-21 | 202.2403 |
| 2026-05-29 | 202.5126 |
| 2026-06-05 | 200.8923 |
| 2026-06-14 | 200.8541 |
| 2026-06-21 | 202.0607 |
| 2026-06-28 | 203.5077 |
| 2026-07-05 | 204.0228 |
| 2026-07-12 | 203.4004 |
| 2026-07-19 | 203.8255 |
| 2026-07-26 | 202.1647 |
| 2026-08-02 | 202.8954 |
| 2026-08-09 | 202.1839 |
| 2026-08-16 | 201.9779 |
| 2026-08-24 | 198.7710 |
| 2026-08-31 | 197.5312 |
| 2026-09-07 | 194.9397 |
| 2026-09-14 | 195.2059 |
| 2026-09-21 | 196.0146 |
High
213.4710
Low
194.9397
Average
202.2783
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.