Skip to content

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

TOP/ARS over 1Y: show the values
PointTOP/ARS
2025-09-25572.1926
2025-10-02602.1998
2025-10-09604.3750
2025-10-16577.1975
2025-10-23630.9993
2025-10-30605.7704
2025-11-06615.0106
2025-11-13597.7334
2025-11-20587.2594
2025-11-27605.7440
2025-12-04608.1760
2025-12-12599.4201
2025-12-19606.6818
2025-12-26614.3726
2026-01-02606.5281
2026-01-09610.9301
2026-01-16611.8395
2026-01-23604.1755
2026-01-30616.2302
2026-02-06613.2926
2026-02-13599.9877
2026-02-20593.3528
2026-02-27601.9101
2026-03-06599.1372
2026-03-13595.2516
2026-03-20594.3191
2026-03-27586.2949
2026-04-03588.4121
2026-04-10588.9025
2026-04-18568.5006
2026-04-25577.4924
2026-05-02578.5111
2026-05-09580.8950
2026-05-17592.2214
2026-05-25600.4835
2026-06-01606.4912
2026-06-10613.4146
2026-06-17617.3957
2026-06-24622.9190
2026-07-01626.1641
2026-07-08636.4449
2026-07-15622.6928
2026-07-22624.9408
2026-07-29637.2266
2026-08-05635.4500
2026-08-12632.8707
2026-08-20638.9293
2026-08-27648.5505
2026-09-03646.4047
2026-09-10647.0600
2026-09-17642.9925
2026-09-24642.1147

High

648.5505

Low

568.5006

Average

609.7667

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=ARS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=ARS");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=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&currencies=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.