Skip to content

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

BOB/EGP over 1Y: show the values
PointBOB/EGP
2025-09-256.9638
2025-10-026.9165
2025-10-096.8791
2025-10-166.8865
2025-10-236.8919
2025-10-306.8331
2025-11-066.8480
2025-11-136.8226
2025-11-206.8567
2025-11-276.8946
2025-12-046.8766
2025-12-126.8835
2025-12-196.8835
2025-12-266.8711
2026-01-026.8829
2026-01-096.8097
2026-01-166.8231
2026-01-236.8084
2026-01-306.7816
2026-02-066.7780
2026-02-136.7714
2026-02-206.8672
2026-02-276.9311
2026-03-067.2591
2026-03-137.5610
2026-03-207.5577
2026-03-277.6209
2026-04-037.8810
2026-04-107.6925
2026-04-177.4945
2026-04-247.6137
2026-05-017.7525
2026-05-087.6048
2026-05-167.6525
2026-05-247.6486
2026-05-317.5683
2026-06-097.4889
2026-06-167.2609
2026-06-237.1987
2026-06-307.1137
2026-07-077.0538
2026-07-144.8902
2026-07-214.7507
2026-07-284.4877
2026-08-044.1197
2026-08-114.1778
2026-08-184.3398
2026-08-264.3709
2026-09-024.2742
2026-09-094.1120
2026-09-164.3748
2026-09-234.3095

High

7.8810

Low

4.1120

Average

6.5136

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BOB&currencies=EGP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BOB&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=BOB&currencies=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&currencies=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.