Skip to main content

latest_attributes

Get the latest value of a data tag from Intrinio.

Examples

from openbb import obb
obb.equity.fundamental.latest_attributes(symbol='AAPL', tag='ceo', provider='intrinio')

Parameters

NameTypeDescriptionDefaultOptional
symbolUnion[str, List[str]]Symbol to get data for. Multiple items allowed for provider(s): intrinio.False
tagUnion[str, List[str]]Intrinio data tag ID or code. Multiple items allowed for provider(s): intrinio.False

Returns

OBBject
results : List[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

NameTypeDescription
symbolstrSymbol representing the entity requested in the data.
tagstrTag name for the fetched data.
valueUnion[float, str]The value of the data.