EGP to FJD exchange rate API
Egyptian Pound to Fiji Dollar · quoted 2026-09-25
0.04336
▼ +7.47% over 1Y
1 EGP = 0.04336 FJD · 1 FJD = 23.0627 EGP · Get this rate via the API
1 EGP buys 0.04336 FJD as of 2026-09-25, so 1 FJD buys 23.0627 EGP. Over the last year, EGP/FJD traded between 0.04126 and 0.04859, averaged 0.04510 and fell 7.47%. The API holds daily EGP/FJD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EGP/FJD over 1Y: show the values
| Point | EGP/FJD |
|---|---|
| 2025-09-25 | 0.04686 |
| 2025-10-02 | 0.04741 |
| 2025-10-09 | 0.04779 |
| 2025-10-16 | 0.04802 |
| 2025-10-23 | 0.04823 |
| 2025-10-30 | 0.04826 |
| 2025-11-06 | 0.04844 |
| 2025-11-13 | 0.04852 |
| 2025-11-20 | 0.04859 |
| 2025-11-27 | 0.04806 |
| 2025-12-04 | 0.04794 |
| 2025-12-11 | 0.04786 |
| 2025-12-18 | 0.04797 |
| 2025-12-25 | 0.04780 |
| 2026-01-01 | 0.04769 |
| 2026-01-08 | 0.04806 |
| 2026-01-15 | 0.04816 |
| 2026-01-22 | 0.04789 |
| 2026-01-29 | 0.04729 |
| 2026-02-05 | 0.04729 |
| 2026-02-12 | 0.04699 |
| 2026-02-19 | 0.04668 |
| 2026-02-26 | 0.04596 |
| 2026-03-05 | 0.04411 |
| 2026-03-12 | 0.04230 |
| 2026-03-19 | 0.04234 |
| 2026-03-26 | 0.04223 |
| 2026-04-02 | 0.04154 |
| 2026-04-09 | 0.04192 |
| 2026-04-16 | 0.04259 |
| 2026-04-23 | 0.04214 |
| 2026-04-30 | 0.04126 |
| 2026-05-07 | 0.04165 |
| 2026-05-14 | 0.04145 |
| 2026-05-21 | 0.04160 |
| 2026-05-28 | 0.04212 |
| 2026-06-04 | 0.04249 |
| 2026-06-11 | 0.04295 |
| 2026-06-18 | 0.04467 |
| 2026-06-25 | 0.04527 |
| 2026-07-02 | 0.04571 |
| 2026-07-09 | 0.04521 |
| 2026-07-16 | 0.04423 |
| 2026-07-23 | 0.04360 |
| 2026-07-30 | 0.04381 |
| 2026-08-06 | 0.04473 |
| 2026-08-13 | 0.04431 |
| 2026-08-20 | 0.04359 |
| 2026-08-27 | 0.04395 |
| 2026-09-03 | 0.04348 |
| 2026-09-10 | 0.04314 |
| 2026-09-17 | 0.04279 |
| 2026-09-24 | 0.04337 |
High
0.04859
Low
0.04126
Average
0.04510
Get this rate via the API
One GET request returns the EGP/FJD 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=EGP¤cies=FJD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=FJD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=FJD").json()Replace YOUR_API_KEY with the key from your dashboard.
EGP/FJD API questions
How do I get the EGP/FJD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=FJD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/FJD rate in rates.FJD.
How far back does EGP/FJD historical data go?
Daily EGP/FJD 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 EGP/FJD 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.