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: show the values
| Point | TND/NGN |
|---|---|
| 2025-09-25 | 512.4927 |
| 2025-10-02 | 511.7899 |
| 2025-10-09 | 502.6426 |
| 2025-10-16 | 500.8580 |
| 2025-10-23 | 498.0870 |
| 2025-10-30 | 495.5924 |
| 2025-11-06 | 487.4320 |
| 2025-11-13 | 489.3102 |
| 2025-11-20 | 490.6394 |
| 2025-11-27 | 491.7223 |
| 2025-12-04 | 494.7035 |
| 2025-12-12 | 496.6006 |
| 2025-12-19 | 499.9652 |
| 2025-12-26 | 502.3415 |
| 2026-01-02 | 501.1411 |
| 2026-01-09 | 491.5302 |
| 2026-01-16 | 491.0088 |
| 2026-01-23 | 494.0367 |
| 2026-01-30 | 489.1755 |
| 2026-02-06 | 477.4562 |
| 2026-02-13 | 475.7843 |
| 2026-02-20 | 467.8740 |
| 2026-02-27 | 472.5406 |
| 2026-03-06 | 476.9877 |
| 2026-03-13 | 475.2408 |
| 2026-03-20 | 464.4607 |
| 2026-03-27 | 473.2053 |
| 2026-04-03 | 470.1325 |
| 2026-04-10 | 472.2151 |
| 2026-04-17 | 464.6967 |
| 2026-04-24 | 468.8018 |
| 2026-05-01 | 476.9896 |
| 2026-05-08 | 467.8570 |
| 2026-05-16 | 472.1637 |
| 2026-05-24 | 470.4179 |
| 2026-05-31 | 473.5204 |
| 2026-06-09 | 465.7221 |
| 2026-06-16 | 465.6672 |
| 2026-06-23 | 465.1284 |
| 2026-06-30 | 467.8781 |
| 2026-07-07 | 464.0226 |
| 2026-07-14 | 467.9180 |
| 2026-07-21 | 468.5116 |
| 2026-07-28 | 460.9530 |
| 2026-08-04 | 466.0364 |
| 2026-08-11 | 466.3045 |
| 2026-08-18 | 463.7997 |
| 2026-08-26 | 464.4643 |
| 2026-09-02 | 456.6005 |
| 2026-09-09 | 455.6770 |
| 2026-09-16 | 455.4794 |
| 2026-09-23 | 449.0637 |
High
512.4927
Low
448.9326
Average
477.6146
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=NGN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=NGN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=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¤cies=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.