Skip to content

BOB to EGP exchange rate API

Boliviano to Egyptian Pound · quoted 2026-09-25

4.2276

▼ +38.53% over YTD

1 BOB = 4.2276 EGP · 1 EGP = 0.23654 BOB · Get this rate via the API

1 BOB buys 4.2276 EGP as of 2026-09-25, so 1 EGP buys 0.23654 BOB. Over the year to date, BOB/EGP traded between 4.1150 and 7.8455, averaged 6.4100 and fell 38.53%. 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 YTD

BOB/EGP over YTD: show the values
PointBOB/EGP
2025-12-316.8777
2026-01-076.8240
2026-01-146.8154
2026-01-216.8567
2026-01-286.7965
2026-02-046.7871
2026-02-116.7719
2026-02-186.7892
2026-02-256.9241
2026-03-047.2423
2026-03-117.5066
2026-03-187.5840
2026-03-257.6038
2026-04-017.8151
2026-04-087.8455
2026-04-157.5438
2026-04-227.5125
2026-04-297.6631
2026-05-067.7069
2026-05-147.6573
2026-05-217.6853
2026-05-297.5745
2026-06-057.4808
2026-06-147.4742
2026-06-217.2145
2026-06-287.1651
2026-07-057.1054
2026-07-124.9372
2026-07-194.7200
2026-07-264.5665
2026-08-024.2192
2026-08-094.1804
2026-08-164.3243
2026-08-244.3933
2026-08-314.3053
2026-09-074.1150
2026-09-144.1433
2026-09-215.0328

High

7.8455

Low

4.1150

Average

6.4100

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.