Skip to content

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

EGP/HUF over 1Y: show the values
PointEGP/HUF
2025-09-256.9110
2025-10-026.9211
2025-10-097.0805
2025-10-167.0299
2025-10-237.0714
2025-10-307.1264
2025-11-067.0729
2025-11-137.0029
2025-11-207.0084
2025-11-276.9113
2025-12-046.8877
2025-12-116.9035
2025-12-186.9570
2025-12-256.9524
2026-01-016.8620
2026-01-086.9721
2026-01-157.0167
2026-01-226.9209
2026-01-296.7926
2026-02-056.8557
2026-02-126.8323
2026-02-196.8320
2026-02-266.6278
2026-03-056.6500
2026-03-126.4286
2026-03-196.5688
2026-03-266.3885
2026-04-026.1732
2026-04-096.0698
2026-04-165.9657
2026-04-235.9556
2026-04-305.8386
2026-05-075.7351
2026-05-145.7744
2026-05-215.8542
2026-05-285.8565
2026-06-045.8688
2026-06-115.9271
2026-06-186.1664
2026-06-256.3241
2026-07-026.3618
2026-07-096.3053
2026-07-166.2343
2026-07-236.2361
2026-07-306.1859
2026-08-066.3339
2026-08-136.2648
2026-08-206.1557
2026-08-276.2204
2026-09-036.2106
2026-09-106.1226
2026-09-176.0634
2026-09-246.2379

High

7.1264

Low

5.7351

Average

6.4856

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=HUF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=HUF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=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&currencies=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.