load_all_tickers
Retrieves all stock ticker symbols and company names from KOSPI and KOSDAQ exchanges for data analysis and reference.
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 | |||