Commit Graph

1 Commits

Author SHA1 Message Date
kjh2064 f3a99b6f8e test: Add KRX API direct test script (step 1 validation)
Test script to validate KRX API connectivity and data persistence:
- 5 iterations with 2-second rate limit spacing
- Saves successful responses to market_data.krx_imports
- Verifies reliability (3/5 threshold)
- Uses correct AUTH_KEY header format per KRX API spec

Current status: KRX API endpoint returning 404/timeout
- /svc/apis/idx/krx_dd_trd (production) — not found
- /svc/sample/apis/idx/krx_dd_trd (sample) — not found
- Root cause: External KRX server currently unreachable

Next step: Use KrxDataService stub data fallback (already implemented)

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-08-14 14:30:15 +09:00