Crypto Search
Implementation details
Class names
Model name | Parameters class | Data class |
---|---|---|
CryptoSearch | CryptoSearchQueryParams | CryptoSearchData |
Import Statement
from openbb_core.provider.standard_models.crypto_search import (
CryptoSearchData,
CryptoSearchQueryParams,
)
Parameters
- standard
- fmp
Name | Type | Description | Default | Optional |
---|---|---|---|---|
query | str | Search query. | None | True |
Name | Type | Description | Default | Optional |
---|---|---|---|---|
query | str | Search query. | None | True |
Data
- standard
- fmp
Name | Type | Description |
---|---|---|
symbol | str | Symbol representing the entity requested in the data. (Crypto) |
name | str | Name of the crypto. |
Name | Type | Description |
---|---|---|
symbol | str | Symbol representing the entity requested in the data. (Crypto) |
name | str | Name of the crypto. |
currency | str | The currency the crypto trades for. |
exchange | str | The exchange code the crypto trades on. |
exchange_name | str | The short name of the exchange the crypto trades on. |