Skip to content

TTD to NPR exchange rate API

Trinidad and Tobago Dollar to Nepalese Rupee · quoted 2026-09-24

22.5499

▲ +14.08% over 5Y

1 TTD = 22.5499 NPR · 1 NPR = 0.04435 TTD · Get this rate via the API

1 TTD buys 22.5499 NPR as of 2026-09-24, so 1 NPR buys 0.04435 TTD. Over the last 5 years, TTD/NPR traded between 19.7668 and 22.5533, averaged 21.0516 and rose 14.08%. The API holds daily TTD/NPR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TTD/NPR over 5Y

TTD/NPR over 5Y: show the values
PointTTD/NPR
2024-08-2419.7668
2024-10-0719.7785
2024-11-0619.8868
2024-12-0620.0097
2025-01-0520.2697
2025-02-0420.5203
2025-03-0620.5074
2025-04-0620.3382
2025-05-0619.9098
2025-06-0720.3047
2025-07-0720.1894
2025-08-0620.8655
2025-09-0520.7790
2025-10-0620.9619
2025-11-0520.9568
2025-12-0521.2745
2026-01-0521.1971
2026-02-0421.3959
2026-03-0621.6621
2026-04-0522.0419
2026-05-0522.3883
2026-06-0622.5533
2026-07-0822.4158
2026-08-0722.5207
2026-09-0722.2966

High

22.5533

Low

19.7668

Average

21.0516

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TTD/NPR API questions

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

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

How far back does TTD/NPR historical data go?

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