Skip to content

TOP to PEN exchange rate API

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

1.4325

▼ +4.30% over 1Y

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 last year, TOP/PEN traded between 1.3946 and 1.5204, averaged 1.4364 and fell 4.30%. 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 1Y

TOP/PEN over 1Y: show the values
PointTOP/PEN
2025-09-251.4969
2025-10-021.4649
2025-10-091.4437
2025-10-161.4290
2025-10-231.4328
2025-10-301.4213
2025-11-061.4230
2025-11-131.4209
2025-11-201.4066
2025-11-271.3955
2025-12-041.3981
2025-12-111.4028
2025-12-181.3946
2025-12-251.3977
2026-01-011.4052
2026-01-081.3971
2026-01-151.4069
2026-01-221.4094
2026-01-291.4130
2026-02-051.4280
2026-02-121.4277
2026-02-191.4290
2026-02-261.4271
2026-03-051.4574
2026-03-121.4678
2026-03-191.4630
2026-03-261.4779
2026-04-021.4640
2026-04-091.4310
2026-04-171.4566
2026-04-241.4721
2026-05-011.5204
2026-05-081.4598
2026-05-151.4833
2026-05-221.4560
2026-05-291.4670
2026-06-051.4704
2026-06-121.4330
2026-06-191.4350
2026-06-261.4416
2026-07-031.4276
2026-07-101.4256
2026-07-171.4534
2026-07-241.4479
2026-07-311.4399
2026-08-071.4383
2026-08-141.4179
2026-08-211.4208
2026-08-281.4292
2026-09-041.4309
2026-09-111.4294
2026-09-181.4147
2026-09-251.4300

High

1.5204

Low

1.3946

Average

1.4364

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.