FJD to EGP exchange rate API
Fiji Dollar to Egyptian Pound · quoted 2026-09-25
23.0650
▲ +1.25% over 30D
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 30 days, FJD/EGP traded between 22.6172 and 23.5634, averaged 23.1091 and rose 1.25%. 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 30D: show the values
| Point | FJD/EGP |
|---|---|
| 2026-08-26 | 22.7807 |
| 2026-08-27 | 22.7541 |
| 2026-08-28 | 22.7598 |
| 2026-08-29 | 22.7842 |
| 2026-08-30 | 22.6172 |
| 2026-08-31 | 22.9286 |
| 2026-09-01 | 22.9825 |
| 2026-09-02 | 23.0018 |
| 2026-09-03 | 22.9976 |
| 2026-09-04 | 23.0563 |
| 2026-09-05 | 23.1132 |
| 2026-09-06 | 23.0042 |
| 2026-09-07 | 23.0554 |
| 2026-09-08 | 23.0939 |
| 2026-09-09 | 23.1485 |
| 2026-09-10 | 23.1805 |
| 2026-09-11 | 23.1582 |
| 2026-09-12 | 23.2159 |
| 2026-09-13 | 23.0986 |
| 2026-09-14 | 23.2691 |
| 2026-09-15 | 23.3575 |
| 2026-09-16 | 23.4460 |
| 2026-09-17 | 23.3680 |
| 2026-09-18 | 23.4181 |
| 2026-09-19 | 23.5634 |
| 2026-09-20 | 23.5630 |
| 2026-09-21 | 23.3505 |
| 2026-09-22 | 23.1579 |
| 2026-09-23 | 23.0773 |
| 2026-09-24 | 23.0590 |
| 2026-09-25 | 23.0649 |
High
23.5634
Low
22.6172
Average
23.1091
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.