AUD to SCR exchange rate API
Australian Dollar to Seychelles Rupee · quoted 2026-09-24
9.9559
▼ +2.78% over 30D
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 30 days, AUD/SCR traded between 9.8751 and 10.5892, averaged 10.2182 and fell 2.78%. 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 30D: show the values
| Point | AUD/SCR |
|---|---|
| 2026-08-25 | 10.2409 |
| 2026-08-26 | 10.1939 |
| 2026-08-27 | 10.2289 |
| 2026-08-28 | 10.0843 |
| 2026-08-29 | 10.0778 |
| 2026-08-30 | 10.5115 |
| 2026-08-31 | 10.2805 |
| 2026-09-01 | 10.1282 |
| 2026-09-02 | 10.3348 |
| 2026-09-03 | 10.3236 |
| 2026-09-04 | 10.3053 |
| 2026-09-05 | 9.9296 |
| 2026-09-06 | 10.5553 |
| 2026-09-07 | 10.2496 |
| 2026-09-08 | 10.2730 |
| 2026-09-09 | 10.3223 |
| 2026-09-10 | 10.2357 |
| 2026-09-11 | 10.2791 |
| 2026-09-12 | 9.8751 |
| 2026-09-13 | 10.5892 |
| 2026-09-14 | 10.1091 |
| 2026-09-15 | 10.0789 |
| 2026-09-16 | 10.2052 |
| 2026-09-17 | 10.2696 |
| 2026-09-18 | 9.8774 |
| 2026-09-19 | 10.1576 |
| 2026-09-20 | 10.5070 |
| 2026-09-21 | 10.3105 |
| 2026-09-22 | 10.2427 |
| 2026-09-23 | 10.2741 |
| 2026-09-24 | 9.9764 |
High
10.5892
Low
9.8751
Average
10.2182
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.