Skip to content

TWD to RON exchange rate API

New Taiwan Dollar to New Romanian Leu · quoted 2026-09-25

0.14569

▲ +1.00% over 1Y

1 TWD = 0.14569 RON · 1 RON = 6.8641 TWD · Get this rate via the API

1 TWD buys 0.14569 RON as of 2026-09-25, so 1 RON buys 6.8641 TWD. Over the last year, TWD/RON traded between 0.13582 and 0.14622, averaged 0.14080 and rose 1.00%. The API holds daily TWD/RON rates from 2014-08-20 — 12 years of history — so any past day, or a whole series, is one request away.

TWD/RON over 1Y

TWD/RON over 1Y: show the values
PointTWD/RON
2025-09-250.14424
2025-10-020.14461
2025-10-090.14622
2025-10-160.14264
2025-10-230.14223
2025-10-300.14329
2025-11-060.14268
2025-11-130.14072
2025-11-200.14143
2025-11-270.14028
2025-12-040.13940
2025-12-110.13910
2025-12-180.13762
2025-12-250.13746
2026-01-010.13850
2026-01-080.13806
2026-01-150.13870
2026-01-220.13752
2026-01-290.13582
2026-02-050.13641
2026-02-120.13665
2026-02-190.13736
2026-02-260.13808
2026-03-050.13813
2026-03-120.13849
2026-03-190.13887
2026-03-260.13824
2026-04-020.13834
2026-04-090.13705
2026-04-160.13701
2026-04-230.13805
2026-04-300.13999
2026-05-070.14260
2026-05-140.14108
2026-05-210.14316
2026-05-280.14366
2026-06-040.14343
2026-06-120.14313
2026-06-190.14437
2026-06-260.14427
2026-07-030.14322
2026-07-100.14254
2026-07-170.14175
2026-07-240.14219
2026-07-310.14111
2026-08-070.14126
2026-08-140.14173
2026-08-210.14115
2026-08-280.14282
2026-09-040.14261
2026-09-110.14323
2026-09-180.14439

High

0.14622

Low

0.13582

Average

0.14080

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TWD/RON API questions

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

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

How far back does TWD/RON historical data go?

Daily TWD/RON rates are available from 2014-08-20. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free TWD/RON 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.