Skip to content

TND to NPR exchange rate API

Tunisian Dinar to Nepalese Rupee · quoted 2026-09-25

51.9194

▲ +4.31% over YTD

1 TND = 51.9194 NPR · 1 NPR = 0.01926 TND · Get this rate via the API

1 TND buys 51.9194 NPR as of 2026-09-25, so 1 NPR buys 0.01926 TND. Over the year to date, TND/NPR traded between 49.7722 and 53.0831, averaged 51.6660 and rose 4.31%. The API holds daily TND/NPR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/NPR over YTD

TND/NPR over YTD: show the values
PointTND/NPR
2025-12-3149.7722
2026-01-0749.9596
2026-01-1449.8617
2026-01-2150.6246
2026-01-2851.8264
2026-02-0450.6808
2026-02-1151.0220
2026-02-1850.9259
2026-02-2550.7546
2026-03-0450.8343
2026-03-1150.4331
2026-03-1850.4141
2026-03-2551.7085
2026-04-0151.2057
2026-04-0850.9054
2026-04-1551.2853
2026-04-2252.2299
2026-04-2952.4162
2026-05-0652.6227
2026-05-1453.0161
2026-05-2153.0831
2026-05-2952.7954
2026-06-0552.6415
2026-06-1452.1595
2026-06-2151.3256
2026-06-2851.1068
2026-07-0551.7993
2026-07-1251.7401
2026-07-1952.2943
2026-07-2652.0954
2026-08-0252.0956
2026-08-0952.1778
2026-08-1652.4778
2026-08-2452.9972
2026-08-3153.0092
2026-09-0751.8369
2026-09-1452.8632
2026-09-2152.0564

High

53.0831

Low

49.7722

Average

51.6660

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TND/NPR API questions

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

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

How far back does TND/NPR historical data go?

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