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: show the values
| Point | AED/BOB |
|---|---|
| 2025-09-27 | 1.8779 |
| 2025-10-04 | 1.8816 |
| 2025-10-11 | 1.8809 |
| 2025-10-18 | 1.8838 |
| 2025-10-25 | 1.8796 |
| 2025-11-01 | 1.8824 |
| 2025-11-08 | 1.8820 |
| 2025-11-15 | 1.8819 |
| 2025-11-22 | 1.8807 |
| 2025-11-29 | 1.8798 |
| 2025-12-06 | 1.8811 |
| 2025-12-14 | 1.8839 |
| 2025-12-21 | 1.8828 |
| 2025-12-28 | 1.8847 |
| 2026-01-04 | 1.8844 |
| 2026-01-11 | 1.8870 |
| 2026-01-18 | 1.8847 |
| 2026-01-25 | 1.8828 |
| 2026-02-01 | 1.8847 |
| 2026-02-08 | 1.8800 |
| 2026-02-15 | 1.8821 |
| 2026-02-22 | 1.8774 |
| 2026-03-01 | 1.8844 |
| 2026-03-08 | 1.8812 |
| 2026-03-15 | 1.8846 |
| 2026-03-22 | 1.8872 |
| 2026-03-29 | 1.8844 |
| 2026-04-05 | 1.8815 |
| 2026-04-12 | 1.8784 |
| 2026-04-19 | 1.8846 |
| 2026-04-26 | 1.8778 |
| 2026-05-03 | 1.8817 |
| 2026-05-10 | 1.8762 |
| 2026-05-18 | 1.8851 |
| 2026-05-26 | 1.8795 |
| 2026-06-02 | 1.8824 |
| 2026-06-11 | 1.8822 |
| 2026-06-18 | 1.8851 |
| 2026-06-25 | 1.8796 |
| 2026-07-02 | 1.8888 |
| 2026-07-09 | 2.6976 |
| 2026-07-16 | 2.8266 |
| 2026-07-23 | 2.9513 |
| 2026-07-30 | 3.0768 |
| 2026-08-06 | 3.3002 |
| 2026-08-13 | 3.2113 |
| 2026-08-21 | 3.1440 |
| 2026-08-28 | 3.1474 |
| 2026-09-04 | 3.3041 |
| 2026-09-11 | 3.4426 |
| 2026-09-18 | 2.7698 |
| 2026-09-25 | 3.3338 |
High
3.4426
Low
1.8762
Average
2.1851
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=BOB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=BOB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=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¤cies=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.