Skip to content

SCR to ARS exchange rate API

Seychelles Rupee to Argentine Peso · quoted 2026-09-24

106.7670

▲ +55.56% over 5Y

1 SCR = 106.7670 ARS · 1 ARS = 0.009366 SCR · Get this rate via the API

1 SCR buys 106.7670 ARS as of 2026-09-24, so 1 ARS buys 0.009366 SCR. Over the last 5 years, SCR/ARS traded between 67.5896 and 107.1458, averaged 89.2848 and rose 55.56%. The API holds daily SCR/ARS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/ARS over 5Y

SCR/ARS over 5Y: show the values
PointSCR/ARS
2024-08-2468.6342
2024-10-0767.5896
2024-11-0672.2352
2024-12-0673.8388
2025-01-0569.2235
2025-02-0472.7103
2025-03-0674.0068
2025-04-0672.5039
2025-05-0683.8604
2025-06-0781.5128
2025-07-0787.4404
2025-08-0693.0293
2025-09-0594.6637
2025-10-0698.4265
2025-11-0597.3658
2025-12-05103.5711
2026-01-0599.5458
2026-02-0496.7203
2026-03-0694.0828
2026-04-0593.5351
2026-05-05101.2287
2026-06-06107.1458
2026-07-08102.0902
2026-08-07103.4507
2026-09-07106.2268

High

107.1458

Low

67.5896

Average

89.2848

For developers

Get this rate via the API

One GET request returns the SCR/ARS rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=ARS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=ARS");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=ARS").json()

Replace YOUR_API_KEY with the key from your dashboard.

SCR/ARS API questions

How do I get the SCR/ARS exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=ARS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/ARS rate in rates.ARS.

How far back does SCR/ARS historical data go?

Daily SCR/ARS 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 SCR/ARS 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.