Skip to content

TTD to NPR exchange rate API

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

22.5499

▲ +1.03% over 6M

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 6 months, TTD/NPR traded between 21.8602 and 22.7436, averaged 22.4041 and rose 1.03%. 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 6M

TTD/NPR over 6M: show the values
PointTTD/NPR
2026-03-2822.3197
2026-04-0421.8809
2026-04-1121.8686
2026-04-1821.8602
2026-04-2522.1922
2026-05-0222.3590
2026-05-0922.2955
2026-05-1722.7411
2026-05-2522.5127
2026-06-0122.3580
2026-06-1022.5210
2026-06-1722.2273
2026-06-2422.3730
2026-07-0122.3460
2026-07-0822.4158
2026-07-1522.7297
2026-07-2222.7436
2026-07-2922.5646
2026-08-0522.4085
2026-08-1222.5572
2026-08-2022.6437
2026-08-2722.5227
2026-09-0322.3374
2026-09-1022.4659
2026-09-1722.5662
2026-09-2422.5499

High

22.7436

Low

21.8602

Average

22.4041

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.