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: show the values
| Point | PEN/RUB |
|---|---|
| 2025-09-26 | 23.9636 |
| 2025-10-03 | 23.8067 |
| 2025-10-10 | 23.7273 |
| 2025-10-17 | 23.8849 |
| 2025-10-24 | 24.1087 |
| 2025-10-31 | 23.8064 |
| 2025-11-07 | 24.2017 |
| 2025-11-14 | 24.0613 |
| 2025-11-21 | 23.7612 |
| 2025-11-28 | 23.3173 |
| 2025-12-05 | 23.0190 |
| 2025-12-13 | 23.6702 |
| 2025-12-20 | 23.9677 |
| 2025-12-27 | 23.3974 |
| 2026-01-03 | 23.9395 |
| 2026-01-10 | 23.5846 |
| 2026-01-17 | 23.1039 |
| 2026-01-24 | 22.5382 |
| 2026-01-31 | 22.7232 |
| 2026-02-07 | 22.8021 |
| 2026-02-14 | 22.7489 |
| 2026-02-21 | 22.8056 |
| 2026-02-28 | 22.9700 |
| 2026-03-07 | 22.7753 |
| 2026-03-14 | 23.1630 |
| 2026-03-21 | 23.8068 |
| 2026-03-28 | 23.5350 |
| 2026-04-04 | 23.2632 |
| 2026-04-11 | 22.7579 |
| 2026-04-18 | 22.1829 |
| 2026-04-25 | 21.5615 |
| 2026-05-02 | 21.3749 |
| 2026-05-09 | 21.6159 |
| 2026-05-17 | 21.2780 |
| 2026-05-25 | 21.0170 |
| 2026-06-01 | 20.9739 |
| 2026-06-10 | 21.2235 |
| 2026-06-17 | 21.5698 |
| 2026-06-24 | 21.9017 |
| 2026-07-01 | 23.1638 |
| 2026-07-08 | 22.5260 |
| 2026-07-15 | 23.0155 |
| 2026-07-22 | 23.1509 |
| 2026-07-29 | 23.2472 |
| 2026-08-05 | 23.9051 |
| 2026-08-12 | 24.6728 |
| 2026-08-20 | 25.1789 |
| 2026-08-27 | 25.5849 |
| 2026-09-03 | 26.1268 |
| 2026-09-10 | 25.3656 |
| 2026-09-17 | 25.1910 |
| 2026-09-24 | 25.0417 |
High
26.1268
Low
20.9739
Average
23.3015
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PEN¤cies=RUB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PEN¤cies=RUB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PEN¤cies=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¤cies=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.