FJD to YER exchange rate API
Fiji Dollar to Yemeni Rial · quoted 2026-09-25
105.3939
▼ +0.59% over 1Y
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 last year, FJD/YER traded between 103.5477 and 108.6934, averaged 106.3434 and fell 0.59%. 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 1Y: show the values
| Point | FJD/YER |
|---|---|
| 2025-09-25 | 106.0239 |
| 2025-10-02 | 105.6127 |
| 2025-10-09 | 105.1395 |
| 2025-10-16 | 104.4831 |
| 2025-10-23 | 104.1202 |
| 2025-10-30 | 104.6317 |
| 2025-11-06 | 104.1425 |
| 2025-11-13 | 104.1959 |
| 2025-11-20 | 103.5477 |
| 2025-11-27 | 104.1150 |
| 2025-12-04 | 104.5881 |
| 2025-12-12 | 104.8536 |
| 2025-12-19 | 104.4506 |
| 2025-12-26 | 104.9243 |
| 2026-01-02 | 104.6031 |
| 2026-01-09 | 104.7300 |
| 2026-01-16 | 104.6316 |
| 2026-01-23 | 105.8223 |
| 2026-01-30 | 107.9875 |
| 2026-02-06 | 107.1987 |
| 2026-02-13 | 108.1553 |
| 2026-02-20 | 108.0758 |
| 2026-02-27 | 108.2630 |
| 2026-03-06 | 107.3121 |
| 2026-03-13 | 108.1849 |
| 2026-03-20 | 107.7513 |
| 2026-03-27 | 106.3639 |
| 2026-04-03 | 105.8792 |
| 2026-04-10 | 107.3305 |
| 2026-04-17 | 107.7806 |
| 2026-04-24 | 107.7492 |
| 2026-05-01 | 108.6247 |
| 2026-05-08 | 108.6934 |
| 2026-05-16 | 108.2519 |
| 2026-05-24 | 107.5337 |
| 2026-05-31 | 107.7177 |
| 2026-06-09 | 107.5693 |
| 2026-06-16 | 107.4818 |
| 2026-06-23 | 106.6836 |
| 2026-06-30 | 106.0363 |
| 2026-07-07 | 105.6915 |
| 2026-07-14 | 105.8598 |
| 2026-07-21 | 106.5081 |
| 2026-07-28 | 106.5818 |
| 2026-08-04 | 107.1569 |
| 2026-08-11 | 106.7271 |
| 2026-08-18 | 106.8094 |
| 2026-08-26 | 107.4251 |
| 2026-09-02 | 106.8934 |
| 2026-09-09 | 107.2986 |
| 2026-09-16 | 106.5666 |
| 2026-09-23 | 106.0498 |
High
108.6934
Low
103.5477
Average
106.3434
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.