Skip to content

SCR to ARS exchange rate API

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

106.7670

▲ +15.08% over 1Y

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 year, SCR/ARS traded between 91.8446 and 107.1458, averaged 100.7800 and rose 15.08%. 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 1Y

SCR/ARS over 1Y: show the values
PointSCR/ARS
2025-09-2492.7777
2025-10-0194.2772
2025-10-0898.2574
2025-10-1599.6943
2025-10-22103.2140
2025-10-29102.2802
2025-11-0597.3658
2025-11-1299.4806
2025-11-1999.0554
2025-11-26101.8197
2025-12-03101.3267
2025-12-11101.1352
2025-12-1899.0908
2025-12-25100.3422
2026-01-0195.9403
2026-01-08105.0186
2026-01-15101.5838
2026-01-2299.7729
2026-01-29101.3527
2026-02-0598.7527
2026-02-12102.2931
2026-02-19102.1922
2026-02-26101.2398
2026-03-0595.3758
2026-03-1294.2561
2026-03-1991.8446
2026-03-2698.9643
2026-04-0295.6695
2026-04-0997.6245
2026-04-1694.4776
2026-04-23100.6559
2026-04-30100.9954
2026-05-0799.5317
2026-05-15101.7580
2026-05-23102.1798
2026-05-3097.0143
2026-06-06107.1458
2026-06-1599.2306
2026-06-22101.1647
2026-06-29101.8639
2026-07-06104.4497
2026-07-13101.8908
2026-07-20105.2347
2026-07-27105.5390
2026-08-03103.2157
2026-08-10102.8465
2026-08-17103.7189
2026-08-25105.4200
2026-09-01106.3719
2026-09-08106.1643
2026-09-15106.6089
2026-09-22105.0944

High

107.1458

Low

91.8446

Average

100.7800

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.