Skip to content

FJD to MNT exchange rate API

Fiji Dollar to Tugrik · quoted 2026-09-25

1603.79

▼ +1.62% over 30D

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 last 30 days, FJD/MNT traded between 1603.79 and 1635.91, averaged 1622.85 and fell 1.62%. 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 30D

FJD/MNT over 30D: show the values
PointFJD/MNT
2026-08-261630.25
2026-08-271629.45
2026-08-281630.72
2026-08-291635.91
2026-08-301625.47
2026-08-311625.15
2026-09-011625.59
2026-09-021622.57
2026-09-031623.59
2026-09-041628.77
2026-09-051631.45
2026-09-061623.28
2026-09-071629.62
2026-09-081629.88
2026-09-091628.74
2026-09-101625.18
2026-09-111622.72
2026-09-121625.74
2026-09-131618.82
2026-09-141624.43
2026-09-151621.67
2026-09-161621.40
2026-09-171612.29
2026-09-181617.03
2026-09-191623.91
2026-09-201622.12
2026-09-211616.96
2026-09-221611.61
2026-09-231612.57
2026-09-241607.65

High

1635.91

Low

1603.79

Average

1622.85

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.