Replies: 1 comment 3 replies
-
안녕하세요. 하드코딩된 부분은 XBRL 데이터 중 "기업정보-공시대상정보-통화ISO코드" 부분으로 일부 기업의 경우 KWR 이 아닌 CNY 등 다른 나라의 통화를 사용하는 경우가 있습니다. 이를 참고하여 처리하기 위해 통화ISO코드 부분을 참고하여 처리하게 됩니다. 얼마전까지만 하더라도 주석부분이 XBRL로 제공되지 않았기 때문에 재무제표 부분만 처리되도록 되어있습니다. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
table = self.parent.get_table_by_code('d999004')
unit = get_value_from_dataset(table.cls, table.dataset, 'dart-gcd_EntityReportingCurrencyISOCode', ignore_case=True)
위 처럼 코드가 작성된걸 확인 했는데, 이유가 뭔지 궁금해서 글 남깁니다.
추가적으로 to_DataFrame() 로 바꾸는 데이터는 재무제표만 바뀌는 부분일까요?
다트 전자공시에서 xbrl viewer로 보이는 데이터랑 차이가 있어보여서요 !
Beta Was this translation helpful? Give feedback.
All reactions