Spire Inc (SR) Property, Plant & Equipment (Net) (2009 - 2014)
Analysis
Spire Inc (SR) Property, Plant & Equipment (Net) (2009 - 2014) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2014 | 1.80 Bn |
| Dec 31, 2013 | 1.79 Bn |
| Sep 30, 2013 | 1.78 Bn |
| Jun 30, 2013 | 1.08 Bn |
| Mar 31, 2013 | 1.06 Bn |
| Dec 31, 2012 | 1.04 Bn |
| Sep 30, 2012 | 1.02 Bn |
| Jun 30, 2012 | 981.00 Mn |
| Mar 31, 2012 | 957.71 Mn |
| Dec 31, 2011 | 936.85 Mn |
| Sep 30, 2011 | 928.68 Mn |
| Jun 30, 2011 | 907.71 Mn |
| Mar 31, 2011 | 898.02 Mn |
| Dec 31, 2010 | 890.99 Mn |
| Sep 30, 2010 | 884.08 Mn |
| Jun 30, 2010 | 873.45 Mn |
| Mar 31, 2010 | 865.81 Mn |
| Dec 31, 2009 | 858.97 Mn |
| Sep 30, 2009 | 855.93 Mn |
API Access
Spire Inc Property, Plant & Equipment (Net) 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=property-plant-and-equipment-net&ticker=SR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "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=property-plant-and-equipment-net&ticker=SR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();