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: show the values
| Point | FJD/EGP |
|---|---|
| 2025-09-25 | 21.3387 |
| 2025-10-02 | 21.0921 |
| 2025-10-09 | 20.9225 |
| 2025-10-16 | 20.8259 |
| 2025-10-23 | 20.7339 |
| 2025-10-30 | 20.7217 |
| 2025-11-06 | 20.6445 |
| 2025-11-13 | 20.6112 |
| 2025-11-20 | 20.5803 |
| 2025-11-27 | 20.8083 |
| 2025-12-04 | 20.8593 |
| 2025-12-11 | 20.8920 |
| 2025-12-18 | 20.8466 |
| 2025-12-25 | 20.9213 |
| 2026-01-01 | 20.9690 |
| 2026-01-08 | 20.8094 |
| 2026-01-15 | 20.7631 |
| 2026-01-22 | 20.8811 |
| 2026-01-29 | 21.1472 |
| 2026-02-05 | 21.1475 |
| 2026-02-12 | 21.2796 |
| 2026-02-19 | 21.4207 |
| 2026-02-26 | 21.7575 |
| 2026-03-05 | 22.6693 |
| 2026-03-12 | 23.6383 |
| 2026-03-19 | 23.6179 |
| 2026-03-26 | 23.6796 |
| 2026-04-02 | 24.0724 |
| 2026-04-09 | 23.8562 |
| 2026-04-16 | 23.4789 |
| 2026-04-23 | 23.7307 |
| 2026-04-30 | 24.2394 |
| 2026-05-07 | 24.0076 |
| 2026-05-14 | 24.1275 |
| 2026-05-21 | 24.0409 |
| 2026-05-28 | 23.7427 |
| 2026-06-04 | 23.5344 |
| 2026-06-11 | 23.2846 |
| 2026-06-18 | 22.3837 |
| 2026-06-25 | 22.0889 |
| 2026-07-02 | 21.8744 |
| 2026-07-09 | 22.1184 |
| 2026-07-16 | 22.6114 |
| 2026-07-23 | 22.9351 |
| 2026-07-30 | 22.8247 |
| 2026-08-06 | 22.3540 |
| 2026-08-13 | 22.5686 |
| 2026-08-20 | 22.9401 |
| 2026-08-27 | 22.7541 |
| 2026-09-03 | 22.9976 |
| 2026-09-10 | 23.1805 |
| 2026-09-17 | 23.3680 |
| 2026-09-24 | 23.0590 |
High
24.2394
Low
20.5803
Average
22.2374
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=EGP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=EGP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.