Skip to content

AED to BOB exchange rate API

UAE Dirham to Boliviano · quoted 2026-09-27

3.3122

▲ +76.38% over 1Y

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 year, AED/BOB traded between 1.8762 and 3.4426, averaged 2.1851 and rose 76.38%. 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 1Y

AED/BOB over 1Y: show the values
PointAED/BOB
2025-09-271.8779
2025-10-041.8816
2025-10-111.8809
2025-10-181.8838
2025-10-251.8796
2025-11-011.8824
2025-11-081.8820
2025-11-151.8819
2025-11-221.8807
2025-11-291.8798
2025-12-061.8811
2025-12-141.8839
2025-12-211.8828
2025-12-281.8847
2026-01-041.8844
2026-01-111.8870
2026-01-181.8847
2026-01-251.8828
2026-02-011.8847
2026-02-081.8800
2026-02-151.8821
2026-02-221.8774
2026-03-011.8844
2026-03-081.8812
2026-03-151.8846
2026-03-221.8872
2026-03-291.8844
2026-04-051.8815
2026-04-121.8784
2026-04-191.8846
2026-04-261.8778
2026-05-031.8817
2026-05-101.8762
2026-05-181.8851
2026-05-261.8795
2026-06-021.8824
2026-06-111.8822
2026-06-181.8851
2026-06-251.8796
2026-07-021.8888
2026-07-092.6976
2026-07-162.8266
2026-07-232.9513
2026-07-303.0768
2026-08-063.3002
2026-08-133.2113
2026-08-213.1440
2026-08-283.1474
2026-09-043.3041
2026-09-113.4426
2026-09-182.7698
2026-09-253.3338

High

3.4426

Low

1.8762

Average

2.1851

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.