Skip to content

TTD to NPR exchange rate API

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

22.5499

▲ +6.56% over YTD

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 year to date, TTD/NPR traded between 21.1609 and 22.8759, averaged 22.1568 and rose 6.56%. 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 YTD

TTD/NPR over YTD: show the values
PointTTD/NPR
2025-12-3121.1609
2026-01-0721.2619
2026-01-1421.2913
2026-01-2121.5167
2026-01-2821.5803
2026-02-0421.3959
2026-02-1121.3701
2026-02-1821.4087
2026-02-2521.4725
2026-03-0421.7584
2026-03-1121.6727
2026-03-1821.8178
2026-03-2522.1714
2026-04-0122.0713
2026-04-0821.8411
2026-04-1521.9151
2026-04-2222.0509
2026-04-2922.2348
2026-05-0622.4778
2026-05-1422.5741
2026-05-2122.7522
2026-05-2922.5606
2026-06-0522.5937
2026-06-1422.4832
2026-06-2122.4328
2026-06-2822.3329
2026-07-0522.7400
2026-07-1222.5799
2026-07-1922.8196
2026-07-2622.8759
2026-08-0222.6670
2026-08-0922.5472
2026-08-1622.7265
2026-08-2422.5635
2026-08-3122.4098
2026-09-0722.2966
2026-09-1422.5583
2026-09-2122.5832

High

22.8759

Low

21.1609

Average

22.1568

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.