Skip to content

FJD to ILS exchange rate API

Fiji Dollar to New Israeli Sheqel · quoted 2026-09-25

1.3560

▼ +3.03% over 6M

1 FJD = 1.3560 ILS · 1 ILS = 0.73748 FJD · Get this rate via the API

1 FJD buys 1.3560 ILS as of 2026-09-25, so 1 ILS buys 0.73748 FJD. Over the last 6 months, FJD/ILS traded between 1.2686 and 1.3990, averaged 1.3425 and fell 3.03%. The API holds daily FJD/ILS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/ILS over 6M

FJD/ILS over 6M: show the values
PointFJD/ILS
2026-03-291.3984
2026-04-051.3990
2026-04-121.3697
2026-04-191.3394
2026-04-261.3485
2026-05-031.3377
2026-05-101.3204
2026-05-171.3194
2026-05-241.3047
2026-05-311.2686
2026-06-071.3145
2026-06-141.3094
2026-06-211.3197
2026-06-281.3256
2026-07-051.3273
2026-07-121.3383
2026-07-191.3517
2026-07-261.3593
2026-08-021.3727
2026-08-091.3514
2026-08-161.3299
2026-08-231.3521
2026-08-301.3480
2026-09-061.3584
2026-09-131.3593
2026-09-201.3687

High

1.3990

Low

1.2686

Average

1.3425

For developers

Get this rate via the API

One GET request returns the FJD/ILS 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=ILS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=ILS");
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=ILS").json()

Replace YOUR_API_KEY with the key from your dashboard.

FJD/ILS API questions

How do I get the FJD/ILS exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=ILS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/ILS rate in rates.ILS.

How far back does FJD/ILS historical data go?

Daily FJD/ILS 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/ILS 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.