Skip to content

AZN to SCR exchange rate API

Azerbaijanian Manat to Seychelles Rupee · quoted 2026-09-26

8.1606

▼ +8.39% over 1Y

1 AZN = 8.1606 SCR · 1 SCR = 0.12254 AZN · Get this rate via the API

1 AZN buys 8.1606 SCR as of 2026-09-26, so 1 SCR buys 0.12254 AZN. Over the last year, AZN/SCR traded between 7.8693 and 8.9080, averaged 8.4585 and fell 8.39%. The API holds daily AZN/SCR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AZN/SCR over 1Y

AZN/SCR over 1Y: show the values
PointAZN/SCR
2025-09-268.9080
2025-10-038.7105
2025-10-108.8085
2025-10-178.4336
2025-10-248.1532
2025-10-318.7217
2025-11-078.5488
2025-11-148.4597
2025-11-218.3825
2025-11-287.8693
2025-12-058.2113
2025-12-138.6490
2025-12-208.2054
2025-12-278.6622
2026-01-038.8792
2026-01-108.5125
2026-01-177.8890
2026-01-248.7040
2026-01-318.7174
2026-02-078.6052
2026-02-148.0078
2026-02-218.6122
2026-02-288.6094
2026-03-078.6522
2026-03-148.4972
2026-03-218.7176
2026-03-288.4680
2026-04-048.6436
2026-04-118.2355
2026-04-188.3430
2026-04-258.6844
2026-05-028.5978
2026-05-098.1917
2026-05-178.7057
2026-05-258.4361
2026-06-018.3843
2026-06-108.1486
2026-06-178.5005
2026-06-248.6155
2026-07-018.2661
2026-07-088.5973
2026-07-158.1090
2026-07-228.4761
2026-07-298.5343
2026-08-058.1531
2026-08-128.3534
2026-08-208.5329
2026-08-278.3687
2026-09-038.4421
2026-09-108.3800
2026-09-178.4918
2026-09-248.3516

High

8.9080

Low

7.8693

Average

8.4585

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AZN/SCR API questions

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

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

How far back does AZN/SCR historical data go?

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