Skip to content

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

TMT/FJD over 1Y: show the values
PointTMT/FJD
2025-09-250.64486
2025-10-020.64781
2025-10-090.64808
2025-10-160.65341
2025-10-230.65418
2025-10-300.65043
2025-11-060.65551
2025-11-130.65456
2025-11-200.65811
2025-11-270.65485
2025-12-040.65160
2025-12-120.64980
2025-12-190.65095
2025-12-260.64977
2026-01-020.65128
2026-01-090.64937
2026-01-160.65119
2026-01-230.64376
2026-01-300.63111
2026-02-060.63408
2026-02-130.63020
2026-02-200.62877
2026-02-270.62762
2026-03-060.63511
2026-03-130.62846
2026-03-200.63270
2026-03-270.63977
2026-04-030.64420
2026-04-100.63411
2026-04-170.63173
2026-04-240.63185
2026-05-010.62682
2026-05-080.62539
2026-05-160.62792
2026-05-240.63397
2026-05-310.63282
2026-06-090.63386
2026-06-160.63428
2026-06-230.63796
2026-06-300.64111
2026-07-070.64090
2026-07-140.63863
2026-07-210.63651
2026-07-280.63939
2026-08-040.63591
2026-08-110.63396
2026-08-180.63248
2026-08-260.62937
2026-09-020.63206
2026-09-090.62974
2026-09-160.63273
2026-09-230.63817

High

0.65811

Low

0.62539

Average

0.63967

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TMT&currencies=FJD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TMT&currencies=FJD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TMT&currencies=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&currencies=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.