Skip to content

AUD to SCR exchange rate API

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

9.9559

▲ +2.22% over 1Y

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 year, AUD/SCR traded between 8.8714 and 10.6346, averaged 9.8646 and rose 2.22%. 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 1Y

AUD/SCR over 1Y: show the values
PointAUD/SCR
2025-09-249.7397
2025-10-019.6714
2025-10-089.5643
2025-10-158.8714
2025-10-229.3649
2025-10-299.5069
2025-11-059.7059
2025-11-129.2709
2025-11-199.1714
2025-11-269.2371
2025-12-039.4739
2025-12-119.4606
2025-12-189.6717
2025-12-259.6931
2026-01-0110.0928
2026-01-089.3138
2026-01-159.5691
2026-01-229.7565
2026-01-2910.0688
2026-02-0510.2202
2026-02-129.7752
2026-02-199.6195
2026-02-269.8265
2026-03-0510.3527
2026-03-1210.5586
2026-03-1910.6346
2026-03-269.6168
2026-04-029.9961
2026-04-0910.0051
2026-04-1610.3145
2026-04-239.7969
2026-04-309.8449
2026-05-0710.1181
2026-05-159.7778
2026-05-239.8093
2026-05-3010.4346
2026-06-069.5278
2026-06-1510.1403
2026-06-2210.0742
2026-06-2910.0203
2026-07-069.9088
2026-07-1310.1625
2026-07-209.8153
2026-07-279.8721
2026-08-0310.0890
2026-08-1010.2593
2026-08-1710.1312
2026-08-2510.2409
2026-09-0110.1282
2026-09-0810.2730
2026-09-1510.0789
2026-09-2210.2427

High

10.6346

Low

8.8714

Average

9.8646

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.