Spire Inc (SR) Divestments (2013 - 2014)
Spire's (SR) quarterly Divestments came in at $12.9 million in Q1 2014, up 17.5% quarter-over-quarter from $11.0 million in Q4 2013.
Spire Inc (SR) Divestments (2013 - 2014) Analysis & Trends
Spire (SR) has reported Divestments for 2 consecutive years, with $12.9 million the latest figure, recorded in Q1 2014.
Peer Comparison
Spire Inc Divestments 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=divestments&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "divestments", "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=divestments&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();