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
Name | Type | Description | Default | Optional |
---|---|---|---|---|
term | str | term to search on the news articles | True | |
sort | str | the column to sort by | articlePublishedDate | True |
Returns
Type | Description |
---|---|
pd.DataFrame | term to search on the news articles |
Examples
from openbb_terminal.sdk import openbb
openbb.news()