This Python script downloads historical financial or economic data from the Romanian National Bank (BNR)'s website in .csv format using an internal dataset ID (cid).
- Downloads data by
ciddirectly from BNR (https://www.bnr.ro/idbsfiles) - Saves the file as a
.csv - Requires no browser automation (uses only
requests)
python script_name.py <cid> <filename>