Skip to content

TND to NGN exchange rate API

Tunisian Dinar to Naira · quoted 2026-09-25

448.9326

▼ +12.40% over 1Y

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 year, TND/NGN traded between 448.9326 and 512.4927, averaged 477.6146 and fell 12.40%. 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 1Y

TND/NGN over 1Y: show the values
PointTND/NGN
2025-09-25512.4927
2025-10-02511.7899
2025-10-09502.6426
2025-10-16500.8580
2025-10-23498.0870
2025-10-30495.5924
2025-11-06487.4320
2025-11-13489.3102
2025-11-20490.6394
2025-11-27491.7223
2025-12-04494.7035
2025-12-12496.6006
2025-12-19499.9652
2025-12-26502.3415
2026-01-02501.1411
2026-01-09491.5302
2026-01-16491.0088
2026-01-23494.0367
2026-01-30489.1755
2026-02-06477.4562
2026-02-13475.7843
2026-02-20467.8740
2026-02-27472.5406
2026-03-06476.9877
2026-03-13475.2408
2026-03-20464.4607
2026-03-27473.2053
2026-04-03470.1325
2026-04-10472.2151
2026-04-17464.6967
2026-04-24468.8018
2026-05-01476.9896
2026-05-08467.8570
2026-05-16472.1637
2026-05-24470.4179
2026-05-31473.5204
2026-06-09465.7221
2026-06-16465.6672
2026-06-23465.1284
2026-06-30467.8781
2026-07-07464.0226
2026-07-14467.9180
2026-07-21468.5116
2026-07-28460.9530
2026-08-04466.0364
2026-08-11466.3045
2026-08-18463.7997
2026-08-26464.4643
2026-09-02456.6005
2026-09-09455.6770
2026-09-16455.4794
2026-09-23449.0637

High

512.4927

Low

448.9326

Average

477.6146

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.