Skip to content

FJD to MNT exchange rate API

Fiji Dollar to Tugrik · quoted 2026-09-25

1603.79

▲ +0.65% over 1Y

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 year, FJD/MNT traded between 0.27445 and 1631.10, averaged 1509.19 and rose 0.65%. 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 1Y

FJD/MNT over 1Y: show the values
PointFJD/MNT
2025-09-251593.35
2025-10-021587.24
2025-10-091582.11
2025-10-161574.13
2025-10-231566.80
2025-10-300.27
2025-11-060.36
2025-11-130.34
2025-11-201550.58
2025-11-271555.40
2025-12-041558.31
2025-12-121560.92
2025-12-191556.33
2025-12-261565.72
2026-01-021561.92
2026-01-091563.97
2026-01-161563.52
2026-01-231587.34
2026-01-301615.82
2026-02-061605.28
2026-02-131620.27
2026-02-201617.50
2026-02-271620.30
2026-03-061606.99
2026-03-131619.50
2026-03-201612.75
2026-03-271591.02
2026-04-031585.66
2026-04-101608.61
2026-04-171621.90
2026-04-241616.11
2026-05-011628.62
2026-05-081631.10
2026-05-161623.11
2026-05-241612.46
2026-05-311614.71
2026-06-091613.70
2026-06-161613.80
2026-06-231599.43
2026-06-301591.77
2026-07-071597.06
2026-07-141601.42
2026-07-211606.65
2026-07-281607.70
2026-08-041617.70
2026-08-111617.53
2026-08-181620.57
2026-08-261630.25
2026-09-021622.57
2026-09-091628.74
2026-09-161621.40
2026-09-231612.57

High

1631.10

Low

0.27445

Average

1509.19

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.