Skip to content

FJD to EGP exchange rate API

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

23.0650

▲ +9.89% over YTD

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 year to date, FJD/EGP traded between 20.7122 and 24.1731, averaged 22.7187 and rose 9.89%. 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 YTD

FJD/EGP over YTD: show the values
PointFJD/EGP
2025-12-3120.9901
2026-01-0720.8165
2026-01-1420.7122
2026-01-2120.9174
2026-01-2821.1578
2026-02-0421.2107
2026-02-1121.2487
2026-02-1821.2788
2026-02-2521.7096
2026-03-0422.6192
2026-03-1123.5254
2026-03-1823.6181
2026-03-2523.5558
2026-04-0124.0957
2026-04-0824.1117
2026-04-1523.6004
2026-04-2223.5285
2026-04-2923.9983
2026-05-0624.1731
2026-05-1324.0961
2026-05-2024.1376
2026-05-2723.7258
2026-06-0323.5604
2026-06-1023.3493
2026-06-1722.5066
2026-06-2422.1487
2026-07-0121.9119
2026-07-0821.9382
2026-07-1522.6096
2026-07-2222.9176
2026-07-2922.5839
2026-08-0522.4831
2026-08-1222.6005
2026-08-1922.7921
2026-08-2622.7807
2026-09-0223.0018
2026-09-0923.1485
2026-09-1623.4460
2026-09-2323.0773

High

24.1731

Low

20.7122

Average

22.7187

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.