TOP to ARS exchange rate API
Pa’anga to Argentine Peso · quoted 2026-09-25
639.7738
▲ +4.92% over YTD
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 year to date, TOP/ARS traded between 585.5320 and 649.3926, averaged 613.7663 and rose 4.92%. 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 YTD: show the values
| Point | TOP/ARS |
|---|---|
| 2025-12-31 | 609.7958 |
| 2026-01-07 | 615.7125 |
| 2026-01-14 | 614.3881 |
| 2026-01-21 | 606.4657 |
| 2026-01-28 | 615.0877 |
| 2026-02-04 | 619.3381 |
| 2026-02-11 | 602.0993 |
| 2026-02-18 | 595.7452 |
| 2026-02-25 | 590.2835 |
| 2026-03-04 | 602.8817 |
| 2026-03-11 | 595.9044 |
| 2026-03-18 | 596.4937 |
| 2026-03-25 | 595.2271 |
| 2026-04-01 | 585.7120 |
| 2026-04-08 | 590.6219 |
| 2026-04-16 | 585.5320 |
| 2026-04-23 | 587.0984 |
| 2026-04-30 | 599.6806 |
| 2026-05-07 | 595.4790 |
| 2026-05-15 | 604.7962 |
| 2026-05-23 | 595.9819 |
| 2026-05-30 | 591.5467 |
| 2026-06-06 | 609.0476 |
| 2026-06-15 | 604.7712 |
| 2026-06-22 | 617.7091 |
| 2026-06-29 | 624.5540 |
| 2026-07-06 | 630.7793 |
| 2026-07-13 | 630.8506 |
| 2026-07-20 | 626.6292 |
| 2026-07-27 | 632.9202 |
| 2026-08-03 | 630.6115 |
| 2026-08-10 | 636.0672 |
| 2026-08-17 | 628.8992 |
| 2026-08-25 | 647.0567 |
| 2026-09-01 | 645.0214 |
| 2026-09-08 | 646.9986 |
| 2026-09-15 | 639.9312 |
| 2026-09-22 | 649.3926 |
High
649.3926
Low
585.5320
Average
613.7663
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.