DART openAPI 이용 금융데이타 분석 https://dart-fss.readthedocs.io/en/latest/ DART-FSS — dart-fss documentation v0.3.10 documentation © Copyright 2021, Sungwoo Jo Revision f2df35f9. dart-fss.readthedocs.io import dart_fss as dart # Open DART API KEY 설정 api_key='xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' dart.set_api_key(api_key=api_key) # DART 에 공시된 회사 리스트 불러오기 corp_list = dart.get_corp_list() # 삼성전자 검색 samsung = corp_list.find_by.. data를 표로 만들기 def add_company(code): company = yf.Ticker(code) name = company.info['shortName'] industry = company.info['industry'] bussiness = company.info['longBusinessSummary'] marketCap= company.info['marketCap'] currentPrice= company.info['currentPrice'] targetPrice= company.info['targetMeanPrice'] per = company.info['forwardPE'] eps = company.info['forwardEps'] pbr = company.info['priceToBook'] rev2021 .. yfinance 분석 import yfinance as yf The Ticker module, which allows you to access ticker data in a more Pythonic way: import yfinance as yf msft = yf.Ticker("MSFT") # get stock info msft.info # get historical market data hist = msft.history(period="max") # show actions (dividends, splits) msft.actions # show dividends msft.dividends # show splits msft.splits # show financials msft.financials msft.quarterly_fi.. Pandas (11/6) RealtimeDatabase 정보확인 scroll down firebaseConfig.js 에 복사 외부DB 저장경로 생성 문제 Realtime Database 에 like 폴더 is not created. 작성한 코드 및 에러 메세지 [Unhandled promise rejection: ReferenceError: Can't find variable: user_id] at node_modules\@babel\runtime\helpers\asyncToGenerator.js:null in asyncGeneratorStep at node_modules\@babel\runtime\helpers\asyncToGenerator.js:null in _next at node_modules\promise\setimmediate\core.js:null in tryCallOne at node_modules\promise\setimmediate\co.. 이전 1 ··· 31 32 33 34 35 36 37 ··· 44 다음 728x90 반응형