AUD to SCR exchange rate API
Australian Dollar to Seychelles Rupee · quoted 2026-09-24
9.9533
▲ +6.44% over 5Y
1 AUD = 9.9533 SCR · 1 SCR = 0.10047 AUD · Get this rate via the API
1 AUD buys 9.9533 SCR as of 2026-09-24, so 1 SCR buys 0.10047 AUD. Over the last 5 years, AUD/SCR traded between 8.7734 and 10.5318, averaged 9.6139 and rose 6.44%. 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 5Y: show the values
| Point | AUD/SCR |
|---|---|
| 2024-08-24 | 9.3507 |
| 2024-10-06 | 10.0653 |
| 2024-11-05 | 9.1293 |
| 2024-12-05 | 9.3808 |
| 2025-01-04 | 8.8042 |
| 2025-02-03 | 8.8038 |
| 2025-03-05 | 9.0406 |
| 2025-04-05 | 8.7734 |
| 2025-05-05 | 9.1924 |
| 2025-06-04 | 9.3872 |
| 2025-07-04 | 9.2815 |
| 2025-08-03 | 9.5095 |
| 2025-09-02 | 9.5244 |
| 2025-10-02 | 9.7249 |
| 2025-11-01 | 9.5845 |
| 2025-12-01 | 9.2433 |
| 2026-01-01 | 10.0928 |
| 2026-01-31 | 10.3209 |
| 2026-03-02 | 10.3467 |
| 2026-04-01 | 10.3308 |
| 2026-05-01 | 10.5318 |
| 2026-06-02 | 10.0528 |
| 2026-07-04 | 9.1250 |
| 2026-08-03 | 10.0890 |
| 2026-09-03 | 10.3236 |
High
10.5318
Low
8.7734
Average
9.6139
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.