search_attributes
Search Intrinio data tags to search in latest or historical attributes.
Parameters
- standard
- intrinio
query: str
Query to search for.
limit: int | None
Default: 1000
The number of data entries to return.
query: str
Query to search for.
limit: int | None
Default: 1000
The number of data entries to return.
Returns
results: 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
- standard
- intrinio
id: str
ID of the financial attribute.
name: str
Name of the financial attribute.
tag: str
Tag of the financial attribute.
statement_code: str
Code of the financial statement.
statement_type: str | None
Type of the financial statement.
parent_name: str | None
Parent's name of the financial attribute.
sequence: int | None
Sequence of the financial statement.
factor: str | None
Unit of the financial attribute.
transaction: str | None
Transaction type (credit/debit) of the financial attribute.
type: str | None
Type of the financial attribute.
unit: str | None
Unit of the financial attribute.
id: str
ID of the financial attribute.
name: str
Name of the financial attribute.
tag: str
Tag of the financial attribute.
statement_code: str
Code of the financial statement.
statement_type: str | None
Type of the financial statement.
parent_name: str | None
Parent's name of the financial attribute.
sequence: int | None
Sequence of the financial statement.
factor: str | None
Unit of the financial attribute.
transaction: str | None
Transaction type (credit/debit) of the financial attribute.
type: str | None
Type of the financial attribute.
unit: str | None
Unit of the financial attribute.