Skip to content

TND to NGN exchange rate API

Tunisian Dinar to Naira · quoted 2026-09-25

448.9326

▼ +13.63% over 5Y

1 TND = 448.9326 NGN · 1 NGN = 0.002228 TND · Get this rate via the API

1 TND buys 448.9326 NGN as of 2026-09-25, so 1 NGN buys 0.002228 TND. Over the last 5 years, TND/NGN traded between 448.9326 and 540.9706, averaged 494.7102 and fell 13.63%. The API holds daily TND/NGN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/NGN over 5Y

TND/NGN over 5Y: show the values
PointTND/NGN
2024-08-24519.7590
2024-10-07540.9706
2024-11-06535.7138
2024-12-06510.3556
2025-01-05478.9882
2025-02-04461.6201
2025-03-06482.2313
2025-04-06500.3955
2025-05-06535.0069
2025-06-07528.6819
2025-07-07529.1355
2025-08-06526.8688
2025-09-05523.5843
2025-10-06504.8399
2025-11-05488.4036
2025-12-05493.0477
2026-01-05496.2661
2026-02-04486.0230
2026-03-06476.9877
2026-04-05470.0872
2026-05-05475.1095
2026-06-06464.4711
2026-07-08465.2008
2026-08-07466.5740
2026-09-07453.2107

High

540.9706

Low

448.9326

Average

494.7102

For developers

Get this rate via the API

One GET request returns the TND/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=TND&currencies=NGN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&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=TND&currencies=NGN").json()

Replace YOUR_API_KEY with the key from your dashboard.

TND/NGN API questions

How do I get the TND/NGN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=NGN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/NGN rate in rates.NGN.

How far back does TND/NGN historical data go?

Daily TND/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 TND/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.