Skip to content

FJD to EGP exchange rate API

Fiji Dollar to Egyptian Pound · quoted 2026-09-25

23.0650

▼ +2.06% over 6M

1 FJD = 23.0650 EGP · 1 EGP = 0.04336 FJD · Get this rate via the API

1 FJD buys 23.0650 EGP as of 2026-09-25, so 1 EGP buys 0.04336 FJD. Over the last 6 months, FJD/EGP traded between 21.8147 and 24.3029, averaged 23.1309 and fell 2.06%. The API holds daily FJD/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/EGP over 6M

FJD/EGP over 6M: show the values
PointFJD/EGP
2026-03-2923.5492
2026-04-0524.2408
2026-04-1223.9191
2026-04-1923.3859
2026-04-2623.7161
2026-05-0324.3029
2026-05-1023.9731
2026-05-1723.8970
2026-05-2423.8669
2026-05-3123.6222
2026-06-0723.2407
2026-06-1423.1281
2026-06-2122.2700
2026-06-2821.8636
2026-07-0521.8147
2026-07-1222.0912
2026-07-1922.5061
2026-07-2622.8502
2026-08-0223.0005
2026-08-0922.3310
2026-08-1622.5940
2026-08-2323.0234
2026-08-3022.6172
2026-09-0623.0042
2026-09-1323.0986
2026-09-2023.5630

High

24.3029

Low

21.8147

Average

23.1309

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/EGP API questions

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

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

How far back does FJD/EGP historical data go?

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