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: show the values
| Point | SCR/ARS |
|---|---|
| 2025-09-24 | 92.7777 |
| 2025-10-01 | 94.2772 |
| 2025-10-08 | 98.2574 |
| 2025-10-15 | 99.6943 |
| 2025-10-22 | 103.2140 |
| 2025-10-29 | 102.2802 |
| 2025-11-05 | 97.3658 |
| 2025-11-12 | 99.4806 |
| 2025-11-19 | 99.0554 |
| 2025-11-26 | 101.8197 |
| 2025-12-03 | 101.3267 |
| 2025-12-11 | 101.1352 |
| 2025-12-18 | 99.0908 |
| 2025-12-25 | 100.3422 |
| 2026-01-01 | 95.9403 |
| 2026-01-08 | 105.0186 |
| 2026-01-15 | 101.5838 |
| 2026-01-22 | 99.7729 |
| 2026-01-29 | 101.3527 |
| 2026-02-05 | 98.7527 |
| 2026-02-12 | 102.2931 |
| 2026-02-19 | 102.1922 |
| 2026-02-26 | 101.2398 |
| 2026-03-05 | 95.3758 |
| 2026-03-12 | 94.2561 |
| 2026-03-19 | 91.8446 |
| 2026-03-26 | 98.9643 |
| 2026-04-02 | 95.6695 |
| 2026-04-09 | 97.6245 |
| 2026-04-16 | 94.4776 |
| 2026-04-23 | 100.6559 |
| 2026-04-30 | 100.9954 |
| 2026-05-07 | 99.5317 |
| 2026-05-15 | 101.7580 |
| 2026-05-23 | 102.1798 |
| 2026-05-30 | 97.0143 |
| 2026-06-06 | 107.1458 |
| 2026-06-15 | 99.2306 |
| 2026-06-22 | 101.1647 |
| 2026-06-29 | 101.8639 |
| 2026-07-06 | 104.4497 |
| 2026-07-13 | 101.8908 |
| 2026-07-20 | 105.2347 |
| 2026-07-27 | 105.5390 |
| 2026-08-03 | 103.2157 |
| 2026-08-10 | 102.8465 |
| 2026-08-17 | 103.7189 |
| 2026-08-25 | 105.4200 |
| 2026-09-01 | 106.3719 |
| 2026-09-08 | 106.1643 |
| 2026-09-15 | 106.6089 |
| 2026-09-22 | 105.0944 |
High
107.1458
Low
91.8446
Average
100.7800
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.