TOP to ARS exchange rate API
Pa’anga to Argentine Peso · quoted 2026-09-25
639.7738
▲ +11.81% over 1Y
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 year, TOP/ARS traded between 568.5006 and 648.5505, averaged 609.7667 and rose 11.81%. 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 1Y: show the values
| Point | TOP/ARS |
|---|---|
| 2025-09-25 | 572.1926 |
| 2025-10-02 | 602.1998 |
| 2025-10-09 | 604.3750 |
| 2025-10-16 | 577.1975 |
| 2025-10-23 | 630.9993 |
| 2025-10-30 | 605.7704 |
| 2025-11-06 | 615.0106 |
| 2025-11-13 | 597.7334 |
| 2025-11-20 | 587.2594 |
| 2025-11-27 | 605.7440 |
| 2025-12-04 | 608.1760 |
| 2025-12-12 | 599.4201 |
| 2025-12-19 | 606.6818 |
| 2025-12-26 | 614.3726 |
| 2026-01-02 | 606.5281 |
| 2026-01-09 | 610.9301 |
| 2026-01-16 | 611.8395 |
| 2026-01-23 | 604.1755 |
| 2026-01-30 | 616.2302 |
| 2026-02-06 | 613.2926 |
| 2026-02-13 | 599.9877 |
| 2026-02-20 | 593.3528 |
| 2026-02-27 | 601.9101 |
| 2026-03-06 | 599.1372 |
| 2026-03-13 | 595.2516 |
| 2026-03-20 | 594.3191 |
| 2026-03-27 | 586.2949 |
| 2026-04-03 | 588.4121 |
| 2026-04-10 | 588.9025 |
| 2026-04-18 | 568.5006 |
| 2026-04-25 | 577.4924 |
| 2026-05-02 | 578.5111 |
| 2026-05-09 | 580.8950 |
| 2026-05-17 | 592.2214 |
| 2026-05-25 | 600.4835 |
| 2026-06-01 | 606.4912 |
| 2026-06-10 | 613.4146 |
| 2026-06-17 | 617.3957 |
| 2026-06-24 | 622.9190 |
| 2026-07-01 | 626.1641 |
| 2026-07-08 | 636.4449 |
| 2026-07-15 | 622.6928 |
| 2026-07-22 | 624.9408 |
| 2026-07-29 | 637.2266 |
| 2026-08-05 | 635.4500 |
| 2026-08-12 | 632.8707 |
| 2026-08-20 | 638.9293 |
| 2026-08-27 | 648.5505 |
| 2026-09-03 | 646.4047 |
| 2026-09-10 | 647.0600 |
| 2026-09-17 | 642.9925 |
| 2026-09-24 | 642.1147 |
High
648.5505
Low
568.5006
Average
609.7667
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.