Index Sectors
Implementation details
Class names
Model name | Parameters class | Data class |
---|---|---|
IndexSectors | IndexSectorsQueryParams | IndexSectorsData |
Import Statement
from openbb_core.provider.standard_models.index_sectors import (
IndexSectorsData,
IndexSectorsQueryParams,
)
Parameters
- standard
- tmx
symbol
: str
Symbol to get data for.
• Optional: False
symbol
: str
Symbol to get data for.
• Optional: False
use_cache
: bool
Whether to use a cached request. All Index data comes from a single JSON file that is updated daily. To bypass, set to False. If True, the data will be cached for 1 day.
• Default: True
• Optional: True
Data
- standard
- tmx
sector
: str
The sector name.
weight
: float
The weight of the sector in the index.
sector
: str
The sector name.
weight
: float
The weight of the sector in the index.