FJD to YER exchange rate API
Fiji Dollar to Yemeni Rial · quoted 2026-09-25
105.3939
▲ +0.46% over YTD
1 FJD = 105.3939 YER · 1 YER = 0.009488 FJD · Get this rate via the API
1 FJD buys 105.3939 YER as of 2026-09-25, so 1 YER buys 0.009488 FJD. Over the year to date, FJD/YER traded between 104.5815 and 108.8373, averaged 106.9567 and rose 0.46%. The API holds daily FJD/YER rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FJD/YER over YTD: show the values
| Point | FJD/YER |
|---|---|
| 2025-12-31 | 104.9101 |
| 2026-01-07 | 105.0033 |
| 2026-01-14 | 104.5815 |
| 2026-01-21 | 105.1945 |
| 2026-01-28 | 107.3599 |
| 2026-02-04 | 107.7012 |
| 2026-02-11 | 108.1746 |
| 2026-02-18 | 108.0607 |
| 2026-02-25 | 108.0998 |
| 2026-03-04 | 107.5576 |
| 2026-03-11 | 108.0923 |
| 2026-03-18 | 107.7746 |
| 2026-03-25 | 106.9060 |
| 2026-04-01 | 106.5571 |
| 2026-04-08 | 106.5739 |
| 2026-04-15 | 107.9289 |
| 2026-04-22 | 108.1669 |
| 2026-04-29 | 108.1828 |
| 2026-05-06 | 108.5376 |
| 2026-05-14 | 108.8373 |
| 2026-05-21 | 108.0439 |
| 2026-05-29 | 108.0987 |
| 2026-06-05 | 108.2646 |
| 2026-06-14 | 106.7523 |
| 2026-06-21 | 106.2916 |
| 2026-06-28 | 105.2538 |
| 2026-07-05 | 105.4333 |
| 2026-07-12 | 105.5848 |
| 2026-07-19 | 105.8582 |
| 2026-07-26 | 106.0838 |
| 2026-08-02 | 107.3785 |
| 2026-08-09 | 106.8326 |
| 2026-08-16 | 106.6621 |
| 2026-08-24 | 107.6544 |
| 2026-08-31 | 106.9317 |
| 2026-09-07 | 107.3155 |
| 2026-09-14 | 107.0100 |
| 2026-09-21 | 106.2653 |
High
108.8373
Low
104.5815
Average
106.9567
Get this rate via the API
One GET request returns the FJD/YER 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=YER"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=YER");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=YER").json()Replace YOUR_API_KEY with the key from your dashboard.
FJD/YER API questions
How do I get the FJD/YER exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=YER, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/YER rate in rates.YER.
How far back does FJD/YER historical data go?
Daily FJD/YER 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/YER 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.