Skip to content

AZN to SBD exchange rate API

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

4.7100

▼ +5.33% over 1Y

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 year, AZN/SBD traded between 4.6945 and 4.9751, averaged 4.7596 and fell 5.33%. 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 1Y

AZN/SBD over 1Y: show the values
PointAZN/SBD
2025-09-254.9751
2025-10-024.9068
2025-10-094.9115
2025-10-164.8045
2025-10-234.8097
2025-10-304.8105
2025-11-064.8163
2025-11-134.8110
2025-11-204.8158
2025-11-274.8163
2025-12-044.8150
2025-12-124.7874
2025-12-194.7878
2025-12-264.7715
2026-01-024.7791
2026-01-094.7772
2026-01-164.7576
2026-01-234.7770
2026-01-304.7587
2026-02-064.7568
2026-02-134.7537
2026-02-204.7416
2026-02-274.7547
2026-03-064.7546
2026-03-134.7249
2026-03-204.7182
2026-03-274.7155
2026-04-034.7420
2026-04-104.7412
2026-04-174.7397
2026-04-244.7268
2026-05-014.7021
2026-05-084.7170
2026-05-164.7153
2026-05-244.7248
2026-05-314.6945
2026-06-094.7208
2026-06-164.6946
2026-06-234.7216
2026-06-304.7388
2026-07-074.7330
2026-07-144.7515
2026-07-214.7542
2026-07-284.7527
2026-08-044.7295
2026-08-114.7293
2026-08-184.7292
2026-08-264.7173
2026-09-024.7200
2026-09-094.7099
2026-09-164.7347
2026-09-234.6977

High

4.9751

Low

4.6945

Average

4.7596

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.