Skip to content

PEN to RUB exchange rate API

Sol to Russian Ruble · quoted 2026-09-26

24.9012

▲ +3.91% over 1Y

1 PEN = 24.9012 RUB · 1 RUB = 0.04016 PEN · Get this rate via the API

1 PEN buys 24.9012 RUB as of 2026-09-26, so 1 RUB buys 0.04016 PEN. Over the last year, PEN/RUB traded between 20.9739 and 26.1268, averaged 23.3015 and rose 3.91%. The API holds daily PEN/RUB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PEN/RUB over 1Y

PEN/RUB over 1Y: show the values
PointPEN/RUB
2025-09-2623.9636
2025-10-0323.8067
2025-10-1023.7273
2025-10-1723.8849
2025-10-2424.1087
2025-10-3123.8064
2025-11-0724.2017
2025-11-1424.0613
2025-11-2123.7612
2025-11-2823.3173
2025-12-0523.0190
2025-12-1323.6702
2025-12-2023.9677
2025-12-2723.3974
2026-01-0323.9395
2026-01-1023.5846
2026-01-1723.1039
2026-01-2422.5382
2026-01-3122.7232
2026-02-0722.8021
2026-02-1422.7489
2026-02-2122.8056
2026-02-2822.9700
2026-03-0722.7753
2026-03-1423.1630
2026-03-2123.8068
2026-03-2823.5350
2026-04-0423.2632
2026-04-1122.7579
2026-04-1822.1829
2026-04-2521.5615
2026-05-0221.3749
2026-05-0921.6159
2026-05-1721.2780
2026-05-2521.0170
2026-06-0120.9739
2026-06-1021.2235
2026-06-1721.5698
2026-06-2421.9017
2026-07-0123.1638
2026-07-0822.5260
2026-07-1523.0155
2026-07-2223.1509
2026-07-2923.2472
2026-08-0523.9051
2026-08-1224.6728
2026-08-2025.1789
2026-08-2725.5849
2026-09-0326.1268
2026-09-1025.3656
2026-09-1725.1910
2026-09-2425.0417

High

26.1268

Low

20.9739

Average

23.3015

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PEN&currencies=RUB").json()

Replace YOUR_API_KEY with the key from your dashboard.

PEN/RUB API questions

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

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

How far back does PEN/RUB historical data go?

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