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

모든 티커의 가격을 조회할 경우 값이 error가 발생함 #125

Closed
mr-yoo opened this issue Jun 14, 2024 · 1 comment
Closed

Comments

@mr-yoo
Copy link
Collaborator

mr-yoo commented Jun 14, 2024

2024년 기준 다음 코드 실행시 에러 발생함.

tickers = pyupbit.get_tickers()
data = pyubit.get_current_price(data)
@mr-yoo
Copy link
Collaborator Author

mr-yoo commented Jun 14, 2024

2024년 업비트에 상장된 종목이 약 350개임. parameter의 길이가 길어지면서 requests의 get method로 표현할 수 있는 범위를 넘어서 requests 모듈 내부에서 에러를 리턴함.

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