BOB to EGP exchange rate API
Boliviano to Egyptian Pound · quoted 2026-09-25
4.2279
▼ +39.29% over 1Y
1 BOB = 4.2279 EGP · 1 EGP = 0.23652 BOB · Get this rate via the API
1 BOB buys 4.2279 EGP as of 2026-09-25, so 1 EGP buys 0.23652 BOB. Over the last year, BOB/EGP traded between 4.1120 and 7.8810, averaged 6.5136 and fell 39.29%. The API holds daily BOB/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BOB/EGP over 1Y: show the values
| Point | BOB/EGP |
|---|---|
| 2025-09-25 | 6.9638 |
| 2025-10-02 | 6.9165 |
| 2025-10-09 | 6.8791 |
| 2025-10-16 | 6.8865 |
| 2025-10-23 | 6.8919 |
| 2025-10-30 | 6.8331 |
| 2025-11-06 | 6.8480 |
| 2025-11-13 | 6.8226 |
| 2025-11-20 | 6.8567 |
| 2025-11-27 | 6.8946 |
| 2025-12-04 | 6.8766 |
| 2025-12-12 | 6.8835 |
| 2025-12-19 | 6.8835 |
| 2025-12-26 | 6.8711 |
| 2026-01-02 | 6.8829 |
| 2026-01-09 | 6.8097 |
| 2026-01-16 | 6.8231 |
| 2026-01-23 | 6.8084 |
| 2026-01-30 | 6.7816 |
| 2026-02-06 | 6.7780 |
| 2026-02-13 | 6.7714 |
| 2026-02-20 | 6.8672 |
| 2026-02-27 | 6.9311 |
| 2026-03-06 | 7.2591 |
| 2026-03-13 | 7.5610 |
| 2026-03-20 | 7.5577 |
| 2026-03-27 | 7.6209 |
| 2026-04-03 | 7.8810 |
| 2026-04-10 | 7.6925 |
| 2026-04-17 | 7.4945 |
| 2026-04-24 | 7.6137 |
| 2026-05-01 | 7.7525 |
| 2026-05-08 | 7.6048 |
| 2026-05-16 | 7.6525 |
| 2026-05-24 | 7.6486 |
| 2026-05-31 | 7.5683 |
| 2026-06-09 | 7.4889 |
| 2026-06-16 | 7.2609 |
| 2026-06-23 | 7.1987 |
| 2026-06-30 | 7.1137 |
| 2026-07-07 | 7.0538 |
| 2026-07-14 | 4.8902 |
| 2026-07-21 | 4.7507 |
| 2026-07-28 | 4.4877 |
| 2026-08-04 | 4.1197 |
| 2026-08-11 | 4.1778 |
| 2026-08-18 | 4.3398 |
| 2026-08-26 | 4.3709 |
| 2026-09-02 | 4.2742 |
| 2026-09-09 | 4.1120 |
| 2026-09-16 | 4.3748 |
| 2026-09-23 | 4.3095 |
High
7.8810
Low
4.1120
Average
6.5136
Get this rate via the API
One GET request returns the BOB/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=BOB¤cies=EGP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BOB¤cies=EGP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BOB¤cies=EGP").json()Replace YOUR_API_KEY with the key from your dashboard.
BOB/EGP API questions
How do I get the BOB/EGP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BOB¤cies=EGP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BOB/EGP rate in rates.EGP.
How far back does BOB/EGP historical data go?
Daily BOB/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 BOB/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.