Caseys General Stores (CASY) Other Non Operating Income (2010)
Caseys General Stores (CASY) posted Other Non Operating Income of -$11.4 million for Q4 2010.
Analysis
Caseys General Stores (CASY) Other Non Operating Income (2010) Analysis & Trends
Caseys General Stores (CASY) has 1 years of Other Non Operating Income data on file, last reported at -$11.4 million in Q4 2010.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Caseys General Stores | 22.08 Bn | 21.56 Bn | 1.24 Bn |
| 2 | Murphy USA | 9.67 Bn | 9.49 Bn | 746.50 Mn |
| 3 | Arko | 473.42 Mn | 281.56 Mn | - |
API Access
Caseys General Stores Other Non Operating Income 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=other-non-operating-income&ticker=CASY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "ticker": "CASY", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=other-non-operating-income&ticker=CASY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();