Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2023년 dart.report 수행 시 None이 리턴됩니다. #53

Open
fampcc opened this issue Jul 1, 2024 · 0 comments
Open

2023년 dart.report 수행 시 None이 리턴됩니다. #53

fampcc opened this issue Jul 1, 2024 · 0 comments

Comments

@fampcc
Copy link

fampcc commented Jul 1, 2024

질문 드립니다.
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant