AgentSkillsCN

historical-financial-ratings

利用Octagon MCP获取随时间推移的历史财务评级与关键指标得分。当您需要分析整体评级、资产回报率、权益回报率、贴现现金流得分、负债权益比,以及A+、A、B等字母等级时,此技能将助您一臂之力。

SKILL.md
--- frontmatter
name: historical-financial-ratings
description: Retrieve historical financial ratings and key metric scores over time using Octagon MCP. Use when analyzing overall ratings, return on assets, return on equity, discounted cash flow scores, debt-to-equity scores, and letter grades (A+, A, B, etc.) for any public company.

Historical Financial Ratings

Retrieve and analyze historical financial ratings and key metric scores over time for public companies using the Octagon MCP server.

Prerequisites

Ensure Octagon MCP is configured in your AI agent (Cursor, Claude Desktop, Windsurf, etc.). See references/mcp-setup.md for installation instructions.

Workflow

1. Identify Analysis Parameters

Determine the following before querying:

  • Ticker: Stock symbol (e.g., NVDA, AAPL, MSFT)
  • Records: Number of historical data points to retrieve (e.g., 100, 500, 2000)

2. Execute Query via Octagon MCP

Use the octagon-agent tool with a natural language prompt:

code
Retrieve historical financial ratings and key metric scores over time for <TICKER>, limited to <N> records.

MCP Call Format:

json
{
  "server": "octagon-mcp",
  "toolName": "octagon-agent",
  "arguments": {
    "prompt": "Retrieve historical financial ratings and key metric scores over time for NVDA, limited to 2000 records."
  }
}

3. Expected Output

The agent returns historical ratings data including:

DateOverall ScoreOverall RatingROA ScoreROE ScoreDCF ScoreD/E Score
2024-01-155A+4433
2024-01-085A+4433
2023-12-295A4333
.....................

Data Sources: octagon-financials-agent

4. Interpret Results

See references/interpreting-results.md for guidance on:

  • Understanding overall scores and ratings
  • Analyzing individual metric scores
  • Identifying rating trends and changes
  • Spotting financial health improvements or deterioration

Example Queries

Standard Historical Analysis:

code
Retrieve historical financial ratings and key metric scores over time for NVDA, limited to 2000 records.

Recent Ratings Focus:

code
Retrieve historical financial ratings and key metric scores over time for AAPL, limited to 100 records.

Extended Historical View:

code
Retrieve historical financial ratings and key metric scores over time for MSFT, limited to 5000 records.

Key Metrics Explained

MetricDefinitionScore Range
Overall ScoreComposite financial health rating1-5 (5 = best)
Overall RatingLetter grade for financial healthA+ to F
ROA ScoreReturn on Assets efficiency1-5 (5 = best)
ROE ScoreReturn on Equity efficiency1-5 (5 = best)
DCF ScoreDiscounted Cash Flow valuation score1-5 (5 = best)
D/E ScoreDebt-to-Equity health1-5 (5 = lowest debt)

Analysis Tips

  1. Consistent high scores: Companies maintaining 5-star overall scores and A+ ratings over extended periods demonstrate stable financial excellence.

  2. Score improvements: Watch for upward trends in individual metrics (ROA, ROE) as indicators of improving operational efficiency.

  3. Debt management: A stable or improving D/E score suggests the company is managing leverage responsibly.

  4. Rating downgrades: Sudden drops in overall rating (e.g., A+ to B) warrant deeper investigation into financials.

  5. Diverging metrics: If ROE is high but ROA is low, the company may be using significant leverage to boost returns.

Use Cases

  • Investment screening: Filter for companies with consistently high ratings
  • Risk monitoring: Track rating changes for portfolio holdings
  • Due diligence: Review historical financial health before investment decisions
  • Peer comparison: Compare rating trajectories across competitors