Credit Suisse Ag (SLVO) Property, Plant & Equipment (Net) (2009 - 2023)
Analysis
Credit Suisse Ag (SLVO) Property, Plant & Equipment (Net) (2009 - 2023) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | 1.13 Mn |
| Jun 30, 2023 | 1.11 Mn |
| Mar 31, 2022 | 1.08 Mn |
| Dec 31, 2021 | 2.17 Mn |
| Jun 30, 2021 | 2.19 Mn |
| Mar 31, 2021 | 6.64 Mn |
| Dec 31, 2020 | 4.42 Mn |
| Jun 30, 2020 | 25.95 Mn |
| Mar 31, 2020 | 33.08 Mn |
| Dec 31, 2019 | 47.49 Mn |
| Jun 30, 2019 | 30.92 Mn |
| Mar 31, 2019 | 32.13 Mn |
| Dec 31, 2018 | 60.29 Mn |
| Jun 30, 2018 | 4.91 Bn |
| Mar 31, 2018 | 4.93 Bn |
| Dec 31, 2017 | 4.75 Bn |
| Jun 30, 2017 | 4.59 Bn |
| Mar 31, 2017 | 4.65 Bn |
| Dec 31, 2016 | 4.71 Bn |
| Jun 30, 2016 | 4.63 Bn |
API Access
Credit Suisse Ag 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=SLVO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "ticker": "SLVO", "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=SLVO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();