Skip to content

SBD to AZN exchange rate API

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

0.21231

▲ +5.63% over 1Y

1 SBD = 0.21231 AZN · 1 AZN = 4.7100 SBD · Get this rate via the API

1 SBD buys 0.21231 AZN as of 2026-09-25, so 1 AZN buys 4.7100 SBD. Over the last year, SBD/AZN traded between 0.20100 and 0.21302, averaged 0.21013 and rose 5.63%. The API holds daily SBD/AZN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SBD/AZN over 1Y

SBD/AZN over 1Y: show the values
PointSBD/AZN
2025-09-250.20100
2025-10-020.20380
2025-10-090.20361
2025-10-160.20814
2025-10-230.20791
2025-10-300.20788
2025-11-060.20763
2025-11-130.20786
2025-11-200.20765
2025-11-270.20763
2025-12-040.20768
2025-12-120.20888
2025-12-190.20886
2025-12-260.20958
2026-01-020.20924
2026-01-090.20933
2026-01-160.21019
2026-01-230.20934
2026-01-300.21014
2026-02-060.21022
2026-02-130.21036
2026-02-200.21090
2026-02-270.21032
2026-03-060.21032
2026-03-130.21164
2026-03-200.21194
2026-03-270.21207
2026-04-030.21088
2026-04-100.21092
2026-04-170.21098
2026-04-240.21156
2026-05-010.21267
2026-05-080.21200
2026-05-160.21207
2026-05-240.21165
2026-05-310.21302
2026-06-090.21183
2026-06-160.21301
2026-06-230.21179
2026-06-300.21102
2026-07-070.21128
2026-07-140.21046
2026-07-210.21034
2026-07-280.21041
2026-08-040.21144
2026-08-110.21145
2026-08-180.21145
2026-08-260.21199
2026-09-020.21187
2026-09-090.21232
2026-09-160.21121
2026-09-230.21287

High

0.21302

Low

0.20100

Average

0.21013

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SBD&currencies=AZN").json()

Replace YOUR_API_KEY with the key from your dashboard.

SBD/AZN API questions

How do I get the SBD/AZN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SBD&currencies=AZN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SBD/AZN rate in rates.AZN.

How far back does SBD/AZN historical data go?

Daily SBD/AZN 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 SBD/AZN 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.