Retrieve financial ratios for a stock.
Returns ratios grouped by category for fundamental analysis and peer comparison.
Use group to fetch a category (valuation, profitability, liquidity, leverage, ttm, dupont)
or supply name to retrieve a single specific ratio.
Documentation Index
Fetch the complete documentation index at: https://tradewatch.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authentication via API key header
Stock ticker symbol (e.g., 'AAPL', 'TSLA').
Ratio group to return. One of: valuation (P/E, EV/EBITDA, P/B), profitability (ROE, ROA, net/gross margins), liquidity (current ratio, quick ratio, cash ratio), leverage (debt-to-equity, interest coverage), ttm (trailing twelve months), dupont (DuPont decomposition of ROE), or all to return every group (default: all). Ignored when name is provided.
Name of a specific ratio to retrieve (e.g., pe_ratio, roe, current_ratio). When provided, overrides the group parameter and returns a single ratio.