상품기본정보 조회 시세조회 가능 여부 확인 #50
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🛠️ PR Summary
🌟 요약
어떤 것이 변경되었나요? 간략히 설명해주세요.
상품기본정보 조회 함수에서 시세조회가 가능한지 확인하는 로직을 추가했습니다.
📊 주요 변경 사항
주요 변경 사항을 적어주세요.
pykis/api/stock/info.py파일에quotable_market함수를 구현했습니다.pykis/api/stock/info.py파일에info함수는 이제 기본적으로quotable_market함수를 호출하여 마켓 정보를 가져옵니다.🎯 목적 및 영향
목적: 왜 이 PR이 필요한가요?
국내주식시세 -> 상품기본조회[v1_국내주식-029]API가 의도되지 않은 정보를 불러오는 문제를 해결했습니다.영향: 이 변경 사항이 어떤 영향을 미치나요?
시세 조회가 가능한 국내 및 해외 주식의 정보를 명확하게 가져올수 있습니다.