Skip to content

TOP to PEN exchange rate API

Pa’anga to Sol · quoted 2026-09-25

1.4325

▲ +1.99% over YTD

1 TOP = 1.4325 PEN · 1 PEN = 0.69808 TOP · Get this rate via the API

1 TOP buys 1.4325 PEN as of 2026-09-25, so 1 PEN buys 0.69808 TOP. Over the year to date, TOP/PEN traded between 1.4029 and 1.5093, averaged 1.4388 and rose 1.99%. The API holds daily TOP/PEN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/PEN over YTD

TOP/PEN over YTD: show the values
PointTOP/PEN
2025-12-311.4046
2026-01-071.4029
2026-01-141.4074
2026-01-211.4105
2026-01-281.4162
2026-02-041.4322
2026-02-111.4310
2026-02-181.4236
2026-02-251.4280
2026-03-041.4459
2026-03-111.4542
2026-03-181.4592
2026-03-251.4673
2026-04-011.4577
2026-04-081.4271
2026-04-161.4730
2026-04-231.4681
2026-04-301.5093
2026-05-071.4760
2026-05-141.4657
2026-05-211.4591
2026-05-281.4545
2026-06-041.4471
2026-06-111.4247
2026-06-181.4537
2026-06-251.4324
2026-07-021.4288
2026-07-091.4278
2026-07-161.4367
2026-07-231.4431
2026-07-301.4344
2026-08-061.4261
2026-08-131.4194
2026-08-201.4236
2026-08-271.4280
2026-09-031.4296
2026-09-101.4323
2026-09-171.4212
2026-09-241.4351

High

1.5093

Low

1.4029

Average

1.4388

For developers

Get this rate via the API

One GET request returns the TOP/PEN 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=PEN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=PEN");
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=PEN").json()

Replace YOUR_API_KEY with the key from your dashboard.

TOP/PEN API questions

How do I get the TOP/PEN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=PEN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/PEN rate in rates.PEN.

How far back does TOP/PEN historical data go?

Daily TOP/PEN 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/PEN 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.