Skip to content

AUD to SCR exchange rate API

Australian Dollar to Seychelles Rupee · quoted 2026-09-24

9.9559

▲ +0.21% over 6M

1 AUD = 9.9559 SCR · 1 SCR = 0.10044 AUD · Get this rate via the API

1 AUD buys 9.9559 SCR as of 2026-09-24, so 1 SCR buys 0.10044 AUD. Over the last 6 months, AUD/SCR traded between 9.6256 and 10.5930, averaged 10.1190 and rose 0.21%. The API holds daily AUD/SCR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AUD/SCR over 6M

AUD/SCR over 6M: show the values
PointAUD/SCR
2026-03-289.9345
2026-04-0410.1280
2026-04-119.9157
2026-04-1810.2003
2026-04-2510.5584
2026-05-0210.5541
2026-05-0910.1241
2026-05-1710.5930
2026-05-2510.2818
2026-06-0110.2252
2026-06-109.7023
2026-06-1710.2022
2026-06-2410.1052
2026-07-019.6839
2026-07-0810.1192
2026-07-159.6256
2026-07-2210.0773
2026-07-2910.0692
2026-08-059.7736
2026-08-1210.0415
2026-08-2010.3079
2026-08-2710.2289
2026-09-0310.3236
2026-09-1010.2357
2026-09-1710.2696
2026-09-249.9764

High

10.5930

Low

9.6256

Average

10.1190

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AUD/SCR API questions

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

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

How far back does AUD/SCR historical data go?

Daily AUD/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 AUD/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.