야후 파이낸스에서 일봉정보를 크롤링해 봅시다. GIST 가기 ya_fi.py GitHub Gist: instantly share code, notes, and snippets. gist.github.com import requests import datetime as pydatetime import time import datetime import json url = "https://apidojo-yahoo-finance-v1.p.rapidapi.com/stock/v2/get-historical-data" toDate = datetime.date.today() fromDate = toDate - datetime.timedelta(days=10) # print (fromDate.__format__("%Y-..