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: show the values
| Point | TTD/NPR |
|---|---|
| 2025-09-24 | 20.9483 |
| 2025-10-01 | 20.9373 |
| 2025-10-08 | 20.9308 |
| 2025-10-15 | 20.9595 |
| 2025-10-22 | 20.7307 |
| 2025-10-29 | 20.7990 |
| 2025-11-05 | 20.9568 |
| 2025-11-12 | 20.9157 |
| 2025-11-19 | 20.9239 |
| 2025-11-26 | 21.0374 |
| 2025-12-03 | 21.2401 |
| 2025-12-11 | 21.3528 |
| 2025-12-18 | 21.3330 |
| 2025-12-25 | 21.1544 |
| 2026-01-01 | 21.1683 |
| 2026-01-08 | 21.2015 |
| 2026-01-15 | 21.2761 |
| 2026-01-22 | 21.5729 |
| 2026-01-29 | 21.7148 |
| 2026-02-05 | 21.3827 |
| 2026-02-12 | 21.3818 |
| 2026-02-19 | 21.4080 |
| 2026-02-26 | 21.4817 |
| 2026-03-05 | 21.7850 |
| 2026-03-12 | 21.7408 |
| 2026-03-19 | 21.8940 |
| 2026-03-26 | 22.0854 |
| 2026-04-02 | 21.9339 |
| 2026-04-09 | 21.7789 |
| 2026-04-16 | 22.0156 |
| 2026-04-23 | 22.1244 |
| 2026-04-30 | 22.3061 |
| 2026-05-07 | 22.4106 |
| 2026-05-15 | 22.6795 |
| 2026-05-23 | 22.6544 |
| 2026-05-30 | 22.4523 |
| 2026-06-06 | 22.5533 |
| 2026-06-15 | 22.3026 |
| 2026-06-22 | 22.2895 |
| 2026-06-29 | 22.2084 |
| 2026-07-06 | 22.5076 |
| 2026-07-13 | 22.4952 |
| 2026-07-20 | 22.7466 |
| 2026-07-27 | 22.6886 |
| 2026-08-03 | 22.4893 |
| 2026-08-10 | 22.4947 |
| 2026-08-17 | 22.6036 |
| 2026-08-25 | 22.5725 |
| 2026-09-01 | 22.4919 |
| 2026-09-08 | 22.3754 |
| 2026-09-15 | 22.6101 |
| 2026-09-22 | 22.5637 |
High
22.7466
Low
20.7307
Average
21.8342
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.