/cbr/rates/history
Get the historical exchange rate of a single currency against the ruble over a date range
Price: 1 credit
💡 AI Hint: Get the historical official Bank of Russia exchange rate of one foreign currency against the ruble over a date range. Pass the currency as its ISO character code (USD, EUR, CNY) or its Bank-of-Russia id (R01235). Returns one record per published day with the nominal, the rate for that nominal, and the per-unit rate.
⚠️ Common errors: 412: No rate history found for the given currency and date range
Authorizations
API token from the dashboard
Headers
Body
Currency to read the history for — either the Bank-of-Russia id (e.g. R01235) or the ISO character code (e.g. USD)
1"USD"
"R01235"
"EUR"
"CNY"
Start date in YYYY-MM-DD format
^\d{4}-\d{2}-\d{2}$End date in YYYY-MM-DD format
^\d{4}-\d{2}-\d{2}$Maximum number of records to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500