POST /api/v1/fundamentals/ratios
Tier: point · Delivery: sync
Request
| Field | Type |
|---|---|
ticker | string |
as_of_date | string |
ratio_categories | ("valuation" | "profitability" | "liquidity" | "leverage" | "per_share")[] |
Response
The response is the two-key envelope{ finterm, data }, where data is the finterm.result:FinancialRatios/v1 contract:
| Field | Description |
|---|---|
ticker | The stock ticker symbol, uppercased (e.g. “AAPL”). |
price | The share price the ratios are computed against, in USD; null if unavailable. |
market_cap | Market capitalization in USD; null if unavailable. |
ratios | The requested ratio categories. Each block is present only when requested (default: all): valuation (price_to_earnings, price_to_book, price_to_sales, ev_to_sales, ev_to_ebitda); profitability (return_on_equity, return_on_assets, gross_margin, operating_margin, net_margin); liquidity (current_ratio, quick_ratio, cash_ratio); leverage (debt_to_equity, interest_coverage); per_share (earnings_per_share, book_value_per_share, dividend_yield). A value is null when not computable. |