EGP to HUF exchange rate API
Egyptian Pound to Forint · quoted 2026-09-25
6.1956
▼ +10.35% over 1Y
1 EGP = 6.1956 HUF · 1 HUF = 0.16141 EGP · Get this rate via the API
1 EGP buys 6.1956 HUF as of 2026-09-25, so 1 HUF buys 0.16141 EGP. Over the last year, EGP/HUF traded between 5.7351 and 7.1264, averaged 6.4856 and fell 10.35%. The API holds daily EGP/HUF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EGP/HUF over 1Y: show the values
| Point | EGP/HUF |
|---|---|
| 2025-09-25 | 6.9110 |
| 2025-10-02 | 6.9211 |
| 2025-10-09 | 7.0805 |
| 2025-10-16 | 7.0299 |
| 2025-10-23 | 7.0714 |
| 2025-10-30 | 7.1264 |
| 2025-11-06 | 7.0729 |
| 2025-11-13 | 7.0029 |
| 2025-11-20 | 7.0084 |
| 2025-11-27 | 6.9113 |
| 2025-12-04 | 6.8877 |
| 2025-12-11 | 6.9035 |
| 2025-12-18 | 6.9570 |
| 2025-12-25 | 6.9524 |
| 2026-01-01 | 6.8620 |
| 2026-01-08 | 6.9721 |
| 2026-01-15 | 7.0167 |
| 2026-01-22 | 6.9209 |
| 2026-01-29 | 6.7926 |
| 2026-02-05 | 6.8557 |
| 2026-02-12 | 6.8323 |
| 2026-02-19 | 6.8320 |
| 2026-02-26 | 6.6278 |
| 2026-03-05 | 6.6500 |
| 2026-03-12 | 6.4286 |
| 2026-03-19 | 6.5688 |
| 2026-03-26 | 6.3885 |
| 2026-04-02 | 6.1732 |
| 2026-04-09 | 6.0698 |
| 2026-04-16 | 5.9657 |
| 2026-04-23 | 5.9556 |
| 2026-04-30 | 5.8386 |
| 2026-05-07 | 5.7351 |
| 2026-05-14 | 5.7744 |
| 2026-05-21 | 5.8542 |
| 2026-05-28 | 5.8565 |
| 2026-06-04 | 5.8688 |
| 2026-06-11 | 5.9271 |
| 2026-06-18 | 6.1664 |
| 2026-06-25 | 6.3241 |
| 2026-07-02 | 6.3618 |
| 2026-07-09 | 6.3053 |
| 2026-07-16 | 6.2343 |
| 2026-07-23 | 6.2361 |
| 2026-07-30 | 6.1859 |
| 2026-08-06 | 6.3339 |
| 2026-08-13 | 6.2648 |
| 2026-08-20 | 6.1557 |
| 2026-08-27 | 6.2204 |
| 2026-09-03 | 6.2106 |
| 2026-09-10 | 6.1226 |
| 2026-09-17 | 6.0634 |
| 2026-09-24 | 6.2379 |
High
7.1264
Low
5.7351
Average
6.4856
Get this rate via the API
One GET request returns the EGP/HUF 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=HUF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=HUF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=HUF").json()Replace YOUR_API_KEY with the key from your dashboard.
EGP/HUF API questions
How do I get the EGP/HUF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=HUF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/HUF rate in rates.HUF.
How far back does EGP/HUF historical data go?
Daily EGP/HUF 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/HUF 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.