Growth Tech Equities
Implementation details
Class names
Model name | Parameters class | Data class |
---|---|---|
GrowthTechEquities | GrowthTechEquitiesQueryParams | GrowthTechEquitiesData |
Import Statement
from openbb_core.provider.standard_models. import (
GrowthTechEquitiesData,
GrowthTechEquitiesQueryParams,
)
Parameters
- standard
- yfinance
Name | Type | Description | Default | Optional |
---|---|---|---|---|
sort | Literal['asc', 'desc'] | Sort order. Possible values: 'asc', 'desc'. Default: 'desc'. | desc | True |
Name | Type | Description | Default | Optional |
---|---|---|---|---|
sort | Literal['asc', 'desc'] | Sort order. Possible values: 'asc', 'desc'. Default: 'desc'. | desc | True |
Data
- standard
- yfinance
Name | Type | Description |
---|---|---|
symbol | str | Symbol representing the entity requested in the data. |
name | str | Name of the entity. |
price | float | Last price. |
change | float | Change in price. |
percent_change | float | Percent change. |
volume | Union[int, float] | The trading volume. |
Name | Type | Description |
---|---|---|
symbol | str | Symbol representing the entity requested in the data. |
name | str | Name of the entity. |
price | float | Last price. |
change | float | Change in price. |
percent_change | float | Percent change. |
volume | Union[int, float] | The trading volume. |
market_cap | float | Market Cap. |
avg_volume_3_months | float | Average volume over the last 3 months in millions. |
pe_ratio_ttm | float | PE Ratio (TTM). |