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

연결기업이 없는 회사의 경우 finstate_all 함수 응답 없음 #11

Closed
Kisgnues opened this issue May 17, 2020 · 1 comment
Closed

Comments

@Kisgnues
Copy link

삼성바이오로직스와 같이 연결기업이 없는 회사는 finstate_all 함수가 응답하지 않습니다.

@FinanceData
Copy link
Owner

fs_div 에서 재무제표가 연결인지 별도인지를 지정합니다.
('CFS'=연결제무제표, 'OFS'=별도(개별)제무제표)

dart.finstate_all(corp, bsns_year, reprt_code='11011', fs_div='CFS')

또한 0.0.8 에서 연결제무제표 데이터가 없는 경우(연결회사가 없는 경우) 자동으로 별도제무제표(fs_div='OFS') 데이터를 가져오도록 개선하였습니다.

See also https://github.com/FinanceData/OpenDartReader/wiki/Release-Note-0.0.8

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