TOP to ARS exchange rate API
Pa’anga to Argentine Peso · quoted 2026-09-25
639.7738
▼ +1.11% over 30D
1 TOP = 639.7738 ARS · 1 ARS = 0.001563 TOP · Get this rate via the API
1 TOP buys 639.7738 ARS as of 2026-09-25, so 1 ARS buys 0.001563 TOP. Over the last 30 days, TOP/ARS traded between 632.8532 and 649.3926, averaged 643.4911 and fell 1.11%. The API holds daily TOP/ARS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/ARS over 30D: show the values
| Point | TOP/ARS |
|---|---|
| 2026-08-26 | 646.9760 |
| 2026-08-27 | 648.5505 |
| 2026-08-28 | 647.9102 |
| 2026-08-29 | 639.7528 |
| 2026-08-30 | 644.7411 |
| 2026-08-31 | 645.4067 |
| 2026-09-01 | 645.0214 |
| 2026-09-02 | 647.4683 |
| 2026-09-03 | 646.4047 |
| 2026-09-04 | 645.0774 |
| 2026-09-05 | 638.8337 |
| 2026-09-06 | 639.9804 |
| 2026-09-07 | 644.5098 |
| 2026-09-08 | 646.9986 |
| 2026-09-09 | 647.3646 |
| 2026-09-10 | 647.0600 |
| 2026-09-11 | 645.6257 |
| 2026-09-12 | 637.4038 |
| 2026-09-13 | 640.0085 |
| 2026-09-14 | 645.0297 |
| 2026-09-15 | 639.9312 |
| 2026-09-16 | 639.6206 |
| 2026-09-17 | 642.9925 |
| 2026-09-18 | 639.7080 |
| 2026-09-19 | 632.8532 |
| 2026-09-20 | 638.0012 |
| 2026-09-21 | 646.2865 |
| 2026-09-22 | 649.3926 |
| 2026-09-23 | 647.7066 |
| 2026-09-24 | 642.1147 |
| 2026-09-25 | 643.2105 |
High
649.3926
Low
632.8532
Average
643.4911
Get this rate via the API
One GET request returns the TOP/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=TOP¤cies=ARS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=ARS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=ARS").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/ARS API questions
How do I get the TOP/ARS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=ARS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/ARS rate in rates.ARS.
How far back does TOP/ARS historical data go?
Daily TOP/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 TOP/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.