Skip to content

FJD to MNT exchange rate API

Fiji Dollar to Tugrik · quoted 2026-09-25

1603.79

▲ +2.37% over YTD

1 FJD = 1603.79 MNT · 1 MNT = 0.000624 FJD · Get this rate via the API

1 FJD buys 1603.79 MNT as of 2026-09-25, so 1 MNT buys 0.000624 FJD. Over the year to date, FJD/MNT traded between 1563.32 and 1633.72, averaged 1608.07 and rose 2.37%. The API holds daily FJD/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/MNT over YTD

FJD/MNT over YTD: show the values
PointFJD/MNT
2025-12-311566.70
2026-01-071568.65
2026-01-141563.32
2026-01-211573.17
2026-01-281609.14
2026-02-041612.26
2026-02-111620.60
2026-02-181618.27
2026-02-251618.54
2026-03-041613.53
2026-03-111617.33
2026-03-181612.22
2026-03-251599.60
2026-04-011595.60
2026-04-081596.39
2026-04-151617.89
2026-04-221621.49
2026-04-291630.27
2026-05-061627.90
2026-05-141632.25
2026-05-211620.24
2026-05-291621.19
2026-06-051623.69
2026-06-141600.47
2026-06-211593.83
2026-06-281579.07
2026-07-051586.62
2026-07-121591.96
2026-07-191596.06
2026-07-261598.70
2026-08-021619.64
2026-08-091616.94
2026-08-161617.35
2026-08-241633.72
2026-08-311625.15
2026-09-071629.62
2026-09-141624.43
2026-09-211616.96

High

1633.72

Low

1563.32

Average

1608.07

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=MNT").json()

Replace YOUR_API_KEY with the key from your dashboard.

FJD/MNT API questions

How do I get the FJD/MNT exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=MNT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/MNT rate in rates.MNT.

How far back does FJD/MNT historical data go?

Daily FJD/MNT 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 FJD/MNT 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.