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: show the values
| Point | SCR/ARS |
|---|---|
| 2024-08-24 | 68.6342 |
| 2024-10-07 | 67.5896 |
| 2024-11-06 | 72.2352 |
| 2024-12-06 | 73.8388 |
| 2025-01-05 | 69.2235 |
| 2025-02-04 | 72.7103 |
| 2025-03-06 | 74.0068 |
| 2025-04-06 | 72.5039 |
| 2025-05-06 | 83.8604 |
| 2025-06-07 | 81.5128 |
| 2025-07-07 | 87.4404 |
| 2025-08-06 | 93.0293 |
| 2025-09-05 | 94.6637 |
| 2025-10-06 | 98.4265 |
| 2025-11-05 | 97.3658 |
| 2025-12-05 | 103.5711 |
| 2026-01-05 | 99.5458 |
| 2026-02-04 | 96.7203 |
| 2026-03-06 | 94.0828 |
| 2026-04-05 | 93.5351 |
| 2026-05-05 | 101.2287 |
| 2026-06-06 | 107.1458 |
| 2026-07-08 | 102.0902 |
| 2026-08-07 | 103.4507 |
| 2026-09-07 | 106.2268 |
High
107.1458
Low
67.5896
Average
89.2848
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=ARS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=ARS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=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¤cies=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.