Spire Inc (SR) Goodwill & Intangibles (2013 - 2014)
Spire's (SR) quarterly Goodwill & Intangibles came in at $216.4 million in Q1 2014, down 8.25% quarter-over-quarter from $235.8 million in Q4 2013.
Spire Inc (SR) Goodwill & Intangibles (2013 - 2014) Analysis & Trends
Spire (SR) has reported Goodwill & Intangibles for 2 consecutive years, with $216.4 million the latest figure, recorded in Q1 2014.
- On a quarterly basis, Goodwill & Intangibles changed N/A year-over-year to $216.4 million in Q1 2014; TTM through Mar 2014 was $216.4 million, a N/A change from a year earlier, with the FY2013 full-year figure at $247.1 million, changed N/A from the prior year.
- Goodwill & Intangibles was $216.4 million for Q1 2014 at Spire, down from $235.8 million in the prior quarter.
- Over five years, Goodwill & Intangibles peaked at $247.1 million in Q3 2013 and troughed at $216.4 million in Q1 2014.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | 216.37 Mn |
| Dec 31, 2013 | 235.81 Mn |
| Sep 30, 2013 | 247.08 Mn |
Spire Inc Goodwill & Intangibles 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=goodwill-and-intangibles&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "goodwill-and-intangibles", "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=goodwill-and-intangibles&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();