Skip to content

ANG to SCR exchange rate API

Netherlands Antillean Guilder to Seychelles Rupee · quoted 2026-09-25

7.8645

▼ +2.64% over 1Y

1 ANG = 7.8645 SCR · 1 SCR = 0.12715 ANG · Get this rate via the API

1 ANG buys 7.8645 SCR as of 2026-09-25, so 1 SCR buys 0.12715 ANG. Over the last year, ANG/SCR traded between 7.0079 and 8.4178, averaged 7.9874 and fell 2.64%. 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

ANG/SCR over 1Y: show the values
PointANG/SCR
2025-09-258.0776
2025-10-028.1703
2025-10-098.1624
2025-10-168.1280
2025-10-237.6877
2025-10-307.8850
2025-11-067.9045
2025-11-138.1999
2025-11-207.9075
2025-11-278.1875
2025-12-047.9788
2025-12-128.3627
2025-12-197.6278
2025-12-268.2494
2026-01-028.4178
2026-01-097.0079
2026-01-168.3835
2026-01-238.0938
2026-01-307.9549
2026-02-067.9607
2026-02-137.9682
2026-02-208.3923
2026-02-277.5731
2026-03-068.3043
2026-03-138.2630
2026-03-208.3559
2026-03-278.0362
2026-04-037.9812
2026-04-147.7027
2026-04-218.3866
2026-04-287.9189
2026-05-057.7377
2026-05-128.1275
2026-05-208.1525
2026-05-287.9652
2026-06-047.9041
2026-06-137.6989
2026-06-207.7885
2026-06-278.2649
2026-07-047.3107
2026-07-117.9011
2026-07-187.4720
2026-07-258.1207
2026-08-017.5144
2026-08-088.0384
2026-08-157.6093
2026-08-237.8888
2026-08-308.1685
2026-09-068.1544
2026-09-138.2253
2026-09-208.2060

High

8.4178

Low

7.0079

Average

7.9874

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ANG&currencies=SCR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ANG&currencies=SCR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ANG&currencies=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&currencies=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.