Profile
Stock profile information from kabutan.jp main page.
All fields except code are optional and may be None for ETFs or stocks with incomplete data.
Attributes:
| Name | Type | Description |
|---|---|---|
code |
str
|
Stock code (e.g., "7203") |
name |
str | None
|
Company name in Japanese |
market |
str | None
|
Market name (東証P, 東証S, 東証G, etc.) |
industry |
str | None
|
Industry sector name |
description |
str | None
|
Company description |
themes |
list[str] | None
|
List of theme tags |
website |
str | None
|
Company website URL |
english_name |
str | None
|
Company name in English |
per |
float | None
|
Price-to-Earnings Ratio (None when negative/undisclosed — kabutan shows "-") |
pbr |
float | None
|
Price-to-Book Ratio |
market_cap |
float | None
|
Market capitalization in yen (e.g. 39.764兆円 -> 39764000000000.0) |
dividend_yield |
float | None
|
Dividend yield percentage |
margin_ratio |
float | None
|
Margin trading ratio |
__iter__()
Enable dict(profile) conversion.
to_dict()
Convert profile to dictionary.