Skip to content

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

TTD/NGN over YTD: show the values
PointTTD/NGN
2025-12-31213.4710
2026-01-07210.6169
2026-01-14209.8535
2026-01-21209.4702
2026-01-28207.0161
2026-02-04205.1840
2026-02-11199.6585
2026-02-18198.8693
2026-02-25199.4905
2026-03-04203.4865
2026-03-11206.0818
2026-03-18200.1875
2026-03-25202.9498
2026-04-01203.7492
2026-04-08203.9234
2026-04-15198.9019
2026-04-22198.6523
2026-04-29202.2554
2026-05-06201.9202
2026-05-14202.1055
2026-05-21202.2403
2026-05-29202.5126
2026-06-05200.8923
2026-06-14200.8541
2026-06-21202.0607
2026-06-28203.5077
2026-07-05204.0228
2026-07-12203.4004
2026-07-19203.8255
2026-07-26202.1647
2026-08-02202.8954
2026-08-09202.1839
2026-08-16201.9779
2026-08-24198.7710
2026-08-31197.5312
2026-09-07194.9397
2026-09-14195.2059
2026-09-21196.0146

High

213.4710

Low

194.9397

Average

202.2783

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD&currencies=NGN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD&currencies=NGN");
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=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&currencies=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.