get_etf_history
Retrieve daily closing-price history for a specific Korean ETF using its 6-digit code, with customizable start and end dates and lookback period.
Instructions
Daily closing-price history for one ETF.
Args:
code: 6-digit short code.
start_date: YYYYMMDD. Defaults to months before the end date.
end_date: YYYYMMDD. Defaults to the latest day with data.
months: Lookback used when start_date is omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| months | No | ||
| end_date | No | ||
| start_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||