Skip to main content

news

Get recent posts from CryptoPanic news aggregator platform. [Source: https://cryptopanic.com/]

Source Code: [link]

openbb.crypto.dd.news(limit: int = 60, post_kind: str = "news", filter_: Optional[str] = None, region: str = "en", source: Optional[str] = None, symbol: Optional[str] = None, sortby: str = "published_at", ascend: bool = True)

Parameters

NameTypeDescriptionDefaultOptional
limitintnumber of news to fetch60True
post_kindstrFilter by category of news. Available values: news or media.newsTrue
filter_Optional[str]Filter by kind of news. One from list: risinghotbullish
regionstrFilter news by regions. Available regions are: en (English), de (Deutsch), nl (Dutch),
es (Español), fr (Français), it (Italiano), pt (Português), ru (Русский)
enTrue
sortbystrKey to sort by.published_atTrue
ascendboolSort in ascend order.TrueTrue

Returns

TypeDescription
pd.DataFrameDataFrame with recent news from different sources filtered by provided parameters.