ANG to RUB exchange rate API
Netherlands Antillean Guilder to Russian Ruble · quoted 2026-09-26
46.9062
▲ +6.40% over YTD
1 ANG = 46.9062 RUB · 1 RUB = 0.02132 ANG · Get this rate via the API
1 ANG buys 46.9062 RUB as of 2026-09-26, so 1 RUB buys 0.02132 ANG. Over the year to date, ANG/RUB traded between 39.7768 and 48.1951, averaged 43.6835 and rose 6.40%. The API holds daily ANG/RUB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ANG/RUB over YTD: show the values
| Point | ANG/RUB |
|---|---|
| 2025-12-31 | 44.0854 |
| 2026-01-07 | 44.6478 |
| 2026-01-14 | 43.6584 |
| 2026-01-21 | 43.3184 |
| 2026-01-28 | 42.5532 |
| 2026-02-04 | 42.8689 |
| 2026-02-11 | 42.8695 |
| 2026-02-18 | 42.4282 |
| 2026-02-25 | 42.5522 |
| 2026-03-04 | 43.0746 |
| 2026-03-11 | 43.8435 |
| 2026-03-18 | 45.8226 |
| 2026-03-25 | 44.7772 |
| 2026-04-01 | 45.1454 |
| 2026-04-08 | 43.7568 |
| 2026-04-19 | 42.5902 |
| 2026-04-26 | 42.0552 |
| 2026-05-03 | 41.8868 |
| 2026-05-10 | 41.4775 |
| 2026-05-18 | 40.6640 |
| 2026-05-26 | 39.7768 |
| 2026-06-02 | 39.9127 |
| 2026-06-11 | 40.0925 |
| 2026-06-18 | 40.4795 |
| 2026-06-25 | 41.6033 |
| 2026-07-02 | 43.2870 |
| 2026-07-09 | 42.7085 |
| 2026-07-16 | 43.1939 |
| 2026-07-23 | 43.5805 |
| 2026-07-30 | 44.5313 |
| 2026-08-06 | 45.0160 |
| 2026-08-13 | 46.0047 |
| 2026-08-21 | 45.8937 |
| 2026-08-28 | 47.4844 |
| 2026-09-04 | 48.1951 |
| 2026-09-11 | 46.5470 |
| 2026-09-18 | 47.1969 |
| 2026-09-25 | 47.1720 |
High
48.1951
Low
39.7768
Average
43.6835
Get this rate via the API
One GET request returns the ANG/RUB 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=RUB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ANG¤cies=RUB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ANG¤cies=RUB").json()Replace YOUR_API_KEY with the key from your dashboard.
ANG/RUB API questions
How do I get the ANG/RUB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ANG¤cies=RUB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ANG/RUB rate in rates.RUB.
How far back does ANG/RUB historical data go?
Daily ANG/RUB 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/RUB 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.