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: show the values
| Point | TND/NGN |
|---|---|
| 2024-08-24 | 519.7590 |
| 2024-10-07 | 540.9706 |
| 2024-11-06 | 535.7138 |
| 2024-12-06 | 510.3556 |
| 2025-01-05 | 478.9882 |
| 2025-02-04 | 461.6201 |
| 2025-03-06 | 482.2313 |
| 2025-04-06 | 500.3955 |
| 2025-05-06 | 535.0069 |
| 2025-06-07 | 528.6819 |
| 2025-07-07 | 529.1355 |
| 2025-08-06 | 526.8688 |
| 2025-09-05 | 523.5843 |
| 2025-10-06 | 504.8399 |
| 2025-11-05 | 488.4036 |
| 2025-12-05 | 493.0477 |
| 2026-01-05 | 496.2661 |
| 2026-02-04 | 486.0230 |
| 2026-03-06 | 476.9877 |
| 2026-04-05 | 470.0872 |
| 2026-05-05 | 475.1095 |
| 2026-06-06 | 464.4711 |
| 2026-07-08 | 465.2008 |
| 2026-08-07 | 466.5740 |
| 2026-09-07 | 453.2107 |
High
540.9706
Low
448.9326
Average
494.7102
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.