Stock Financial Metrics (P/E, PEG, Margins, ROE, Growth, Beta) is a paid API for AI agents from finance.toon.haus, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-13).
Returns key fundamental financial metrics for a stock including P/E ratio, PEG ratio, profit margins, return on equity, growth rates, and beta
P/E, PEG, margins, ROE, growth, beta
Returns a structured set of fundamental financial metrics for the requested stock ticker, including valuation ratios (P/E, PEG), profitability metrics (gross/net/operating margins, ROE), growth rates (revenue and earnings), and risk measure (beta).
GEThttps://finance.toon.haus/api/stock/metricsUse this endpoint when you need a comprehensive snapshot of a stock's fundamental financial health in a single call — covering valuation, profitability, growth, and risk. Prefer this over price/OHLCV endpoints when the goal is investment analysis or screening rather than technical trading. Ideal for comparing stocks on fundamental criteria or evaluating whether a stock is overvalued/undervalued.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"ticker": "AAPL"
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object |
{
"growth": {
"epsGrowthTTM": 29.01,
"revenueGrowthTTM": 12.76,
"revenueGrowthQuarterly": 16.6
},
"ticker": "AAPL",
"trading": {
"beta": 1.0960802,
"week52Low": 195.07,
"week52High": 317.4,
"avgVolume3M": 45.75741,
"avgVolume10D": 52.88318
},
"dividends": {
"yield": 0.3609143162678786,
"payoutRatio": 12.69
},
"valuation": {
"pe": 35.5696,
"peg": null,
"forwardPE": 35.5696,
"evToEbitda": 34.0555,
"priceToBook": 34.0011,
"priceToSales": 9.6578
},
"profitability": {
"roa": 34.02,
"roe": 146.69,
"netMargin": 27.15,
"grossMargin": 47.86,
"operatingMargin": 32.64
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"