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: show the values
| Point | AUD/SCR |
|---|---|
| 2025-09-24 | 9.7397 |
| 2025-10-01 | 9.6714 |
| 2025-10-08 | 9.5643 |
| 2025-10-15 | 8.8714 |
| 2025-10-22 | 9.3649 |
| 2025-10-29 | 9.5069 |
| 2025-11-05 | 9.7059 |
| 2025-11-12 | 9.2709 |
| 2025-11-19 | 9.1714 |
| 2025-11-26 | 9.2371 |
| 2025-12-03 | 9.4739 |
| 2025-12-11 | 9.4606 |
| 2025-12-18 | 9.6717 |
| 2025-12-25 | 9.6931 |
| 2026-01-01 | 10.0928 |
| 2026-01-08 | 9.3138 |
| 2026-01-15 | 9.5691 |
| 2026-01-22 | 9.7565 |
| 2026-01-29 | 10.0688 |
| 2026-02-05 | 10.2202 |
| 2026-02-12 | 9.7752 |
| 2026-02-19 | 9.6195 |
| 2026-02-26 | 9.8265 |
| 2026-03-05 | 10.3527 |
| 2026-03-12 | 10.5586 |
| 2026-03-19 | 10.6346 |
| 2026-03-26 | 9.6168 |
| 2026-04-02 | 9.9961 |
| 2026-04-09 | 10.0051 |
| 2026-04-16 | 10.3145 |
| 2026-04-23 | 9.7969 |
| 2026-04-30 | 9.8449 |
| 2026-05-07 | 10.1181 |
| 2026-05-15 | 9.7778 |
| 2026-05-23 | 9.8093 |
| 2026-05-30 | 10.4346 |
| 2026-06-06 | 9.5278 |
| 2026-06-15 | 10.1403 |
| 2026-06-22 | 10.0742 |
| 2026-06-29 | 10.0203 |
| 2026-07-06 | 9.9088 |
| 2026-07-13 | 10.1625 |
| 2026-07-20 | 9.8153 |
| 2026-07-27 | 9.8721 |
| 2026-08-03 | 10.0890 |
| 2026-08-10 | 10.2593 |
| 2026-08-17 | 10.1312 |
| 2026-08-25 | 10.2409 |
| 2026-09-01 | 10.1282 |
| 2026-09-08 | 10.2730 |
| 2026-09-15 | 10.0789 |
| 2026-09-22 | 10.2427 |
High
10.6346
Low
8.8714
Average
9.8646
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=SCR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=SCR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=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¤cies=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.