latest_attributes
Get the latest value of a data tag from Intrinio.
Parameters
- standard
- intrinio
symbol: str | list[str]
Symbol to get data for. Multiple items allowed for provider(s): intrinio.
tag: str | list[str]
Intrinio data tag ID or code. Multiple items allowed for provider(s): intrinio.
symbol: str | list[str]
Symbol to get data for. Multiple items allowed for provider(s): intrinio.
tag: str | list[str]
Intrinio data tag ID or code. Multiple items allowed for provider(s): intrinio.
Returns
results: LatestAttributes
Serializable results.
provider: Optional[Literal['intrinio']]
Provider name.
warnings: Optional[list[Warning_]]
list of warnings.
chart: Optional[Chart]
Chart object.
extra: dict[str, Any]
Extra info.
Data
- standard
- intrinio
symbol: str
Symbol representing the entity requested in the data.
tag: str | None
Tag name for the fetched data.
value: str | float | None
The value of the data.
symbol: str
Symbol representing the entity requested in the data.
tag: str | None
Tag name for the fetched data.
value: str | float | None
The value of the data.