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

재무제표 추출 문의 #178

Open
0x68756d8616e6f69664 opened this issue Aug 31, 2024 · 2 comments
Open

재무제표 추출 문의 #178

0x68756d8616e6f69664 opened this issue Aug 31, 2024 · 2 comments

Comments

@0x68756d8616e6f69664
Copy link

안녕하세요. 저번에 문의드렸던 재무제표 추출건은 별도재무제표 추출로 해결이 되었는데요?
'HMM'에 대해서도 동일한 증상이 보여서요. 혹시 확인 부탁드려도 될까요?
dart-fss 가장 최신 버전을 사용했습니다.

import dart_fss as dart

Open DART API KEY 설정

api_key=
dart.set_api_key(api_key=api_key)

DART 에 공시된 회사 리스트 불러오기

corp_list = dart.get_corp_list()

삼성전자 검색

samsung = corp_list.find_by_corp_name('HMM', exactly=True)[0]

2012년부터 연간 별도재무제표 불러오기

fs = samsung.extract_fs(bgn_de='20230101', report_tp='quarter', separate=True)

재무제표 검색 결과를 엑셀파일로 저장 ( 기본저장위치: 실행폴더/fsdata )

fs.save()

@josw123
Copy link
Owner

josw123 commented Sep 1, 2024

안녕하세요.

동일한 문제를 확인하였고, 데이터 Merge 과정에서 발생하는 문제로 생각됩니다.
자세한 사항은 확인해 보도록 하겠습니다.

josw123 added a commit that referenced this issue Sep 2, 2024
Modified the data merge process to handle cases where recent data lacks sufficient valid entries. The search now continues through older data to ensure proper merging.
@josw123
Copy link
Owner

josw123 commented Sep 2, 2024

관련사항은 수정하였으며, 다음버전에 수정되어 배포될 예정입니다.
감사합니다.

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