CBR Russia Daily Exchange Rates Scraper
Pricing
from $7.50 / 1,000 results
CBR Russia Daily Exchange Rates Scraper
Tap into the Central Bank of Russia daily reference rates feed to capture official RUB quotes. Returns currency code, nominal, rate, name, and publication date for every traded pair. Great for treasury teams, accounting reconciliations, and emerging market FX monitoring.
Pricing
from $7.50 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share

🇷🇺 CBR Russia Daily Exchange Rates Scraper
🚀 Export Central Bank of Russia daily exchange rates in seconds. Official RUB rates for every quoted currency direct from the cbr-xml-daily public mirror.
🕒 Last updated: 2026-06-05 · 📊 8 fields per record · Public API · Real-time
The CBR Russia Daily Exchange Rates turns the www.cbr.ru public endpoint into a clean, structured dataset. Scrape Central Bank of Russia daily exchange rates with nominal, value, and previous-day rate for every quoted currency.
| 🎯 Target Audience | 💡 Primary Use Cases |
|---|---|
| 📊 Quant analysts | Pull series into backtests and dashboards |
| 💼 Finance teams | Snapshot rates, balances, and statistics |
| 🤖 ML engineers | Build economic feature datasets |
| 📰 Financial journalists | Verify official numbers fast |
| 👩💻 Developers | Mirror the source into your own DB without writing client code |
| 🎓 Researchers | Reproducible economic data pulls |
📋 What the CBR Russia Daily Exchange Rates Scraper does
- Calls the official CBR Russia Daily Exchange Rates endpoint with the parameters you supply.
- Parses the response and flattens each record into one row.
- Casts numeric fields to numbers so they import cleanly into BI tools.
- Surfaces upstream errors as a clean
errorrecord instead of crashing. - Streams results to the Apify dataset for instant download.
💡 Why it matters: Official sources publish raw feeds that are hard to consume. This actor normalises the response so the data drops straight into pandas, BigQuery, or a Google Sheet.
🎬 Full Demo
🚧 Coming soon.
⚙️ Input
| Field | Type | Required | Description |
|---|---|---|---|
maxItems | integer | No | Free users 10, paid users up to 1,000,000. Prefill 10. |
Example 1:
{"maxItems": 10}
⚠️ Good to Know: Free users are auto-limited to 10 records as a preview. Paid users get up to 1,000,000.
📊 Output
Each record is a flat object. error is always last.
| Field | Type | Description |
|---|---|---|
📅 Date date | string | Effective date. |
🔤 Currency Code currency_code | string | ISO currency code. |
📛 Name name | string | Currency name (Russian). |
🔢 Nominal nominal | number | Nominal units. |
💰 Value value | number | Rate in RUB. |
⬅️ Previous previous | number | Previous day rate. |
🕒 scrapedAt | string | When this row was fetched. |
❌ error | string | Set if the upstream response was an error. |
Sample record:
{"date": "2026-06-04","currency_code": "USD","name": "Доллар США","nominal": 1,"value": 89.1234,"previous": 89.0021,"scrapedAt": "2026-06-05T13:00:00.000Z","error": null}
✨ Why choose this Actor
| 🆓 | Works with the free Apify tier. |
| 🧹 | Clean, snake_case keys ready for BI. |
| 🔢 | Auto-casts numeric strings to real numbers. |
| 🛟 | Surfaces upstream errors as a clean error record. |
| 💾 | Push to dataset, instant CSV / Excel / JSON / XML / HTML export. |
📈 How it compares to alternatives
| Approach | Setup time | Clean keys | Numeric casting | Error handling |
|---|---|---|---|---|
Roll your own fetch | 30 min + | ❌ | ❌ | ❌ |
| Custom Python script | 1 hr install + script | ✅ | partial | partial |
| This Actor | 5 sec, no install | ✅ | ✅ | ✅ |
🚀 How to use
- Click Try for free.
- Adjust the inputs or leave defaults.
- Click Start. Within seconds, your dataset is ready, download as CSV, Excel, JSON, or XML, or pipe to your warehouse.
💼 Business use cases
📊 Backtesting and quant research. Pull series for your watchlist into a single table, feed pandas, run your strategy.
💼 Treasury and risk. Schedule a daily run and pipe to your finance dashboard.
📰 Newsroom fact-checking. Reporters can verify a published number for a story in 30 seconds.
🤖 ML feature engineering. Build a clean training set of economic features for any model.
🔌 Automating CBR Russia Daily Exchange Rates Scraper
- Make and Zapier: trigger this actor on a schedule, push results to Airtable, Google Sheets, or Slack.
- Cron schedule: native Apify scheduler, run on any cadence.
- Webhooks: get a POST to your endpoint the moment a run finishes.
- Pipe to BigQuery / Snowflake / Postgres: native Apify integrations move datasets straight into your warehouse.
🌟 Beyond business use cases
🎓 Education. Teach a finance class with reproducible, real-world datasets.
🧪 Personal research. Track your own portfolio, compute custom indicators, plot them in your favourite tool.
🤝 Non-profit and open data. Build public dashboards without writing client code.
🧰 Tinkering and prototyping. Spin up a feed in 5 seconds to test a new chart library.
🤖 Ask an AI assistant about this scraper
Pop this README into ChatGPT, Claude, or any AI assistant and ask it to map your specific workflow to the actor inputs. The schema, examples, and field list above contain everything an LLM needs to design a working pipeline.
❓ Frequently Asked Questions
❓ Do I need an API key? No. The upstream endpoint is public.
❓ Is there a rate limit? Sources may rate-limit. This actor surfaces any rate-limit notes as a clean error record.
❓ Are values cast to numbers? Yes.
❓ Can I schedule runs? Yes, use Apify native scheduler or hook this up to Make / Zapier / cron.
❓ Is this scraping or API? API. The endpoint is fully public; we are only normalising the response.
❓ Will the schema change? Core fields are stable. New upstream fields will be passed through as added.
❓ What format can I download? CSV, Excel, JSON, JSONL, XML, RSS, or HTML straight from the Apify dataset UI.
❓ Can I use this commercially? Yes, subject to the source terms of service.
❓ Why is my run only 10 items? Free plan preview limit. Upgrade for up to 1,000,000.
❓ How fresh is the data? As fresh as the upstream endpoint publishes.
🔌 Integrate with any app
Apify ships native integrations with Make, Zapier, Slack, Discord, Google Drive, Google Sheets, Gmail, Airbyte, Keboola, Telegram, GitHub, and any REST API or webhook endpoint. Trigger runs from a calendar event, a form submission, a cron job, or pipe results straight into BigQuery, Snowflake, or a Postgres warehouse.
🔗 Recommended Actors
| Actor | What it does |
|---|---|
| ParseForge Alpha Vantage Scraper | Stocks, FX, crypto, indicators. |
| ParseForge Yahoo Finance Scraper | Equities, funds, indices, options chains. |
| ParseForge OurAirports Scraper | Global airport database. |
💡 Pro Tip: browse the complete ParseForge collection for 900+ production-grade scrapers across business intelligence, real estate, e-commerce, sports, finance, and public records.
Disclaimer: This actor scrapes only publicly available data. ParseForge is not affiliated with, endorsed by, or sponsored by any of the third-party services referenced. Users are responsible for complying with the target site terms of service and applicable law. Create a free account w/ $5 credit.