CtrlK
BlogDocsLog inGet started
Tessl Logo

tessl/pypi-openbb

Investment research for everyone, anywhere.

Pending
Overview
Eval results
Files

news.mddocs/

Financial News and Sentiment

Financial news aggregation and market sentiment analysis from multiple sources. The news module provides access to financial news feeds and sentiment analysis tools.

Capabilities

News Data

Financial news aggregation from multiple sources with filtering and search capabilities.

def obb.news.company(
    symbol: str,
    provider: str = None,
    **kwargs
) -> ResponseObject:
    """
    Get company-specific financial news.
    
    Parameters:
    - symbol: Company symbol
    - provider: Data provider to use
    
    Returns:
    ResponseObject with company news data
    """

def obb.news.world(
    provider: str = None,
    **kwargs
) -> ResponseObject:
    """
    Get world financial news.
    
    Parameters:
    - provider: Data provider to use
    
    Returns:
    ResponseObject with world news data
    """

Usage Examples

Financial News Retrieval

from openbb import obb

# Get company news
company_news = obb.news.company(symbol="AAPL")
company_df = company_news.to_dataframe()

# Get world financial news
world_news = obb.news.world()
world_df = world_news.to_dataframe()

News Analysis Workflow

# Retrieve company-specific news
# Analyze sentiment trends
# Monitor market-moving news events

Install with Tessl CLI

npx tessl i tessl/pypi-openbb

docs

commodity.md

crypto.md

currency.md

derivatives.md

economy.md

equity.md

etf-index.md

fixedincome.md

index.md

news.md

regulatory.md

technical.md

tile.json