네이버 환율 Based Daily rate of Exchange Crawling
- Windows 10 or Ubuntu Linux
- Python 3.6
- Variable a settings
country = "USD" # country you want
Max_page_num = 10 # page_number you want
- RUN
python Rate of Exchange Crawling.py
- OUPUT (.json and matplotlib Graph)
{
"2019.12.27": 1160.5,
"2019.12.26": 1162.0,
"2019.12.24": 1164.0,
"2019.12.23": 1164.0,
"2019.12.20": 1161.0,
"2019.12.19": 1166.0,
"2019.12.18": 1168.5,
"2019.12.17": 1167.0,
"2019.12.16": 1173.0,
"2019.12.13": 1172.0,
"2019.12.12": 1189.0,
"2019.12.11": 1194.7,
"2019.12.10": 1192.0,
"2019.12.09": 1191.0,
"2019.12.06": 1189.5,
}