Skip to content

AZN to SBD exchange rate API

Azerbaijanian Manat to Solomon Islands Dollar · quoted 2026-09-25

4.7100

▲ +0.10% over 6M

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 last 6 months, AZN/SBD traded between 4.6888 and 4.7623, averaged 4.7239 and rose 0.10%. 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 6M

AZN/SBD over 6M: show the values
PointAZN/SBD
2026-03-294.7054
2026-04-054.7223
2026-04-124.7321
2026-04-194.7204
2026-04-264.7252
2026-05-034.6907
2026-05-104.7116
2026-05-184.7602
2026-05-264.7116
2026-06-024.7070
2026-06-114.7289
2026-06-184.6888
2026-06-254.7222
2026-07-024.7313
2026-07-094.7290
2026-07-164.7577
2026-07-234.7343
2026-07-304.7417
2026-08-064.7364
2026-08-134.7260
2026-08-214.7218
2026-08-284.7212
2026-09-044.7175
2026-09-114.7111
2026-09-184.7623
2026-09-254.7191

High

4.7623

Low

4.6888

Average

4.7239

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=SBD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=SBD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=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&currencies=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.