Skip to main content

Search Attributes


Implementation details

Class names

Model nameParameters classData class
SearchAttributesSearchAttributesQueryParamsSearchAttributesData

Import Statement

from openbb_core.provider.standard_models.search_attributes import (
SearchAttributesData,
SearchAttributesQueryParams,
)

Parameters

NameTypeDescriptionDefaultOptional
querystrQuery to search for.False
limitintThe number of data entries to return.1000True
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
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.