AUD to SCR exchange rate API
Australian Dollar to Seychelles Rupee · quoted 2026-09-24
9.9533
▲ +0.19% over 6M
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 6 months, AUD/SCR traded between 9.6256 and 10.5930, averaged 10.1189 and rose 0.19%. 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 6M: show the values
| Point | AUD/SCR |
|---|---|
| 2026-03-28 | 9.9345 |
| 2026-04-04 | 10.1280 |
| 2026-04-11 | 9.9157 |
| 2026-04-18 | 10.2003 |
| 2026-04-25 | 10.5584 |
| 2026-05-02 | 10.5541 |
| 2026-05-09 | 10.1241 |
| 2026-05-17 | 10.5930 |
| 2026-05-25 | 10.2818 |
| 2026-06-01 | 10.2252 |
| 2026-06-10 | 9.7023 |
| 2026-06-17 | 10.2022 |
| 2026-06-24 | 10.1052 |
| 2026-07-01 | 9.6839 |
| 2026-07-08 | 10.1192 |
| 2026-07-15 | 9.6256 |
| 2026-07-22 | 10.0773 |
| 2026-07-29 | 10.0692 |
| 2026-08-05 | 9.7736 |
| 2026-08-12 | 10.0415 |
| 2026-08-20 | 10.3079 |
| 2026-08-27 | 10.2289 |
| 2026-09-03 | 10.3236 |
| 2026-09-10 | 10.2357 |
| 2026-09-17 | 10.2696 |
| 2026-09-24 | 9.9764 |
High
10.5930
Low
9.6256
Average
10.1189
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.