Skip to main content

search_attributes

Search Intrinio data tags to search in latest or historical attributes.

Examples

from openbb import obb
obb.equity.fundamental.search_attributes(query='ebitda', provider='intrinio')

Parameters

NameTypeDescriptionDefaultOptional
querystrQuery to search for.False
limitintThe number of data entries to return.1000True

Returns

OBBject
results : List[SearchAttributes]
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
idstrID of the financial attribute.
namestrName of the financial attribute.
tagstrTag of the financial attribute.
statement_codestrCode of the financial statement.
statement_typestrType of the financial statement.
parent_namestrParent's name of the financial attribute.
sequenceintSequence of the financial statement.
factorstrUnit of the financial attribute.
transactionstrTransaction type (credit/debit) of the financial attribute.
typestrType of the financial attribute.
unitstrUnit of the financial attribute.