Skip to main content

events

Get all events related to given coin like conferences, start date of futures trading etc.

Source Code: [link]

openbb.crypto.dd.events(symbol: str = "BTC", sortby: str = "date", ascend: bool = False)

Parameters

NameTypeDescriptionDefaultOptional
symbolstrCryptocurrency symbol (e.g. BTC)BTCTrue
sortbystrKey by which to sort data. Every column name is valid
(see for possible values:
https://api.coinpaprika.com/docs#tag/Coins/paths/~1coins~1%7Bcoin_id%7D~1events/get).
dateTrue
ascendboolFlag to sort data ascendingFalseTrue

Returns

TypeDescription
pd.DataFrameEvents found for given coin
Columns: id, date , date_to, name, description, is_conference, link, proof_image_link