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
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.
안녕하세요. 저번에 문의드렸던 재무제표 추출건은 별도재무제표 추출로 해결이 되었는데요?
'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()
The text was updated successfully, but these errors were encountered: