load_all_tickers
Retrieves all ticker symbols and corresponding stock names for KOSPI and KOSDAQ, mapping them into a dictionary for efficient data access.
Instructions
Loads all ticker symbols and names for KOSPI and KOSDAQ into memory.
Returns:
Dict[str, str]: A dictionary mapping tickers to stock names.
Example: {"005930": "삼성전자", "035720": "카카오", ...}
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "load_all_tickersArguments",
"type": "object"
}