sectors
ETF Sector weighting.
Examples
from openbb import obb
obb.etf.sectors(symbol='SPY', provider='fmp')
Parameters
- standard
- fmp
- tmx
Name | Type | Description | Default | Optional |
---|---|---|---|---|
symbol | str | Symbol to get data for. (ETF) | False |
Name | Type | Description | Default | Optional |
---|---|---|---|---|
symbol | str | Symbol to get data for. (ETF) | False |
Name | Type | Description | Default | Optional |
---|---|---|---|---|
symbol | str | Symbol to get data for. (ETF) | False | |
use_cache | bool | Whether to use a cached request. All ETF data comes from a single JSON file that is updated daily. To bypass, set to False. If True, the data will be cached for 4 hours. | True | True |
Returns
OBBject
results : List[EtfSectors]
Serializable results.
provider : Optional[Literal['fmp', 'tmx']]
Provider name.
warnings : Optional[List[Warning_]]
List of warnings.
chart : Optional[Chart]
Chart object.
extra : Dict[str, Any]
Extra info.
Data
- standard
- fmp
- tmx
Name | Type | Description |
---|---|---|
sector | str | Sector of exposure. |
weight | float | Exposure of the ETF to the sector in normalized percentage points. |
Name | Type | Description |
---|---|---|
sector | str | Sector of exposure. |
weight | float | Exposure of the ETF to the sector in normalized percentage points. |
Name | Type | Description |
---|---|---|
sector | str | Sector of exposure. |
weight | float | Exposure of the ETF to the sector in normalized percentage points. |