Skip to content

TWD to PEN exchange rate API

New Taiwan Dollar to Sol · quoted 2026-09-25

0.10669

▼ +8.57% over 1Y

1 TWD = 0.10669 PEN · 1 PEN = 9.3733 TWD · Get this rate via the API

1 TWD buys 0.10669 PEN as of 2026-09-25, so 1 PEN buys 9.3733 TWD. Over the last year, TWD/PEN traded between 0.10429 and 0.11669, averaged 0.10732 and fell 8.57%. The API holds daily TWD/PEN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TWD/PEN over 1Y

TWD/PEN over 1Y: show the values
PointTWD/PEN
2025-09-250.11669
2025-10-020.11582
2025-10-090.11382
2025-10-160.11009
2025-10-230.10966
2025-10-300.10983
2025-11-060.10861
2025-11-130.10766
2025-11-200.10778
2025-11-270.10684
2025-12-040.10667
2025-12-110.10718
2025-12-180.10604
2025-12-250.10706
2026-01-010.10728
2026-01-080.10593
2026-01-150.10586
2026-01-220.10546
2026-01-290.10597
2026-02-050.10581
2026-02-120.10625
2026-02-190.10595
2026-02-260.10684
2026-03-050.10776
2026-03-120.10767
2026-03-190.10754
2026-03-260.10801
2026-04-020.10770
2026-04-090.10593
2026-04-160.10831
2026-04-230.10929
2026-04-300.11067
2026-05-070.10966
2026-05-140.10781
2026-05-210.10748
2026-05-280.10794
2026-06-040.10779
2026-06-120.10653
2026-06-190.10625
2026-06-260.10644
2026-07-030.10584
2026-07-100.10500
2026-07-170.10477
2026-07-240.10473
2026-07-310.10439
2026-08-070.10429
2026-08-140.10463
2026-08-210.10455
2026-08-280.10548
2026-09-040.10558
2026-09-110.10582
2026-09-180.10495
2026-09-250.10669

High

0.11669

Low

0.10429

Average

0.10732

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TWD/PEN API questions

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

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

How far back does TWD/PEN historical data go?

Daily TWD/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 TWD/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.