TOP to ARS exchange rate API
Pa’anga to Argentine Peso · quoted 2026-09-25
639.7738
▲ +8.64% over 6M
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 6 months, TOP/ARS traded between 578.3621 and 641.6177, averaged 617.4029 and rose 8.64%. 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 6M: show the values
| Point | TOP/ARS |
|---|---|
| 2026-03-29 | 588.8966 |
| 2026-04-05 | 591.1984 |
| 2026-04-13 | 589.5429 |
| 2026-04-20 | 578.3621 |
| 2026-04-27 | 593.1987 |
| 2026-05-04 | 596.3308 |
| 2026-05-11 | 599.9512 |
| 2026-05-19 | 597.2980 |
| 2026-05-27 | 604.4187 |
| 2026-06-03 | 610.9759 |
| 2026-06-12 | 609.3352 |
| 2026-06-19 | 619.2125 |
| 2026-06-26 | 627.8954 |
| 2026-07-03 | 628.7733 |
| 2026-07-10 | 628.7448 |
| 2026-07-17 | 633.0685 |
| 2026-07-24 | 636.0424 |
| 2026-07-31 | 634.3331 |
| 2026-08-07 | 641.6177 |
| 2026-08-14 | 632.1814 |
| 2026-08-22 | 622.4794 |
| 2026-08-29 | 639.7528 |
| 2026-09-05 | 638.8337 |
| 2026-09-12 | 637.4038 |
| 2026-09-19 | 632.8532 |
High
641.6177
Low
578.3621
Average
617.4029
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.