Get Asset Fundamentals
get_asset_fundamentalsRetrieve fundamental indicators for assets such as market cap, P/E, P/B, EV/EBITDA, ROE, margins, debt ratios, and dividend yield using asset UIDs.
Instructions
Fundamental indicators for assets: market cap, P/E, P/B, EV/EBITDA, ROE/ROA/ROIC, margins, debt ratios, dividend yield, 52-week range. Takes assetUid (NOT instrument UID) — get it from get_instrument. Indicators not applicable to the asset (e.g. EV/EBITDA for banks) are null.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assetUids | Yes | Asset UIDs (assetUid field from get_instrument) | |
| outputPath | No | Write the full result to this file (path relative to the output root: TINKOFF_OUTPUT_DIR or server cwd) instead of returning it inline. The response becomes a short summary {savedTo, records, bytes, sample}. Use for bulk data to keep the context clean. For get_candles/get_operations this also enables full-history fetching (chunking/pagination). | |
| outputFormat | No | File format; default json (or csv if outputPath ends with .csv). csv writes the main flat array of the response. |