Skip to content

YER to EGP exchange rate API

Yemeni Rial to Egyptian Pound · quoted 2026-09-25

0.21880

▲ +8.72% over 1Y

1 YER = 0.21880 EGP · 1 EGP = 4.5703 YER · Get this rate via the API

1 YER buys 0.21880 EGP as of 2026-09-25, so 1 EGP buys 4.5703 YER. Over the last year, YER/EGP traded between 0.19657 and 0.22767, averaged 0.20870 and rose 8.72%. The API holds daily YER/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

YER/EGP over 1Y

YER/EGP over 1Y: show the values
PointYER/EGP
2025-09-250.20126
2025-10-020.19971
2025-10-090.19900
2025-10-160.19932
2025-10-230.19913
2025-10-300.19804
2025-11-060.19823
2025-11-130.19781
2025-11-200.19875
2025-11-270.19986
2025-12-040.19944
2025-12-120.19942
2025-12-190.19952
2025-12-260.19946
2026-01-020.20004
2026-01-090.19815
2026-01-160.19815
2026-01-230.19767
2026-01-300.19672
2026-02-060.19657
2026-02-130.19658
2026-02-200.19937
2026-02-270.20105
2026-03-060.21019
2026-03-130.21948
2026-03-200.21896
2026-03-270.22098
2026-04-030.22767
2026-04-100.22255
2026-04-170.21699
2026-04-240.22051
2026-05-010.22451
2026-05-080.22096
2026-05-160.22163
2026-05-240.22195
2026-05-310.21930
2026-06-090.21735
2026-06-160.21061
2026-06-230.20843
2026-06-300.20615
2026-07-070.20593
2026-07-140.21319
2026-07-210.21469
2026-07-280.21223
2026-08-040.21063
2026-08-110.21124
2026-08-180.21250
2026-08-260.21206
2026-09-020.21518
2026-09-090.21574
2026-09-160.22001
2026-09-230.21761

High

0.22767

Low

0.19657

Average

0.20870

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=YER&currencies=EGP").json()

Replace YOUR_API_KEY with the key from your dashboard.

YER/EGP API questions

How do I get the YER/EGP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=YER&currencies=EGP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest YER/EGP rate in rates.EGP.

How far back does YER/EGP historical data go?

Daily YER/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 YER/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.