Skip to main content

exchanges

Show top crypto exchanges.

Source Code: [link]

openbb.crypto.ov.exchanges(source: str = "CoinGecko")

Parameters

NameTypeDescriptionDefaultOptional
sourcestrSource to get exchanges, by default "CoinGecko"CoinGeckoTrue

Returns

TypeDescription
pd.DataFrameDataFrame with top crypto exchanges

Examples

from openbb_terminal.sdk import openbb
exchanges = openbb.crypto.ov.exchanges()