Skip to content

AED to BOB exchange rate API

UAE Dirham to Boliviano · quoted 2026-09-27

3.3122

▲ +5.23% over 30D

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 30 days, AED/BOB traded between 2.7269 and 3.4426, averaged 3.2189 and rose 5.23%. 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 30D

AED/BOB over 30D: show the values
PointAED/BOB
2026-08-283.1474
2026-08-293.1927
2026-08-303.2100
2026-08-313.2087
2026-09-013.2244
2026-09-023.2487
2026-09-033.3077
2026-09-043.3041
2026-09-053.3689
2026-09-063.3934
2026-09-073.3689
2026-09-083.3776
2026-09-093.3857
2026-09-103.4067
2026-09-113.4426
2026-09-123.2811
2026-09-133.2302
2026-09-143.3870
2026-09-153.2667
2026-09-163.2389
2026-09-173.1686
2026-09-182.7698
2026-09-192.7269
2026-09-202.8245
2026-09-212.8125
2026-09-223.0328
2026-09-233.2527
2026-09-243.1388
2026-09-253.3338
2026-09-263.3273
2026-09-273.3122

High

3.4426

Low

2.7269

Average

3.2189

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.