Spire Inc (SR) Share-based Compensation (2011 - 2013)
Spire's (SR) quarterly Share-based Compensation came in at $1.1 million in Q4 2013, up 45.64% year-over-year from $723000.0 in Q4 2012, and up 440.0% quarter-over-quarter from $195000.0 in Q3 2013.
Spire Inc (SR) Share-based Compensation (2011 - 2013) Analysis & Trends
Spire (SR) has reported Share-based Compensation for 3 consecutive years, with $1.1 million the latest figure, recorded in Q4 2013.
- On a quarterly basis, Share-based Compensation rose 45.64% year-over-year to $1.1 million in Q4 2013; TTM through Mar 2014 was $1.3 million, a 63.62% increase from a year earlier, with the FY2013 full-year figure at $931000.0, down 22.61% from the prior year.
- Share-based Compensation was $1.1 million for Q4 2013 at Spire, up from $195000.0 in the prior quarter.
- Over five years, Share-based Compensation peaked at $1.2 million in Q4 2011 and troughed at $6000.0 in Q2 2012.
- A 3-year average of $398375.0 and a median of $113500.0 in 2012 frame the typical range for Share-based Compensation.
- Across the five-year window, Share-based Compensation sank 37.94% in 2012 and soared 509.38% in 2013, its largest moves.
- Over 3 years, Share-based Compensation stood at $1.2 million in 2011, then slumped by 37.94% to $723000.0 in 2012, then surged by 45.64% to $1.1 million in 2013.
- The last three Share-based Compensation figures came in at $1.1 million (Q4 2013), $195000.0 (Q3 2013), and $7000.0 (Q2 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2013 | 1.05 Mn |
| Sep 30, 2013 | 195,000.00 |
| Jun 30, 2013 | 7,000.00 |
| Mar 31, 2013 | 6,000.00 |
| Dec 31, 2012 | 723,000.00 |
| Sep 30, 2012 | 32,000.00 |
| Jun 30, 2012 | 6,000.00 |
| Dec 31, 2011 | 1.17 Mn |
Spire Inc Share-based Compensation API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=share-based-compensation&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "ticker": "SR", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=share-based-compensation&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();