TMT to FJD exchange rate API
Turkmenistan New Manat to Fiji Dollar · quoted 2026-09-25
0.63955
▼ +0.82% over 1Y
1 TMT = 0.63955 FJD · 1 FJD = 1.5636 TMT · Get this rate via the API
1 TMT buys 0.63955 FJD as of 2026-09-25, so 1 FJD buys 1.5636 TMT. Over the last year, TMT/FJD traded between 0.62539 and 0.65811, averaged 0.63967 and fell 0.82%. The API holds daily TMT/FJD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TMT/FJD over 1Y: show the values
| Point | TMT/FJD |
|---|---|
| 2025-09-25 | 0.64486 |
| 2025-10-02 | 0.64781 |
| 2025-10-09 | 0.64808 |
| 2025-10-16 | 0.65341 |
| 2025-10-23 | 0.65418 |
| 2025-10-30 | 0.65043 |
| 2025-11-06 | 0.65551 |
| 2025-11-13 | 0.65456 |
| 2025-11-20 | 0.65811 |
| 2025-11-27 | 0.65485 |
| 2025-12-04 | 0.65160 |
| 2025-12-12 | 0.64980 |
| 2025-12-19 | 0.65095 |
| 2025-12-26 | 0.64977 |
| 2026-01-02 | 0.65128 |
| 2026-01-09 | 0.64937 |
| 2026-01-16 | 0.65119 |
| 2026-01-23 | 0.64376 |
| 2026-01-30 | 0.63111 |
| 2026-02-06 | 0.63408 |
| 2026-02-13 | 0.63020 |
| 2026-02-20 | 0.62877 |
| 2026-02-27 | 0.62762 |
| 2026-03-06 | 0.63511 |
| 2026-03-13 | 0.62846 |
| 2026-03-20 | 0.63270 |
| 2026-03-27 | 0.63977 |
| 2026-04-03 | 0.64420 |
| 2026-04-10 | 0.63411 |
| 2026-04-17 | 0.63173 |
| 2026-04-24 | 0.63185 |
| 2026-05-01 | 0.62682 |
| 2026-05-08 | 0.62539 |
| 2026-05-16 | 0.62792 |
| 2026-05-24 | 0.63397 |
| 2026-05-31 | 0.63282 |
| 2026-06-09 | 0.63386 |
| 2026-06-16 | 0.63428 |
| 2026-06-23 | 0.63796 |
| 2026-06-30 | 0.64111 |
| 2026-07-07 | 0.64090 |
| 2026-07-14 | 0.63863 |
| 2026-07-21 | 0.63651 |
| 2026-07-28 | 0.63939 |
| 2026-08-04 | 0.63591 |
| 2026-08-11 | 0.63396 |
| 2026-08-18 | 0.63248 |
| 2026-08-26 | 0.62937 |
| 2026-09-02 | 0.63206 |
| 2026-09-09 | 0.62974 |
| 2026-09-16 | 0.63273 |
| 2026-09-23 | 0.63817 |
High
0.65811
Low
0.62539
Average
0.63967
Get this rate via the API
One GET request returns the TMT/FJD 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=TMT¤cies=FJD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TMT¤cies=FJD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TMT¤cies=FJD").json()Replace YOUR_API_KEY with the key from your dashboard.
TMT/FJD API questions
How do I get the TMT/FJD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TMT¤cies=FJD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TMT/FJD rate in rates.FJD.
How far back does TMT/FJD historical data go?
Daily TMT/FJD 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 TMT/FJD 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.