export_us_to_excel
Export long-term US stock data to Excel files without row limits. Ideal for backtesting and analysis with unlimited historical data.
Instructions
US Excel export — 미국 주식 장기 데이터를 Excel 파일로 저장 (토큰 소비 없음). "AAPL 10년치 CSV 저장", "TSLA 5년 일봉 엑셀", "S&P 장기 데이터 파일로" 같은 질문에 사용합니다.
⭐ get_us_chart는 기본 500행 상한이라 10년치 장기 데이터 조회 시 잘립니다.
백테스트·CSV 분석·다른 AI 업로드용이면 이 도구로 파일에 저장하세요. 행 수 무제한.
저장 위치: ~/Downloads/kstock/ (Windows: %USERPROFILE%\Downloads\kstock\)
Args: ticker: US 티커 (예: "AAPL", "SPY", "BRK.B") period: "1d","5d","1mo","3mo","6mo","1y","2y","5y","10y","ytd","max" (기본 10y) interval: "1d","1wk","1mo" (기본 1d). 분봉은 기간 짧아서 파일 저장 의미 약함 filename: 파일명 (비우면 자동)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | ||
| period | No | 10y | |
| interval | No | 1d | |
| filename | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |