Skip to content

TTD to NPR exchange rate API

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

22.5499

▲ +7.65% over 1Y

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 year, TTD/NPR traded between 20.7307 and 22.7466, averaged 21.8342 and rose 7.65%. 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 1Y

TTD/NPR over 1Y: show the values
PointTTD/NPR
2025-09-2420.9483
2025-10-0120.9373
2025-10-0820.9308
2025-10-1520.9595
2025-10-2220.7307
2025-10-2920.7990
2025-11-0520.9568
2025-11-1220.9157
2025-11-1920.9239
2025-11-2621.0374
2025-12-0321.2401
2025-12-1121.3528
2025-12-1821.3330
2025-12-2521.1544
2026-01-0121.1683
2026-01-0821.2015
2026-01-1521.2761
2026-01-2221.5729
2026-01-2921.7148
2026-02-0521.3827
2026-02-1221.3818
2026-02-1921.4080
2026-02-2621.4817
2026-03-0521.7850
2026-03-1221.7408
2026-03-1921.8940
2026-03-2622.0854
2026-04-0221.9339
2026-04-0921.7789
2026-04-1622.0156
2026-04-2322.1244
2026-04-3022.3061
2026-05-0722.4106
2026-05-1522.6795
2026-05-2322.6544
2026-05-3022.4523
2026-06-0622.5533
2026-06-1522.3026
2026-06-2222.2895
2026-06-2922.2084
2026-07-0622.5076
2026-07-1322.4952
2026-07-2022.7466
2026-07-2722.6886
2026-08-0322.4893
2026-08-1022.4947
2026-08-1722.6036
2026-08-2522.5725
2026-09-0122.4919
2026-09-0822.3754
2026-09-1522.6101
2026-09-2222.5637

High

22.7466

Low

20.7307

Average

21.8342

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.