-
Notifications
You must be signed in to change notification settings - Fork 247
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
get_index_fundamental 함수 정보 누락 #179
Comments
저도 해보니 잘 안되네요. get_index_fundamental 확인 부탁 드립니다. |
맞아요 저도 다음과 같이 실행해봤는데 아무런 데이터를 반환하지 않습니다. from pykrx import stock stock.get_index_fundamental('20240501','20240503','1001') |
4월 29일부터 에러가 발생했습니다.
|
저도 동일한 이슈를 겪고 있습니다 |
- Modified related code as the data is no longer available on the KRX website
데이터 레이아웃이 바뀌었네요. 선행PER 데이터가 서버에서 사라져서 관련 코드를 수정(e8be1e7)했습니다. 모듈 업데이트 후 확인해주세요. |
안녕하세요 pykrx를 너무 잘 사용해오고 있던 유저입니다.
그런데 최근 get_index_fundamental 함수가 작동하지 않는 것 같아서 문의드립니다.
print(stock.get_index_fundamental("20240422", "20240426", "1001"))
Empty DataFrame
Columns: []
Index: []
이렇게 나오고 있는데, 날짜를 바꾸어도 마찬가지 입니다.
혹시 더이상 get_index_fundamental 함수를 지원하지 않는건지 문의드립니다. 감사합니다.
The text was updated successfully, but these errors were encountered: