ANG to SCR exchange rate API
Netherlands Antillean Guilder to Seychelles Rupee · quoted 2026-09-25
7.9532
▼ +1.54% over 1Y
1 ANG = 7.9532 SCR · 1 SCR = 0.12574 ANG · Get this rate via the API
1 ANG buys 7.9532 SCR as of 2026-09-25, so 1 SCR buys 0.12574 ANG. Over the last year, ANG/SCR traded between 7.0079 and 8.4178, averaged 7.9891 and fell 1.54%. The API holds daily ANG/SCR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ANG/SCR over 1Y: show the values
| Point | ANG/SCR |
|---|---|
| 2025-09-25 | 8.0776 |
| 2025-10-02 | 8.1703 |
| 2025-10-09 | 8.1624 |
| 2025-10-16 | 8.1280 |
| 2025-10-23 | 7.6877 |
| 2025-10-30 | 7.8850 |
| 2025-11-06 | 7.9045 |
| 2025-11-13 | 8.1999 |
| 2025-11-20 | 7.9075 |
| 2025-11-27 | 8.1875 |
| 2025-12-04 | 7.9788 |
| 2025-12-12 | 8.3627 |
| 2025-12-19 | 7.6278 |
| 2025-12-26 | 8.2494 |
| 2026-01-02 | 8.4178 |
| 2026-01-09 | 7.0079 |
| 2026-01-16 | 8.3835 |
| 2026-01-23 | 8.0938 |
| 2026-01-30 | 7.9549 |
| 2026-02-06 | 7.9607 |
| 2026-02-13 | 7.9682 |
| 2026-02-20 | 8.3923 |
| 2026-02-27 | 7.5731 |
| 2026-03-06 | 8.3043 |
| 2026-03-13 | 8.2630 |
| 2026-03-20 | 8.3559 |
| 2026-03-27 | 8.0362 |
| 2026-04-03 | 7.9812 |
| 2026-04-14 | 7.7027 |
| 2026-04-21 | 8.3866 |
| 2026-04-28 | 7.9189 |
| 2026-05-05 | 7.7377 |
| 2026-05-12 | 8.1275 |
| 2026-05-20 | 8.1525 |
| 2026-05-28 | 7.9652 |
| 2026-06-04 | 7.9041 |
| 2026-06-13 | 7.6989 |
| 2026-06-20 | 7.7885 |
| 2026-06-27 | 8.2649 |
| 2026-07-04 | 7.3107 |
| 2026-07-11 | 7.9011 |
| 2026-07-18 | 7.4720 |
| 2026-07-25 | 8.1207 |
| 2026-08-01 | 7.5144 |
| 2026-08-08 | 8.0384 |
| 2026-08-15 | 7.6093 |
| 2026-08-23 | 7.8888 |
| 2026-08-30 | 8.1685 |
| 2026-09-06 | 8.1544 |
| 2026-09-13 | 8.2253 |
| 2026-09-20 | 8.2060 |
High
8.4178
Low
7.0079
Average
7.9891
Get this rate via the API
One GET request returns the ANG/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=ANG¤cies=SCR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ANG¤cies=SCR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ANG¤cies=SCR").json()Replace YOUR_API_KEY with the key from your dashboard.
ANG/SCR API questions
How do I get the ANG/SCR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ANG¤cies=SCR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ANG/SCR rate in rates.SCR.
How far back does ANG/SCR historical data go?
Daily ANG/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 ANG/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.