Skip to content

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

TTD/NGN over 1Y: show the values
PointTTD/NGN
2025-09-26220.8138
2025-10-03217.5763
2025-10-10217.2533
2025-10-17215.8829
2025-10-24215.2745
2025-10-31214.0714
2025-11-07212.2387
2025-11-14212.7694
2025-11-21214.0157
2025-11-28212.6825
2025-12-05214.1418
2025-12-13214.1454
2025-12-20214.9954
2025-12-27213.4238
2026-01-03211.9154
2026-01-10210.4790
2026-01-17209.7099
2026-01-24209.0748
2026-01-31204.5978
2026-02-07201.8350
2026-02-14199.5635
2026-02-21198.1433
2026-02-28201.9171
2026-03-07205.6620
2026-03-14205.1162
2026-03-21199.8529
2026-03-28203.5937
2026-04-04203.2593
2026-04-11200.3955
2026-04-18197.6602
2026-04-25200.1439
2026-05-02202.6664
2026-05-09201.4287
2026-05-17202.7563
2026-05-25201.7680
2026-06-01202.1782
2026-06-10200.4271
2026-06-17199.9765
2026-06-24201.8763
2026-07-01203.3596
2026-07-08201.9210
2026-07-15203.5276
2026-07-22203.4054
2026-07-29201.1646
2026-08-05201.2002
2026-08-12201.0080
2026-08-20199.2228
2026-08-27197.7675
2026-09-03196.2851
2026-09-10194.9330
2026-09-17195.5731
2026-09-24194.9826

High

220.8138

Low

194.9330

Average

205.2008

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.