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

get_market_trading_value_by_date 함수를 실행하면 빈 dataFrame을 가져옵니다. #183

Open
mmol93 opened this issue Jun 1, 2024 · 3 comments
Assignees
Labels
bug Something isn't working closing-candidate

Comments

@mmol93
Copy link

mmol93 commented Jun 1, 2024

다음과 같은 코드를 실행하면 빈 값이 돌아옵니다.

from pykrx import stock
df = stock.get_market_trading_value_by_date("20210115", "20210122", "005930")
print(df.head())

위 함수뿐 아니라 get_market_ticker_list 등 일부 다른 기능도 그런거 같네요

에러 코드가 뜨는게 아니라 그냥 빈값을 가져오니 어떻게 해야할지 모르겠네요 ㅠ

@bonmen
Copy link

bonmen commented Jun 1, 2024

어제가지도 잘 되던게 오늘 갑자기 저도 안됩니다. api에 문제가 생겼는지 일시적인거면 좋겠는데요.

@mmol93
Copy link
Author

mmol93 commented Jun 1, 2024

@bonmen
다시 되는거 같네요!
어떠신가요?

@mr-yoo
Copy link
Collaborator

mr-yoo commented Jul 14, 2024

최근 KRX 웹페이지가 개편됨에 따라 스크래핑 코드에 Refer 값을 추가했습니다.

모듈 업데이트 후 동작 확인해 주세요.

@mr-yoo mr-yoo self-assigned this Jul 14, 2024
@mr-yoo mr-yoo added bug Something isn't working closing-candidate labels Jul 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working closing-candidate
Projects
None yet
Development

No branches or pull requests

3 participants