Skip to main content

Latest Attributes


Implementation details

Class names

Model nameParameters classData class
LatestAttributesLatestAttributesQueryParamsLatestAttributesData

Import Statement

from openbb_core.provider.standard_models.latest_attributes import (
LatestAttributesData,
LatestAttributesQueryParams,
)

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
providerLiteral['intrinio']The provider to use for the query, by default None. If None, the provider specified in defaults is selected or 'intrinio' if there is no default.intrinioTrue

Data

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