| name | historical-financial-ratings |
| description | Retrieve historical financial ratings and key metric scores over time using the Octagon Claude plugin. 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 Claude plugin.
Prerequisites
Ensure the Octagon Claude plugin is installed and configured in Claude Code before invoking this skill.
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 the Octagon Claude plugin
Use the octagon-agent tool with a natural language prompt:
Retrieve historical financial ratings and key metric scores over time for <TICKER>, limited to <N> records.
MCP Call Format:
{
"server": "octagon-claude-plugin",
"toolName": "octagon-agent",
"arguments": {
"prompt": "Retrieve historical financial ratings and key metric scores over time for NVDA, limited to 2000 records."