Credit Suisse Ag (USOI) Research & Development (2016 - 2022)
Credit Suisse Ag's (USOI) quarterly Research & Development came in at $479.7 million in Q2 2022, up 14.21% year-over-year from $420.0 million in Q2 2021, and up 8.85% quarter-over-quarter from $440.7 million in Q1 2022.
Credit Suisse Ag (USOI) Research & Development (2016 - 2022) Analysis & Trends
Credit Suisse Ag has disclosed Research & Development across 7 years of filings, most recently posting $479.7 million for Q2 2022.
- In Q2 2022, Research & Development rose 14.21% year-over-year to $479.7 million; the TTM figure through Jun 2022 stood at $1.8 billion (up 12.02% YoY), while the FY2023 annual figure was $3.1 billion, up 85.26% from the prior year.
- Research & Development came in at $479.7 million for Q2 2022 at Credit Suisse Ag, up from $440.7 million in the prior quarter.
- In the past five years, Research & Development ranged from a high of $479.7 million in Q2 2022 to a low of $277.4 million in Q2 2018.
- Average Research & Development over 5 years is $370.4 million, with a median of $366.2 million recorded in 2020.
- Year-over-year, Research & Development gained 4.36% in 2018 and rose 17.22% in 2019.
- Over 5 years, Research & Development stood at $277.4 million in 2018, then advanced by 17.22% to $325.1 million in 2019, then advanced by 13.96% to $370.5 million in 2020, then grew by 13.36% to $420.0 million in 2021, then gained by 14.21% to $479.7 million in 2022.
- Per Business Quant data, the three most recent Research & Development figures were $479.7 million in Q2 2022, $440.7 million in Q1 2022, and $420.0 million in Q2 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | 479.69 Mn |
| Mar 31, 2022 | 440.70 Mn |
| Jun 30, 2021 | 420.02 Mn |
| Mar 31, 2021 | 412.56 Mn |
| Jun 30, 2020 | 370.50 Mn |
| Mar 31, 2020 | 361.85 Mn |
| Jun 30, 2019 | 325.12 Mn |
| Mar 31, 2019 | 324.31 Mn |
| Jun 30, 2018 | 277.36 Mn |
| Mar 31, 2018 | 292.07 Mn |
| Jun 30, 2017 | 262.88 Mn |
| Mar 31, 2017 | 279.87 Mn |
| Jun 30, 2016 | 306.10 Mn |
Credit Suisse Ag Research & Development 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=research-and-development&ticker=USOI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "research-and-development", "ticker": "USOI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=research-and-development&ticker=USOI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();