Skip to main content

Ticker Analysis

{
  "id": "string",
  "recommendation": "neutral | underbought | overbought",
  "justification": "string",
  "ticker": "string", // valid ticker symbol eg. 'MSFT'
  "rsi_analysis": "string", // Relative Strength Index analysis
  "macd_analysis": "string", // Moving Average Convergence Divergence analysis
  "bb_analysis": "string", // Bollinger Bands analysis
  "news_analysis": {
    "summary": "string", // A summary of the recent news relevant to the ticker
    "relevance": "string" // Assessment of the relevance of the news to the ticker
  },
  "model": "string", // Returned model will be: gpt-4.1 | gpt-4.1-mini | o4-mini
  "created_at": "string" // The date and time the analysis was created in UTC ISO format
}

metrics

{
  "ticker": "string", // valid ticker symbol eg. 'MSFT'
  "resolution": "1D | 1W | 1M | 3M | 6M | 1Y", // resolution of the metrics
  "relative_performance": 0.39749577 // relative performance of the stock compared to the Buy and Hold strategy to the 8th decimal place.
}