Skip to content

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

FJD/YER over 1Y: show the values
PointFJD/YER
2025-09-25106.0239
2025-10-02105.6127
2025-10-09105.1395
2025-10-16104.4831
2025-10-23104.1202
2025-10-30104.6317
2025-11-06104.1425
2025-11-13104.1959
2025-11-20103.5477
2025-11-27104.1150
2025-12-04104.5881
2025-12-12104.8536
2025-12-19104.4506
2025-12-26104.9243
2026-01-02104.6031
2026-01-09104.7300
2026-01-16104.6316
2026-01-23105.8223
2026-01-30107.9875
2026-02-06107.1987
2026-02-13108.1553
2026-02-20108.0758
2026-02-27108.2630
2026-03-06107.3121
2026-03-13108.1849
2026-03-20107.7513
2026-03-27106.3639
2026-04-03105.8792
2026-04-10107.3305
2026-04-17107.7806
2026-04-24107.7492
2026-05-01108.6247
2026-05-08108.6934
2026-05-16108.2519
2026-05-24107.5337
2026-05-31107.7177
2026-06-09107.5693
2026-06-16107.4818
2026-06-23106.6836
2026-06-30106.0363
2026-07-07105.6915
2026-07-14105.8598
2026-07-21106.5081
2026-07-28106.5818
2026-08-04107.1569
2026-08-11106.7271
2026-08-18106.8094
2026-08-26107.4251
2026-09-02106.8934
2026-09-09107.2986
2026-09-16106.5666
2026-09-23106.0498

High

108.6934

Low

103.5477

Average

106.3434

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=YER"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=YER");
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=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&currencies=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.