QUERY IT / Banking Credit And Insurance
What can you query with Bank of Russia Statistical Data API?
Structured central-bank statistical indicators in JSON
THE DECISION
Source route
# Bank of Russia Statistical Data API ## What It Contains Bank of Russia Statistical Data API is an official public-data source operated by Bank of Russia. It provides structured central-bank statistical indicators in json. This record describes only the official documented API; it does not grant permission to scrape unrelated pages or bypass access controls. ## Search With Codex ```text Use Bank of Russia Statistical Data API through https://cbr.ru/statistics/data-service/APIdocumentation/. Start with a small, documented query or download. Keep the source URL and retrieval time, observe published terms and access controls, and do not use restricted information. ``` ## Python Starter Script ```python from urllib.request import Request, urlopen url = "https://cbr.ru/statistics/data-service/APIdocumentation/" with urlopen(Request(url, headers={"User-Agent": "personal research"}), timeout=20) as response: print(response.status) # Use only the source's documented API or listed machine-readable download. ``` ## Example Searches - Locate a specific official indicator or dataset using the portal metadata. - Retrieve a bounded, documented result or download. ## What You Could Build - A personal research workflow retaining official-source provenance. - A limited analysis using the source's documented public data. ## Access and Rights Check the source's current terms, dataset conditions and applicable law before reuse or redistribution. Availability and access conditions can change. ## Geography Details Primary coverage is Russia. ## Related Databases - Relationships are added after independent comparison. ## Sources - [https://cbr.ru/statistics/data-service/APIdocumentation/](https://cbr.ru/statistics/data-service/APIdocumentation/) ## FAQ - **Can AI access it?** Only via the listed official route and within its current conditions. - **Can I scrape other pages?** No; do not infer automation permission. - **Is it commercial data?** No; this is a public-source screening record.
COPYABLE IMPLEMENTATION PROMPT
Design a source-aware query workflow for Bank of Russia Statistical Data API. Source context: Structured central-bank statistical indicators in JSON Use the documented access route, record the exact source and retrieval time for every result, respect rate limits and rights, and distinguish source facts from analysis. Do not invent missing data.
Opening an AI app also copies this prompt as a fallback.
THE USEFUL CORE
What you can query
- Bank of Russia Statistical Data API What It Contains Bank of Russia Statistical Data API is an official public-data source operated by Bank of Russia.
- It provides structured central-bank statistical indicators in json.
- This record describes only the official documented API; it does not grant permission to scrape unrelated pages or bypass access controls.
- Search With Codex text Use Bank of Russia Statistical Data API through https://cbr.ru/statistics/data-service/APIdocumentation/.
- Start with a small, documented query or download.
WHAT TO VERIFY BEFORE USE
What to verify before use
Confirm the source licence, access rules, update cadence, documentation, and whether the data is complete enough for the decision you need to make.
QUESTIONS
What should I verify first?
Start with the official source, current terms or licence, practical setup requirements, and the limits of the recorded catalogue data.
Is this information current?
Last recorded check: 2026-08-17. Verify time-sensitive details with the linked official source.
Can I save this route?
Yes. Create an account or log in, then use the Save button to keep it in your collection.
