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

분기보고서, 반기 보고서 추출중 에러 #182

Open
DDeepEye opened this issue Nov 5, 2024 · 2 comments
Open

분기보고서, 반기 보고서 추출중 에러 #182

DDeepEye opened this issue Nov 5, 2024 · 2 comments

Comments

@DDeepEye
Copy link

DDeepEye commented Nov 5, 2024

현재 dart_fss 패키지를 이용하여 코스피, 코스닥, 코넥스 의 모든 회사들의 내재가치를 5시간 안에 모두 분석하는 프로그램을 만들수 있었습니다. 감사합니다.

에러가 난 사항은 아래와 같습니다.

  1. 현대차 2023 년 분기보고서를 추출하다가 발생하였습니다. search_filings 으로는 분기보고서 반기 보고서의 명단이 보이지만 extract_fs 추출을 시도하면 문서가 없다고 에러가 출력됩니다. 시도했던 코드 코유드립니다.
    hd = corp_list.find_by_stock_code("005380")
    reports = hd.search_filings(bgn_de="20230101",end_de="20231231", pblntf_detail_ty=['A002','A003']) # 여기서 리포트가 있음을 확인
    fs = hd.extract_fs(bgn_de='20240101',end_de='20241231', report_tp='quarter') #하지만 여기서 리포트 추출에 실패..

3s 라는 회사도 2024 분기보고서가 같은 증상으로 추출이 되지 않고 있습니다.

감사합니다.

@DDeepEye
Copy link
Author

DDeepEye commented Nov 5, 2024

혹시 프로젝트에 참여가 가능하다면 같이 해보고 싶습니다. 감사합니다.

@josw123
Copy link
Owner

josw123 commented Nov 18, 2024

안녕하세요.
dart-fss와 관련된 오류정보 감사합니다.

올려주신 코드와 동일하게 테스트 해보았으나, 별 문제 없이 동작함을 확인하였습니다.
혹시 추가적인 오류 로그나 환경을 알려주시면 감사하겠습니다.

import dart_fss as dart
corp_list = dart.get_corp_list()
hd = corp_list.find_by_stock_code("005380")
reports = hd.search_filings(bgn_de="20230101",end_de="20231231", pblntf_detail_ty=['A002','A003'])
fs = hd.extract_fs(bgn_de='20240101',end_de='20241231', report_tp='quarter')
fs.save()

00164742_quarter.xlsx

  1. dart-fss 프로젝트는 오픈소스이므로 자유롭게 참여하시면 되겠습니다.

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

2 participants