간단하게 만들어봣는데 쓸일은 없을듯 ;; import os import sys from os.path import dirname real_path = dirname(dirname(os.path.realpath(__file__))) if real_path not in sys.path: sys.path.append(real_path) import win32com.client from 백테스팅.Backtester import * import math from concurrent.futures import * from multiprocessing import Process, Queue, Manager import pprint def get_current_price(universe : list): universe = ['A' + x for x in universe] universe = ','.join(universe) inStockMst = win32com.client.Dispatch("Ds...
#
PYTHON
#
해외선물
#
테일러
#
퀀트킹
#
퀀트박스
#
퀀트
#
코스피
#
코스닥
#
초단타
#
젠포트
#
선물옵션
#
두물머리
#
단타
#
뉴지스탁
#
국내주식
#
국내선물
#
가치투자
#
QUANT
#
해외선물옵션
원문 링크 : [파이썬] CYBOS 다수종목 실시간 현재가 가져오기