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: show the values
| Point | FJD/EGP |
|---|---|
| 2025-12-31 | 20.9901 |
| 2026-01-07 | 20.8165 |
| 2026-01-14 | 20.7122 |
| 2026-01-21 | 20.9174 |
| 2026-01-28 | 21.1578 |
| 2026-02-04 | 21.2107 |
| 2026-02-11 | 21.2487 |
| 2026-02-18 | 21.2788 |
| 2026-02-25 | 21.7096 |
| 2026-03-04 | 22.6192 |
| 2026-03-11 | 23.5254 |
| 2026-03-18 | 23.6181 |
| 2026-03-25 | 23.5558 |
| 2026-04-01 | 24.0957 |
| 2026-04-08 | 24.1117 |
| 2026-04-15 | 23.6004 |
| 2026-04-22 | 23.5285 |
| 2026-04-29 | 23.9983 |
| 2026-05-06 | 24.1731 |
| 2026-05-13 | 24.0961 |
| 2026-05-20 | 24.1376 |
| 2026-05-27 | 23.7258 |
| 2026-06-03 | 23.5604 |
| 2026-06-10 | 23.3493 |
| 2026-06-17 | 22.5066 |
| 2026-06-24 | 22.1487 |
| 2026-07-01 | 21.9119 |
| 2026-07-08 | 21.9382 |
| 2026-07-15 | 22.6096 |
| 2026-07-22 | 22.9176 |
| 2026-07-29 | 22.5839 |
| 2026-08-05 | 22.4831 |
| 2026-08-12 | 22.6005 |
| 2026-08-19 | 22.7921 |
| 2026-08-26 | 22.7807 |
| 2026-09-02 | 23.0018 |
| 2026-09-09 | 23.1485 |
| 2026-09-16 | 23.4460 |
| 2026-09-23 | 23.0773 |
High
24.1731
Low
20.7122
Average
22.7187
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.