PEN to RUB exchange rate API
Sol to Russian Ruble · quoted 2026-09-26
24.9012
▲ +6.09% over 6M
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 6 months, PEN/RUB traded between 21.1524 and 25.7109, averaged 23.2211 and rose 6.09%. 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 6M: show the values
| Point | PEN/RUB |
|---|---|
| 2026-03-30 | 23.4721 |
| 2026-04-06 | 23.5256 |
| 2026-04-13 | 23.0647 |
| 2026-04-20 | 22.2642 |
| 2026-04-27 | 21.5475 |
| 2026-05-04 | 21.4424 |
| 2026-05-11 | 21.8205 |
| 2026-05-19 | 21.2304 |
| 2026-05-27 | 21.1524 |
| 2026-06-03 | 21.5350 |
| 2026-06-12 | 21.3636 |
| 2026-06-19 | 21.7321 |
| 2026-06-26 | 22.1702 |
| 2026-07-03 | 22.9311 |
| 2026-07-10 | 22.5387 |
| 2026-07-17 | 23.0553 |
| 2026-07-24 | 23.1168 |
| 2026-07-31 | 23.5953 |
| 2026-08-07 | 24.6884 |
| 2026-08-14 | 24.8308 |
| 2026-08-22 | 24.6757 |
| 2026-08-29 | 25.7109 |
| 2026-09-05 | 25.5979 |
| 2026-09-12 | 25.0956 |
| 2026-09-19 | 25.0096 |
| 2026-09-26 | 24.9012 |
High
25.7109
Low
21.1524
Average
23.2211
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.