[PYTHON/PYKRX] get_market_ohlcv_by_ticker 함수 : 특정일에 전체 종목의 시가/고가/저가/종가/거래량/거래대금/등락률 리스트 구하기


■ get_market_ohlcv_by_ticker 함수를 사용해 특정일에 전체 종목의 시가/고가/저가/종가/거래량/거래대금/등락률 리스트를 구하는 방법을 보여준다.

main.py

requirements.txt

※ pip install pykrx 명령을 실행했다.