Skip to main content

news

Get news for a given term and source. [Source: Ultima Insights News Monitor]

Source Code: [link]

openbb.stocks.news(term: str = "", sort: str = "articlePublishedDate")

Parameters

NameTypeDescriptionDefaultOptional
termstrterm to search on the news articlesTrue
sortstrthe column to sort byarticlePublishedDateTrue

Returns

TypeDescription
pd.DataFrameterm to search on the news articles

Examples

from openbb_terminal.sdk import openbb
openbb.news()