AZN to BWP exchange rate API
Azerbaijanian Manat to Pula · quoted 2026-09-26
7.9944
▼ +1.36% over YTD
1 AZN = 7.9944 BWP · 1 BWP = 0.12509 AZN · Get this rate via the API
1 AZN buys 7.9944 BWP as of 2026-09-26, so 1 BWP buys 0.12509 AZN. Over the year to date, AZN/BWP traded between 7.6896 and 8.1806, averaged 7.9480 and fell 1.36%. The API holds daily AZN/BWP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AZN/BWP over YTD: show the values
| Point | AZN/BWP |
|---|---|
| 2025-12-31 | 8.1045 |
| 2026-01-07 | 8.1806 |
| 2026-01-14 | 7.9956 |
| 2026-01-21 | 8.0501 |
| 2026-01-28 | 7.7901 |
| 2026-02-04 | 7.9618 |
| 2026-02-11 | 7.6896 |
| 2026-02-18 | 7.7431 |
| 2026-02-25 | 7.7479 |
| 2026-03-04 | 7.8612 |
| 2026-03-11 | 7.9166 |
| 2026-03-18 | 7.9712 |
| 2026-03-25 | 7.9898 |
| 2026-04-01 | 8.1099 |
| 2026-04-08 | 7.9827 |
| 2026-04-15 | 7.8772 |
| 2026-04-22 | 7.9026 |
| 2026-04-29 | 7.9512 |
| 2026-05-06 | 8.0068 |
| 2026-05-14 | 7.9238 |
| 2026-05-21 | 7.9792 |
| 2026-05-29 | 7.9082 |
| 2026-06-05 | 7.9235 |
| 2026-06-14 | 7.9396 |
| 2026-06-21 | 8.1236 |
| 2026-06-28 | 7.9973 |
| 2026-07-05 | 7.9398 |
| 2026-07-12 | 7.9558 |
| 2026-07-19 | 8.0031 |
| 2026-07-26 | 8.0957 |
| 2026-08-02 | 7.9921 |
| 2026-08-09 | 7.9355 |
| 2026-08-16 | 7.9111 |
| 2026-08-24 | 7.8934 |
| 2026-08-31 | 7.8526 |
| 2026-09-07 | 7.8778 |
| 2026-09-14 | 7.9244 |
| 2026-09-21 | 7.9694 |
High
8.1806
Low
7.6896
Average
7.9480
Get this rate via the API
One GET request returns the AZN/BWP 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=AZN¤cies=BWP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=BWP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=BWP").json()Replace YOUR_API_KEY with the key from your dashboard.
AZN/BWP API questions
How do I get the AZN/BWP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=BWP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/BWP rate in rates.BWP.
How far back does AZN/BWP historical data go?
Daily AZN/BWP 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 AZN/BWP 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.