Skip to content

AZN to SEK exchange rate API

Azerbaijanian Manat to Swedish Krona · quoted 2026-09-26

5.8343

▲ +7.69% over YTD

1 AZN = 5.8343 SEK · 1 SEK = 0.17140 AZN · Get this rate via the API

1 AZN buys 5.8343 SEK as of 2026-09-26, so 1 SEK buys 0.17140 AZN. Over the year to date, AZN/SEK traded between 5.2017 and 5.8343, averaged 5.5077 and rose 7.69%. The API holds daily AZN/SEK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AZN/SEK over YTD

AZN/SEK over YTD: show the values
PointAZN/SEK
2025-12-315.4176
2026-01-075.4053
2026-01-145.4138
2026-01-215.3423
2026-01-285.2017
2026-02-045.2638
2026-02-115.2213
2026-02-185.2720
2026-02-255.3293
2026-03-045.3923
2026-03-115.4117
2026-03-185.5112
2026-03-255.4660
2026-04-015.5189
2026-04-085.4190
2026-04-155.4119
2026-04-225.4067
2026-04-295.4455
2026-05-065.4380
2026-05-145.4865
2026-05-215.5083
2026-05-295.4419
2026-06-055.4920
2026-06-145.5298
2026-06-215.6311
2026-06-285.7204
2026-07-055.6733
2026-07-125.6921
2026-07-195.6770
2026-07-265.7059
2026-08-025.5899
2026-08-095.5706
2026-08-165.6008
2026-08-245.5881
2026-08-315.6020
2026-09-075.6495
2026-09-145.7449
2026-09-215.7723

High

5.8343

Low

5.2017

Average

5.5077

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AZN/SEK API questions

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

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

How far back does AZN/SEK historical data go?

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