AZN to SBD exchange rate API
Azerbaijanian Manat to Solomon Islands Dollar · quoted 2026-09-25
4.7100
▼ +1.57% over YTD
1 AZN = 4.7100 SBD · 1 SBD = 0.21231 AZN · Get this rate via the API
1 AZN buys 4.7100 SBD as of 2026-09-25, so 1 SBD buys 0.21231 AZN. Over the year to date, AZN/SBD traded between 4.6870 and 4.7852, averaged 4.7329 and fell 1.57%. The API holds daily AZN/SBD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AZN/SBD over YTD: show the values
| Point | AZN/SBD |
|---|---|
| 2025-12-31 | 4.7852 |
| 2026-01-07 | 4.7793 |
| 2026-01-14 | 4.7764 |
| 2026-01-21 | 4.7668 |
| 2026-01-28 | 4.7684 |
| 2026-02-04 | 4.7597 |
| 2026-02-11 | 4.7560 |
| 2026-02-18 | 4.7494 |
| 2026-02-25 | 4.7466 |
| 2026-03-04 | 4.7539 |
| 2026-03-11 | 4.7099 |
| 2026-03-18 | 4.7078 |
| 2026-03-25 | 4.7052 |
| 2026-04-01 | 4.7079 |
| 2026-04-08 | 4.7516 |
| 2026-04-15 | 4.7334 |
| 2026-04-22 | 4.7124 |
| 2026-04-29 | 4.6919 |
| 2026-05-06 | 4.7285 |
| 2026-05-14 | 4.6919 |
| 2026-05-21 | 4.6983 |
| 2026-05-29 | 4.6870 |
| 2026-06-05 | 4.7103 |
| 2026-06-14 | 4.7387 |
| 2026-06-21 | 4.7403 |
| 2026-06-28 | 4.7529 |
| 2026-07-05 | 4.7673 |
| 2026-07-12 | 4.7556 |
| 2026-07-19 | 4.7519 |
| 2026-07-26 | 4.7488 |
| 2026-08-02 | 4.7516 |
| 2026-08-09 | 4.7404 |
| 2026-08-16 | 4.7275 |
| 2026-08-24 | 4.7098 |
| 2026-08-31 | 4.6907 |
| 2026-09-07 | 4.7072 |
| 2026-09-14 | 4.7095 |
| 2026-09-21 | 4.7029 |
High
4.7852
Low
4.6870
Average
4.7329
Get this rate via the API
One GET request returns the AZN/SBD 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=SBD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=SBD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=SBD").json()Replace YOUR_API_KEY with the key from your dashboard.
AZN/SBD API questions
How do I get the AZN/SBD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=SBD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/SBD rate in rates.SBD.
How far back does AZN/SBD historical data go?
Daily AZN/SBD 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/SBD 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.