fix: correct KIS overseas ranking API TR_IDs, paths, and exchange codes #142
Reference in New Issue
Block a user
Delete Branch "feature/issue-141-fix-overseas-ranking-api"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Test plan
Fixes #141
🤖 Generated with Claude Code
The overseas ranking API was returning 404 for all exchanges because the TR_IDs, API paths, and exchange codes were all incorrect. Updated to match KIS official API documentation: - TR_ID: HHDFS76290000 (updown-rate), HHDFS76270000 (volume-surge) - Path: /uapi/overseas-stock/v1/ranking/{updown-rate,volume-surge} - Exchange codes: NASD→NAS, NYSE→NYS, AMEX→AMS via ranking-specific mapping Fixes #141 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>