profitability-analysis
Profitability Analysis
Purpose
Evaluate a company's ability to generate returns on the capital deployed by shareholders, lenders, and the business itself. Analyze the margin hierarchy across reporting periods, compute return metrics (ROE, ROA, ROIC, ROCE), and decompose returns using the DuPont framework to identify whether profitability is driven by margins, asset efficiency, or leverage. Compare returns against the company's cost of capital to determine whether it is creating or destroying value.
Data Fetching Process
Consult ${CLAUDE_PLUGIN_ROOT}/skills/_shared/references/data-sources.md for full source details and fallback behavior.
-
Resolve the ticker. Fetch
https://www.sec.gov/files/company_tickers.jsonusing thesec-fetchskill (seedata-sources.md), locate the company's CIK, and pad it to 10 digits. Cache the CIK and official company name. -
Fetch structured financial data (primary). Request the SEC EDGAR XBRL company facts endpoint:
https://data.sec.gov/api/xbrl/companyfacts/CIK{10-digit-CIK}.jsonExtract the following XBRL concepts:
- Income statement:
Revenues,GrossProfit,OperatingIncomeLoss,NetIncomeLoss,DepreciationDepletionAndAmortization,InterestExpense,IncomeTaxExpenseBenefit - Balance sheet:
Assets,StockholdersEquity,Goodwill,IntangibleAssetsNetExcludingGoodwill,LongTermDebt,ShortTermBorrowingsorDebtCurrent,CashAndCashEquivalentsAtCarryingValue,ShortTermInvestments
- Income statement:
More from tradeinsight-info/investment-analysis-skills
fundamental-report
>
27income-statement-analysis
>
18moat-analysis
>
17analyst-estimates
This skill should be used when the user asks about price targets, analyst ratings, consensus estimates, analyst recommendations, buy ratings, sell ratings, hold ratings, EPS estimates, revenue estimates, analyst coverage, estimate revisions, wall street consensus, or analyst forecasts for a publicly traded company.
16fundamental-report-detailed
>
16sec-filing-reader
>
15