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: show the values
| Point | TOP/PEN |
|---|---|
| 2025-12-31 | 1.4046 |
| 2026-01-07 | 1.4029 |
| 2026-01-14 | 1.4074 |
| 2026-01-21 | 1.4105 |
| 2026-01-28 | 1.4162 |
| 2026-02-04 | 1.4322 |
| 2026-02-11 | 1.4310 |
| 2026-02-18 | 1.4236 |
| 2026-02-25 | 1.4280 |
| 2026-03-04 | 1.4459 |
| 2026-03-11 | 1.4542 |
| 2026-03-18 | 1.4592 |
| 2026-03-25 | 1.4673 |
| 2026-04-01 | 1.4577 |
| 2026-04-08 | 1.4271 |
| 2026-04-16 | 1.4730 |
| 2026-04-23 | 1.4681 |
| 2026-04-30 | 1.5093 |
| 2026-05-07 | 1.4760 |
| 2026-05-14 | 1.4657 |
| 2026-05-21 | 1.4591 |
| 2026-05-28 | 1.4545 |
| 2026-06-04 | 1.4471 |
| 2026-06-11 | 1.4247 |
| 2026-06-18 | 1.4537 |
| 2026-06-25 | 1.4324 |
| 2026-07-02 | 1.4288 |
| 2026-07-09 | 1.4278 |
| 2026-07-16 | 1.4367 |
| 2026-07-23 | 1.4431 |
| 2026-07-30 | 1.4344 |
| 2026-08-06 | 1.4261 |
| 2026-08-13 | 1.4194 |
| 2026-08-20 | 1.4236 |
| 2026-08-27 | 1.4280 |
| 2026-09-03 | 1.4296 |
| 2026-09-10 | 1.4323 |
| 2026-09-17 | 1.4212 |
| 2026-09-24 | 1.4351 |
High
1.5093
Low
1.4029
Average
1.4388
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=PEN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=PEN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.