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: show the values
| Point | TTD/NPR |
|---|---|
| 2025-12-31 | 21.1609 |
| 2026-01-07 | 21.2619 |
| 2026-01-14 | 21.2913 |
| 2026-01-21 | 21.5167 |
| 2026-01-28 | 21.5803 |
| 2026-02-04 | 21.3959 |
| 2026-02-11 | 21.3701 |
| 2026-02-18 | 21.4087 |
| 2026-02-25 | 21.4725 |
| 2026-03-04 | 21.7584 |
| 2026-03-11 | 21.6727 |
| 2026-03-18 | 21.8178 |
| 2026-03-25 | 22.1714 |
| 2026-04-01 | 22.0713 |
| 2026-04-08 | 21.8411 |
| 2026-04-15 | 21.9151 |
| 2026-04-22 | 22.0509 |
| 2026-04-29 | 22.2348 |
| 2026-05-06 | 22.4778 |
| 2026-05-14 | 22.5741 |
| 2026-05-21 | 22.7522 |
| 2026-05-29 | 22.5606 |
| 2026-06-05 | 22.5937 |
| 2026-06-14 | 22.4832 |
| 2026-06-21 | 22.4328 |
| 2026-06-28 | 22.3329 |
| 2026-07-05 | 22.7400 |
| 2026-07-12 | 22.5799 |
| 2026-07-19 | 22.8196 |
| 2026-07-26 | 22.8759 |
| 2026-08-02 | 22.6670 |
| 2026-08-09 | 22.5472 |
| 2026-08-16 | 22.7265 |
| 2026-08-24 | 22.5635 |
| 2026-08-31 | 22.4098 |
| 2026-09-07 | 22.2966 |
| 2026-09-14 | 22.5583 |
| 2026-09-21 | 22.5832 |
High
22.8759
Low
21.1609
Average
22.1568
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=NPR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=NPR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=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¤cies=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.