You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
질문 드립니다.
2024년 7월 1일에 2023년 파인텍의 dart.report 수행 시 None이 리턴됩니다.
전자공시에 들어가보면 2024년 3월 21일 사업보고서(2023.12)가 공시되어 있습니다.
몇몇 종목이 dart.report 수행 결과로 None이 리턴되는데 어떻게 값을 가져올 수 있는지 문의 드립니다.
report = dart.report(stock, "배당", year, "11011") # 데이터 가져오기
output = dict() # 출력 초기화
if report is None: # 리포트가 없다면 (참고: 리포트가 없으면 None을 반환함)
output['주당배당금'] = np.nan, np.nan, np.nan
output['주당순이익'] = np.nan, np.nan, np.nan
if year == 2023:
print(stock, year, " could not received dart.report from DART")
파인텍 2023 could not received dart.report from DART
The text was updated successfully, but these errors were encountered:
질문 드립니다.
2024년 7월 1일에 2023년 파인텍의 dart.report 수행 시 None이 리턴됩니다.
전자공시에 들어가보면 2024년 3월 21일 사업보고서(2023.12)가 공시되어 있습니다.
몇몇 종목이 dart.report 수행 결과로 None이 리턴되는데 어떻게 값을 가져올 수 있는지 문의 드립니다.
파인텍 2023 could not received dart.report from DART
The text was updated successfully, but these errors were encountered: