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
symbol
: Union[str, list[str]]
Symbol to get data for. Multiple items allowed for provider(s): intrinio.
• Optional: False
tag
: Union[str, list[str]]
Intrinio data tag ID or code. Multiple items allowed for provider(s): intrinio.
• Optional: False
symbol
: Union[str, list[str]]
Symbol to get data for. Multiple items allowed for provider(s): intrinio.
• Optional: False
tag
: Union[str, list[str]]
Intrinio data tag ID or code. Multiple items allowed for provider(s): intrinio.
• Optional: False
Data
- standard
- intrinio
symbol
: str
Symbol representing the entity requested in the data.
tag
: str
Tag name for the fetched data.
value
: Union[str, float]
The value of the data.
symbol
: str
Symbol representing the entity requested in the data.
tag
: str
Tag name for the fetched data.
value
: Union[str, float]
The value of the data.