search
Search available cryptocurrency pairs within a provider.
Examples
from openbb import obb
obb.crypto.search(provider='fmp')
obb.crypto.search(query='BTCUSD', provider='fmp')
Parameters
- standard
- fmp
query: str
Search query.
query: str
Search query.
Returns
results: list[CryptoSearch]
Serializable results.
provider: Optional[Literal['fmp']]
Provider name.
warnings: Optional[list[Warning_]]
list of warnings.
chart: Optional[Chart]
Chart object.
extra: dict[str, Any]
Extra info.
Data
- standard
- fmp
symbol: str
Symbol representing the entity requested in the data. (Crypto)
name: str
Name of the crypto.
symbol: str
Symbol representing the entity requested in the data. (Crypto)
name: str
Name of the crypto.
exchange: str
The exchange code the crypto trades on.
ico_date: date
The ICO date of the token.
circulating_supply: float
The circulating supply of the token.
total_supply: float
The total supply of the token.