Caseys General Stores (CASY) Curent Deferred Tax Liability (2010)
Caseys General Stores (CASY) posted Curent Deferred Tax Liability of -$10.2 million for Q3 2010, down 8.28% quarter-over-quarter from -$9.4 million in Q2 2010.
Caseys General Stores (CASY) Curent Deferred Tax Liability (2010) Analysis & Trends
Caseys General Stores (CASY) has 1 years of Curent Deferred Tax Liability data on file, last reported at -$10.2 million in Q3 2010.
- For the quarter ending Q3 2010, Curent Deferred Tax Liability changed N/A year-over-year to -$10.2 million; the trailing twelve-month figure through Jul 2010 stood at -$10.2 million (changed N/A YoY), and the FY2010 full-year result was -$9.4 million, changed N/A from the prior year.
- Curent Deferred Tax Liability was -$10.2 million for Q3 2010 at Caseys General Stores, down from -$9.4 million in the prior quarter.
- In the past five years, Curent Deferred Tax Liability ranged from a high of -$9.4 million in Q2 2010 to a low of -$10.2 million in Q3 2010.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Curent Deferred Tax Liability (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 | - | - |
Caseys General Stores Curent Deferred Tax Liability 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=curent-deferred-tax-liability&ticker=CASY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "curent-deferred-tax-liability", "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=curent-deferred-tax-liability&ticker=CASY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();