EPS (On Demand)
Returns the earnings per share (EPS) for a stock using QuoteMedia's on-demand data service.
What is EPS?
Earnings Per Share (EPS) is calculated as:
EPS = Net Income / Shares Outstanding
It represents the portion of a company's profit allocated to each outstanding share of common stock.
Supported Symbol Formats
| Type | Format | Example |
|---|---|---|
| US Stocks | SYMBOL | AAPL, MSFT |
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| Symbol | String | Yes | Stock ticker symbol |
Notes
- Typically returns trailing twelve months (TTM) EPS
- Negative EPS indicates a loss
- Used to calculate P/E ratio
Syntax
=QM_EPS(Symbol)Examples
When to Use
- Fundamental analysis
- Calculate P/E ratio
- Compare earnings across companies
- Valuation analysis
When NOT to Use
Common Issues & FAQ
Why is EPS negative?
Negative EPS indicates the company had a net loss for the period. This is common for growth companies reinvesting heavily.
Is this basic or diluted EPS?
This typically returns basic EPS. For diluted EPS that accounts for stock options and convertibles, check for dedicated diluted EPS functions.
What time period does this cover?
This usually returns trailing twelve months (TTM) EPS.
