financial-news

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Financial Market

金融市场

Available Tools

可用工具

  • stock_quote(symbol): Get current stock quote with key metrics.
    • symbol
      (string, required): Stock ticker symbol (e.g., "AAPL", "GOOGL", "MSFT")
  • stock_history(symbol, period?): Get historical stock price data for charting and trend analysis.
    • symbol
      (string, required): Stock ticker symbol
    • period
      (string, optional, default: "1mo"): Time period (e.g., "1mo", "3mo", "6mo", "1y", "5y")
  • financial_news(symbol, count?): Get latest financial news articles for a stock.
    • symbol
      (string, required): Stock ticker symbol
    • count
      (integer, optional, default: 5): Number of news items to return
  • stock_analysis(symbol): Get comprehensive stock analysis including valuation, financials, and analyst recommendations.
    • symbol
      (string, required): Stock ticker symbol
  • stock_quote(symbol): 获取包含关键指标的当前股票报价。
    • symbol
      (字符串,必填): 股票代码(例如:"AAPL"、"GOOGL"、"MSFT")
  • stock_history(symbol, period?): 获取用于图表绘制和趋势分析的历史股票价格数据。
    • symbol
      (字符串,必填): 股票代码
    • period
      (字符串,可选,默认值: "1mo"): 时间周期(例如:"1mo"、"3mo"、"6mo"、"1y"、"5y")
  • financial_news(symbol, count?): 获取某只股票的最新财经新闻文章。
    • symbol
      (字符串,必填): 股票代码
    • count
      (整数,可选,默认值: 5): 返回的新闻条目数量
  • stock_analysis(symbol): 获取包含估值、财务状况和分析师建议的全面股票分析。
    • symbol
      (字符串,必填): 股票代码

Usage Guidelines

使用指南

  • Use standard ticker symbols (e.g., AAPL, MSFT, GOOGL, AMZN).
  • For stock quotes, present data in a clear tabular format with key metrics highlighted.
  • When showing historical data, mention the time period and any notable trends.
  • Combine
    stock_quote
    +
    stock_analysis
    for comprehensive investment overviews.
  • Always include a disclaimer that this is informational only, not investment advice.
  • Use
    financial_news
    to provide context on price movements.
  • 使用标准股票代码(例如:AAPL、MSFT、GOOGL、AMZN)。
  • 对于股票报价,以清晰的表格格式呈现数据,并突出显示关键指标。
  • 展示历史数据时,需提及时间周期和任何显著趋势。
  • 结合
    stock_quote
    +
    stock_analysis
    以提供全面的投资概览。
  • 始终包含免责声明,说明此内容仅作信息参考,不构成投资建议。
  • 使用
    financial_news
    来解释价格波动的背景信息。