Skip to content

AED to BOB exchange rate API

UAE Dirham to Boliviano · quoted 2026-09-27

3.3122

▲ +75.50% over 6M

1 AED = 3.3122 BOB · 1 BOB = 0.30192 AED · Get this rate via the API

1 AED buys 3.3122 BOB as of 2026-09-27, so 1 BOB buys 0.30192 AED. Over the last 6 months, AED/BOB traded between 1.8792 and 3.3934, averaged 2.4866 and rose 75.50%. The API holds daily AED/BOB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/BOB over 6M

AED/BOB over 6M: show the values
PointAED/BOB
2026-03-311.8873
2026-04-071.8792
2026-04-141.8792
2026-04-211.8862
2026-04-281.8859
2026-05-051.8886
2026-05-121.8814
2026-05-201.8828
2026-05-281.8832
2026-06-041.8852
2026-06-131.8841
2026-06-201.8814
2026-06-271.8827
2026-07-041.8862
2026-07-112.7026
2026-07-182.9131
2026-07-253.0582
2026-08-013.2715
2026-08-083.2346
2026-08-153.1604
2026-08-233.1409
2026-08-303.2100
2026-09-063.3934
2026-09-133.2302
2026-09-202.8245
2026-09-273.3122

High

3.3934

Low

1.8792

Average

2.4866

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

AED/BOB API questions

How do I get the AED/BOB exchange rate from an API?

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

How far back does AED/BOB historical data go?

Daily AED/BOB 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 AED/BOB 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.