Latest Attributes
Implementation details
Class names
Model name | Parameters class | Data class |
---|---|---|
LatestAttributes | LatestAttributesQueryParams | LatestAttributesData |
Import Statement
from openbb_core.provider.standard_models.latest_attributes import (
LatestAttributesData,
LatestAttributesQueryParams,
)
Parameters
- standard
- intrinio
Name | Type | Description | Default | Optional |
---|---|---|---|---|
symbol | Union[str, List[str]] | Symbol to get data for. Multiple items allowed for provider(s): intrinio. | False | |
tag | Union[str, List[str]] | Intrinio data tag ID or code. Multiple items allowed for provider(s): intrinio. | False |
Name | Type | Description | Default | Optional |
---|---|---|---|---|
symbol | Union[str, List[str]] | Symbol to get data for. Multiple items allowed for provider(s): intrinio. | False | |
tag | Union[str, List[str]] | Intrinio data tag ID or code. Multiple items allowed for provider(s): intrinio. | False |
Data
- standard
- intrinio
Name | Type | Description |
---|---|---|
symbol | str | Symbol representing the entity requested in the data. |
tag | str | Tag name for the fetched data. |
value | Union[float, str] | The value of the data. |
Name | Type | Description |
---|---|---|
symbol | str | Symbol representing the entity requested in the data. |
tag | str | Tag name for the fetched data. |
value | Union[float, str] | The value of the data. |