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
- standard
- intrinio
Name | Type | Description | Default | Optional |
---|---|---|---|---|
query | str | Query to search for. | False | |
limit | int | The number of data entries to return. | 1000 | True |
Name | Type | Description | Default | Optional |
---|---|---|---|---|
query | str | Query to search for. | False | |
limit | int | The number of data entries to return. | 1000 | True |
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
- standard
- intrinio
Name | Type | Description |
---|---|---|
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 | Type of the financial statement. |
parent_name | str | Parent's name of the financial attribute. |
sequence | int | Sequence of the financial statement. |
factor | str | Unit of the financial attribute. |
transaction | str | Transaction type (credit/debit) of the financial attribute. |
type | str | Type of the financial attribute. |
unit | str | Unit of the financial attribute. |
Name | Type | Description |
---|---|---|
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 | Type of the financial statement. |
parent_name | str | Parent's name of the financial attribute. |
sequence | int | Sequence of the financial statement. |
factor | str | Unit of the financial attribute. |
transaction | str | Transaction type (credit/debit) of the financial attribute. |
type | str | Type of the financial attribute. |
unit | str | Unit of the financial attribute. |