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: show the values
| Point | AZN/SCR |
|---|---|
| 2025-09-26 | 8.9080 |
| 2025-10-03 | 8.7105 |
| 2025-10-10 | 8.8085 |
| 2025-10-17 | 8.4336 |
| 2025-10-24 | 8.1532 |
| 2025-10-31 | 8.7217 |
| 2025-11-07 | 8.5488 |
| 2025-11-14 | 8.4597 |
| 2025-11-21 | 8.3825 |
| 2025-11-28 | 7.8693 |
| 2025-12-05 | 8.2113 |
| 2025-12-13 | 8.6490 |
| 2025-12-20 | 8.2054 |
| 2025-12-27 | 8.6622 |
| 2026-01-03 | 8.8792 |
| 2026-01-10 | 8.5125 |
| 2026-01-17 | 7.8890 |
| 2026-01-24 | 8.7040 |
| 2026-01-31 | 8.7174 |
| 2026-02-07 | 8.6052 |
| 2026-02-14 | 8.0078 |
| 2026-02-21 | 8.6122 |
| 2026-02-28 | 8.6094 |
| 2026-03-07 | 8.6522 |
| 2026-03-14 | 8.4972 |
| 2026-03-21 | 8.7176 |
| 2026-03-28 | 8.4680 |
| 2026-04-04 | 8.6436 |
| 2026-04-11 | 8.2355 |
| 2026-04-18 | 8.3430 |
| 2026-04-25 | 8.6844 |
| 2026-05-02 | 8.5978 |
| 2026-05-09 | 8.1917 |
| 2026-05-17 | 8.7057 |
| 2026-05-25 | 8.4361 |
| 2026-06-01 | 8.3843 |
| 2026-06-10 | 8.1486 |
| 2026-06-17 | 8.5005 |
| 2026-06-24 | 8.6155 |
| 2026-07-01 | 8.2661 |
| 2026-07-08 | 8.5973 |
| 2026-07-15 | 8.1090 |
| 2026-07-22 | 8.4761 |
| 2026-07-29 | 8.5343 |
| 2026-08-05 | 8.1531 |
| 2026-08-12 | 8.3534 |
| 2026-08-20 | 8.5329 |
| 2026-08-27 | 8.3687 |
| 2026-09-03 | 8.4421 |
| 2026-09-10 | 8.3800 |
| 2026-09-17 | 8.4918 |
| 2026-09-24 | 8.3516 |
High
8.9080
Low
7.8693
Average
8.4585
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=SCR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=SCR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=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¤cies=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.