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

stock.get_market_net_purchases_of_equities / 'OverflowError: Python int too large to convert to C long 에러 #213

Open
sirakabaz opened this issue Jan 22, 2025 · 0 comments

Comments

@sirakabaz
Copy link

sirakabaz commented Jan 22, 2025

<에러 발생조건>
버젼은 1.0.48입니다.
아래 코드 실행 시 'OverflowError: Python int too large to convert to C long 에러가 발생합니다.
stock.get_market_net_purchases_of_equities("20240122", "20250122", "KOSPI", "개인")

<유사 조건 테스트결과>
동일조건(동일날짜, 코스피)으로 "기관" 이나 "연기금" 지정시에는 발생하지않네요.

#180 이슈랑도 관련있는듯 한데요.
이것도 데이터스크리핑 결과에 32비트변환불가능한 큰값이 있는것인지 확인가능할까요?

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

1 participant