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: show the values
| Point | FJD/MNT |
|---|---|
| 2026-08-26 | 1630.25 |
| 2026-08-27 | 1629.45 |
| 2026-08-28 | 1630.72 |
| 2026-08-29 | 1635.91 |
| 2026-08-30 | 1625.47 |
| 2026-08-31 | 1625.15 |
| 2026-09-01 | 1625.59 |
| 2026-09-02 | 1622.57 |
| 2026-09-03 | 1623.59 |
| 2026-09-04 | 1628.77 |
| 2026-09-05 | 1631.45 |
| 2026-09-06 | 1623.28 |
| 2026-09-07 | 1629.62 |
| 2026-09-08 | 1629.88 |
| 2026-09-09 | 1628.74 |
| 2026-09-10 | 1625.18 |
| 2026-09-11 | 1622.72 |
| 2026-09-12 | 1625.74 |
| 2026-09-13 | 1618.82 |
| 2026-09-14 | 1624.43 |
| 2026-09-15 | 1621.67 |
| 2026-09-16 | 1621.40 |
| 2026-09-17 | 1612.29 |
| 2026-09-18 | 1617.03 |
| 2026-09-19 | 1623.91 |
| 2026-09-20 | 1622.12 |
| 2026-09-21 | 1616.96 |
| 2026-09-22 | 1611.61 |
| 2026-09-23 | 1612.57 |
| 2026-09-24 | 1607.65 |
High
1635.91
Low
1603.79
Average
1622.85
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.