AUD to SCR exchange rate API
Australian Dollar to Seychelles Rupee · quoted 2026-09-24
9.9559
▲ +1.94% over YTD
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 year to date, AUD/SCR traded between 9.4326 and 10.6569, averaged 10.1447 and rose 1.94%. 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 YTD: show the values
| Point | AUD/SCR |
|---|---|
| 2025-12-31 | 9.7665 |
| 2026-01-07 | 9.4326 |
| 2026-01-14 | 9.6937 |
| 2026-01-21 | 9.5951 |
| 2026-01-28 | 10.2580 |
| 2026-02-04 | 10.5027 |
| 2026-02-11 | 10.6524 |
| 2026-02-18 | 10.1909 |
| 2026-02-25 | 10.6569 |
| 2026-03-04 | 9.6835 |
| 2026-03-11 | 9.7026 |
| 2026-03-18 | 10.0547 |
| 2026-03-25 | 10.1212 |
| 2026-04-01 | 10.3308 |
| 2026-04-08 | 9.8604 |
| 2026-04-15 | 10.0710 |
| 2026-04-22 | 10.5285 |
| 2026-04-29 | 9.7873 |
| 2026-05-06 | 10.0120 |
| 2026-05-14 | 10.3472 |
| 2026-05-21 | 10.2452 |
| 2026-05-29 | 10.2144 |
| 2026-06-05 | 9.9905 |
| 2026-06-14 | 10.2914 |
| 2026-06-21 | 10.2890 |
| 2026-06-28 | 10.2647 |
| 2026-07-05 | 10.0276 |
| 2026-07-12 | 10.2736 |
| 2026-07-19 | 10.1816 |
| 2026-07-26 | 10.1408 |
| 2026-08-02 | 10.3777 |
| 2026-08-09 | 10.3964 |
| 2026-08-16 | 10.3911 |
| 2026-08-24 | 10.4070 |
| 2026-08-31 | 10.2805 |
| 2026-09-07 | 10.2496 |
| 2026-09-14 | 10.1091 |
| 2026-09-21 | 10.3105 |
High
10.6569
Low
9.4326
Average
10.1447
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.