TTD to NPR exchange rate API
Trinidad and Tobago Dollar to Nepalese Rupee · quoted 2026-09-24
22.5499
▼ +0.10% over 30D
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 30 days, TTD/NPR traded between 22.2930 and 22.7177, averaged 22.5150 and fell 0.10%. 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 30D: show the values
| Point | TTD/NPR |
|---|---|
| 2026-08-25 | 22.5725 |
| 2026-08-26 | 22.4589 |
| 2026-08-27 | 22.5227 |
| 2026-08-28 | 22.5164 |
| 2026-08-29 | 22.6185 |
| 2026-08-30 | 22.6370 |
| 2026-08-31 | 22.4098 |
| 2026-09-01 | 22.4919 |
| 2026-09-02 | 22.4192 |
| 2026-09-03 | 22.3374 |
| 2026-09-04 | 22.3612 |
| 2026-09-05 | 22.2930 |
| 2026-09-06 | 22.4190 |
| 2026-09-07 | 22.2966 |
| 2026-09-08 | 22.3754 |
| 2026-09-09 | 22.4437 |
| 2026-09-10 | 22.4659 |
| 2026-09-11 | 22.5685 |
| 2026-09-12 | 22.5502 |
| 2026-09-13 | 22.6450 |
| 2026-09-14 | 22.5583 |
| 2026-09-15 | 22.6101 |
| 2026-09-16 | 22.6340 |
| 2026-09-17 | 22.5662 |
| 2026-09-18 | 22.5964 |
| 2026-09-19 | 22.6218 |
| 2026-09-20 | 22.7177 |
| 2026-09-21 | 22.5832 |
| 2026-09-22 | 22.5637 |
| 2026-09-23 | 22.5256 |
| 2026-09-24 | 22.5499 |
High
22.7177
Low
22.2930
Average
22.5150
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.