Skip to content

FJD to EGP exchange rate API

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

23.0650

▲ +8.09% over 1Y

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 year, FJD/EGP traded between 20.5803 and 24.2394, averaged 22.2374 and rose 8.09%. 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 1Y

FJD/EGP over 1Y: show the values
PointFJD/EGP
2025-09-2521.3387
2025-10-0221.0921
2025-10-0920.9225
2025-10-1620.8259
2025-10-2320.7339
2025-10-3020.7217
2025-11-0620.6445
2025-11-1320.6112
2025-11-2020.5803
2025-11-2720.8083
2025-12-0420.8593
2025-12-1120.8920
2025-12-1820.8466
2025-12-2520.9213
2026-01-0120.9690
2026-01-0820.8094
2026-01-1520.7631
2026-01-2220.8811
2026-01-2921.1472
2026-02-0521.1475
2026-02-1221.2796
2026-02-1921.4207
2026-02-2621.7575
2026-03-0522.6693
2026-03-1223.6383
2026-03-1923.6179
2026-03-2623.6796
2026-04-0224.0724
2026-04-0923.8562
2026-04-1623.4789
2026-04-2323.7307
2026-04-3024.2394
2026-05-0724.0076
2026-05-1424.1275
2026-05-2124.0409
2026-05-2823.7427
2026-06-0423.5344
2026-06-1123.2846
2026-06-1822.3837
2026-06-2522.0889
2026-07-0221.8744
2026-07-0922.1184
2026-07-1622.6114
2026-07-2322.9351
2026-07-3022.8247
2026-08-0622.3540
2026-08-1322.5686
2026-08-2022.9401
2026-08-2722.7541
2026-09-0322.9976
2026-09-1023.1805
2026-09-1723.3680
2026-09-2423.0590

High

24.2394

Low

20.5803

Average

22.2374

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.