get_segments
Retrieve reported segment breakdowns for a company: revenue, operating income, assets, depreciation, and capex per segment, to see which business units actually generate profit.
Instructions
Get the reported business-segment breakdown for one company: revenue, operating income, assets, depreciation and capital expenditure per segment. Use this to see which part of a business actually earns money, which consolidated totals in get_financials cannot show.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | EDINET code of the company, e.g. E02144 (Toyota Motor) or E02367 (Nintendo). This is not the securities code — resolve a name or securities code to an EDINET code with search_companies first. | |
| period | No | annual (default) or quarterly segment disclosures. | |
| quarter | No | Only valid with period=quarterly. Year-to-date figures as of Q1/Q2/Q3. | |
| fiscal_year | No | Restrict to one fiscal year. Omit for all disclosed years, newest first. |