GET
/stocks/financials/v1/income-statements
Income Statements
Retrieve comprehensive income statement data for public companies.
Endpoint Details
| HTTP Method | GET |
|---|---|
| Path | /stocks/financials/v1/income-statements |
| Version | stocks/financials/v1 |
| Minimum Plan | free |
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
api_key |
string | Required | Your API key for authentication |
cik |
string | Optional | Company Central Index Key (CIK) |
tickers |
string | Optional | Filter by ticker symbol |
period_end |
string | Optional | Period end date (YYYY-MM-DD) |
filing_date |
string | Optional | Filing date (YYYY-MM-DD) |
fiscal_year |
number | Optional | Fiscal year |
fiscal_quarter |
number | Optional | Fiscal quarter (1-4) |
timeframe |
string | Optional | Reporting period type (quarterly, annual, trailing_twelve_months) |
limit |
integer | Optional | Maximum number of results (default: 100, max: 50000) |
sort |
string | Optional | Sort columns with direction (e.g., period_end.desc) |
Example Request
curl "https://mail.tradeiqai.com/api/stocks/financials/v1/income-statements?api_key=YOUR_API_KEY"
Note: Replace YOUR_API_KEY with your actual API key.
Response Attributes
| Attribute | Type | Description |
|---|---|---|
ok | boolean | Indicates if the request was successful (e.g., 1) |
data | object | Response data object |
data.status | string | Response status (typically "OK") (e.g., OK) |
data.request_id | string | Unique identifier for the request (e.g., 6dac335c9e31496ba113df5070680e5d) |
data.results | array | Array of 100 items |
| Array items contain: | ||
data.results[].tickers | array | Array of objects |
data.results[].cik | string | String value (e.g., 0000200406) |
data.results[].period_end | string | String value (e.g., 2009-03-29) |
data.results[].filing_date | string | String value (e.g., 2010-05-10) |
data.results[].fiscal_quarter | integer | Integer (e.g., 1) |
data.results[].fiscal_year | integer | Integer (e.g., 2010) |
data.results[].timeframe | string | String value (e.g., quarterly) |
data.results[].revenue | integer | Integer (e.g., 15026000000) |
data.results[].cost_of_revenue | integer | Integer (e.g., 4251000000) |
data.results[].gross_profit | integer | Integer (e.g., 10775000000) |
data.results[].selling_general_administrative | integer | Integer (e.g., 4608000000) |
data.results[].research_development | integer | Integer (e.g., 1518000000) |
data.results[].other_operating_expenses | integer | Integer (e.g., 0) |
data.results[].total_operating_expenses | integer | Integer (e.g., 6126000000) |
data.results[].operating_income | integer | Integer (e.g., 4649000000) |
data.results[].interest_expense | integer | Integer (e.g., -106000000) |
data.results[].interest_income | integer | Integer (e.g., 25000000) |
data.results[].other_income_expense | integer | Integer (e.g., 75000000) |
data.results[].total_other_income_expense | integer | Integer (e.g., -6000000) |
data.results[].income_before_income_taxes | integer | Integer (e.g., 4643000000) |
data.results[].income_taxes | integer | Integer (e.g., 1136000000) |
data.results[].consolidated_net_income_loss | integer | Integer (e.g., 3507000000) |
data.results[].net_income_loss_attributable_common_shareholders | integer | Integer (e.g., 3507000000) |
data.results[].basic_earnings_per_share | double | Floating point number (e.g., 1.27) |
data.results[].diluted_earnings_per_share | double | Floating point number (e.g., 1.26) |
data.results[].basic_shares_outstanding | integer | Integer (e.g., 2765900000) |
data.results[].diluted_shares_outstanding | integer | Integer (e.g., 2789800000) |
data.results[].ebitda | integer | Integer (e.g., 5325000000) |
data.next_url | string | URL for pagination to fetch the next page of results (e.g., https://api.tradeiqai.com/stocks/financials/v1/inc...) |
Example Response
{
"ok": true,
"data": {
"status": "OK",
"request_id": "6dac335c9e31496ba113df5070680e5d",
"results": [
{
"tickers": [
"JNJ"
],
"cik": "0000200406",
"period_end": "2009-03-29",
"filing_date": "2010-05-10",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 15026000000,
"cost_of_revenue": 4251000000,
"gross_profit": 10775000000,
"selling_general_administrative": 4608000000,
"research_development": 1518000000,
"other_operating_expenses": 0,
"total_operating_expenses": 6126000000,
"operating_income": 4649000000,
"interest_expense": -106000000,
"interest_income": 25000000,
"other_income_expense": 75000000,
"total_other_income_expense": -6000000,
"income_before_income_taxes": 4643000000,
"income_taxes": 1136000000,
"consolidated_net_income_loss": 3507000000,
"net_income_loss_attributable_common_shareholders": 3507000000,
"basic_earnings_per_share": 1.270000000000000017763568394002504646778106689453125,
"diluted_earnings_per_share": 1.2600000000000000088817841970012523233890533447265625,
"basic_shares_outstanding": 2765900000,
"diluted_shares_outstanding": 2789800000,
"ebitda": 5325000000
},
{
"tickers": [
"NVDA"
],
"cik": "0001045810",
"period_end": "2009-04-26",
"filing_date": "2010-05-21",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 664231000,
"cost_of_revenue": 474535000,
"gross_profit": 189696000,
"selling_general_administrative": 118864000,
"research_development": 301797000,
"other_operating_expenses": 0,
"total_operating_expenses": 420661000,
"operating_income": -230965000,
"interest_income": 6124000,
"other_income_expense": 20000,
"total_other_income_expense": 6144000,
"income_before_income_taxes": -224821000,
"income_taxes": -23483000,
"consolidated_net_income_loss": -201338000,
"net_income_loss_attributable_common_shareholders": -201338000,
"basic_earnings_per_share": -0.01000000000000000020816681711721685132943093776702880859375,
"diluted_earnings_per_share": -0.01000000000000000020816681711721685132943093776702880859375,
"basic_shares_outstanding": 21692280000,
"diluted_shares_outstanding": 21692280000,
"ebitda": -180307000
},
{
"tickers": [
"WMT"
],
"cik": "0000104169",
"period_end": "2009-04-30",
"filing_date": "2010-06-04",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 94242000000,
"cost_of_revenue": 70388000000,
"gross_profit": 23854000000,
"selling_general_administrative": 18637000000,
"other_operating_expenses": 0,
"total_operating_expenses": 18637000000,
"operating_income": 5217000000,
"interest_expense": -518000000,
"interest_income": 51000000,
"other_income_expense": 0,
"total_other_income_expense": -467000000,
"income_before_income_taxes": 4750000000,
"income_taxes": 1603000000,
"discontinued_operations": -8000000,
"consolidated_net_income_loss": 3139000000,
"noncontrolling_interest": -117000000,
"net_income_loss_attributable_common_shareholders": 3022000000,
"basic_earnings_per_share": 0.2600000000000000088817841970012523233890533447265625,
"diluted_earnings_per_share": 0.2600000000000000088817841970012523233890533447265625,
"basic_shares_outstanding": 11760000000,
"diluted_shares_outstanding": 11790000000,
"ebitda": 6917000000
},
{
"tickers": [
"ADSK"
],
"cik": "0000769397",
"period_end": "2009-04-30",
"filing_date": "2010-06-04",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 425800000,
"cost_of_revenue": 52300000,
"gross_profit": 373500000,
"selling_general_administrative": 233900000,
"research_development": 121500000,
"other_operating_expenses": 37500000,
"total_operating_expenses": 392900000,
"operating_income": -19400000,
"other_income_expense": 0,
"income_before_income_taxes": -19400000,
"income_taxes": 12700000,
"consolidated_net_income_loss": -32100000,
"net_income_loss_attributable_common_shareholders": -32100000,
"basic_earnings_per_share": -0.14000000000000001332267629550187848508358001708984375,
"diluted_earnings_per_share": -0.14000000000000001332267629550187848508358001708984375,
"basic_shares_outstanding": 227100000,
"diluted_shares_outstanding": 227100000,
"ebitda": 45100000
},
{
"tickers": [
"CRM"
],
"cik": "0001108524",
"period_end": "2009-04-30",
"filing_date": "2010-05-28",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 304924000,
"cost_of_revenue": 61800000,
"gross_profit": 243124000,
"selling_general_administrative": 181417000,
"research_development": 31584000,
"other_operating_expenses": 0,
"total_operating_expenses": 213001000,
"operating_income": 30123000,
"interest_expense": -208000,
"interest_income": 4530000,
"other_income_expense": 371000,
"total_other_income_expense": 4693000,
"income_before_income_taxes": 34816000,
"income_taxes": 15823000,
"consolidated_net_income_loss": 18993000,
"noncontrolling_interest": -557000,
"net_income_loss_attributable_common_shareholders": 18436000,
"basic_earnings_per_share": 0.040000000000000000832667268468867405317723751068115234375,
"diluted_earnings_per_share": 0.040000000000000000832667268468867405317723751068115234375,
"basic_shares_outstanding": 492824000,
"diluted_shares_outstanding": 501396000,
"ebitda": 57214000
},
{
"tickers": [
"TGT"
],
"cik": "0000027419",
"period_end": "2009-05-02",
"filing_date": "2010-05-28",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 14833000000,
"cost_of_revenue": 9936000000,
"gross_profit": 4897000000,
"selling_general_administrative": 3015000000,
"depreciation_depletion_amortization": 472000000,
"other_operating_expenses": 384000000,
"total_operating_expenses": 3871000000,
"operating_income": 1026000000,
"interest_expense": -203000000,
"interest_income": 1000000,
"other_income_expense": 0,
"total_other_income_expense": -202000000,
"income_before_income_taxes": 824000000,
"income_taxes": 302000000,
"consolidated_net_income_loss": 522000000,
"net_income_loss_attributable_common_shareholders": 522000000,
"basic_earnings_per_share": 0.689999999999999946709294817992486059665679931640625,
"diluted_earnings_per_share": 0.689999999999999946709294817992486059665679931640625,
"basic_shares_outstanding": 752200000,
"diluted_shares_outstanding": 753000000,
"ebitda": 1498000000
},
{
"tickers": [
"GPS"
],
"cik": "0000039911",
"period_end": "2009-05-02",
"filing_date": "2010-06-08",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 3127000000,
"cost_of_revenue": 1888000000,
"gross_profit": 1239000000,
"other_operating_expenses": 886000000,
"total_operating_expenses": 886000000,
"operating_income": 353000000,
"interest_expense": -2000000,
"interest_income": 2000000,
"other_income_expense": 0,
"income_before_income_taxes": 353000000,
"income_taxes": 138000000,
"consolidated_net_income_loss": 215000000,
"net_income_loss_attributable_common_shareholders": 215000000,
"basic_earnings_per_share": 0.309999999999999997779553950749686919152736663818359375,
"diluted_earnings_per_share": 0.309999999999999997779553950749686919152736663818359375,
"basic_shares_outstanding": 695000000,
"diluted_shares_outstanding": 697000000,
"ebitda": 496000000
},
{
"tickers": [
"JWN"
],
"cik": "0000072333",
"period_end": "2009-05-02",
"filing_date": "2010-06-08",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 1792000000,
"cost_of_revenue": 1107000000,
"gross_profit": 685000000,
"selling_general_administrative": 539000000,
"other_operating_expenses": 0,
"total_operating_expenses": 539000000,
"operating_income": 146000000,
"interest_expense": -31000000,
"other_income_expense": 0,
"total_other_income_expense": -31000000,
"income_before_income_taxes": 115000000,
"income_taxes": 34000000,
"consolidated_net_income_loss": 81000000,
"net_income_loss_attributable_common_shareholders": 81000000,
"basic_earnings_per_share": 0.38000000000000000444089209850062616169452667236328125,
"diluted_earnings_per_share": 0.36999999999999999555910790149937383830547332763671875,
"basic_shares_outstanding": 215900000,
"diluted_shares_outstanding": 217400000,
"ebitda": 213000000
},
{
"tickers": [
"TJX"
],
"cik": "0000109198",
"period_end": "2009-05-02",
"filing_date": "2010-05-28",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 4354224000,
"cost_of_revenue": 3273346000,
"gross_profit": 1080878000,
"selling_general_administrative": 735057000,
"other_operating_expenses": 0,
"total_operating_expenses": 735057000,
"operating_income": 345821000,
"interest_expense": -6601000,
"other_income_expense": 0,
"total_other_income_expense": -6601000,
"income_before_income_taxes": 339220000,
"income_taxes": 130006000,
"consolidated_net_income_loss": 209214000,
"net_income_loss_attributable_common_shareholders": 209214000,
"basic_earnings_per_share": 0.13000000000000000444089209850062616169452667236328125,
"diluted_earnings_per_share": 0.11999999999999999555910790149937383830547332763671875,
"basic_shares_outstanding": 1650176000,
"diluted_shares_outstanding": 1727680000,
"ebitda": 449968000
},
{
"tickers": [
"LTD"
],
"cik": "0000701985",
"period_end": "2009-05-02",
"filing_date": "2010-06-03",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 1725000000,
"cost_of_revenue": 1177000000,
"gross_profit": 548000000,
"selling_general_administrative": 483000000,
"other_operating_expenses": 0,
"total_operating_expenses": 483000000,
"operating_income": 65000000,
"interest_expense": -62000000,
"interest_income": 1000000,
"other_income_expense": -1000000,
"total_other_income_expense": -62000000,
"income_before_income_taxes": 3000000,
"consolidated_net_income_loss": 3000000,
"net_income_loss_attributable_common_shareholders": 3000000,
"basic_earnings_per_share": 0.01000000000000000020816681711721685132943093776702880859375,
"diluted_earnings_per_share": 0.01000000000000000020816681711721685132943093776702880859375,
"basic_shares_outstanding": 321000000,
"diluted_shares_outstanding": 323000000,
"ebitda": 150000000
},
{
"tickers": [
"ROST"
],
"cik": "0000745732",
"period_end": "2009-05-02",
"filing_date": "2010-06-09",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 1691599000,
"cost_of_revenue": 1268709000,
"gross_profit": 422890000,
"selling_general_administrative": 272030000,
"other_operating_expenses": 0,
"total_operating_expenses": 272030000,
"operating_income": 150860000,
"interest_expense": -1656000,
"other_income_expense": 0,
"total_other_income_expense": -1656000,
"income_before_income_taxes": 149204000,
"income_taxes": 57817000,
"consolidated_net_income_loss": 91387000,
"net_income_loss_attributable_common_shareholders": 91387000,
"basic_earnings_per_share": 0.179999999999999993338661852249060757458209991455078125,
"diluted_earnings_per_share": 0.179999999999999993338661852249060757458209991455078125,
"basic_shares_outstanding": 498768000,
"diluted_shares_outstanding": 506256000,
"ebitda": 188416000
},
{
"tickers": [
"M"
],
"cik": "0000794367",
"period_end": "2009-05-02",
"filing_date": "2010-06-07",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 5199000000,
"cost_of_revenue": 3219000000,
"gross_profit": 1980000000,
"selling_general_administrative": 1956000000,
"other_operating_expenses": 138000000,
"total_operating_expenses": 2094000000,
"operating_income": -114000000,
"interest_expense": -143000000,
"interest_income": 2000000,
"other_income_expense": 0,
"total_other_income_expense": -141000000,
"income_before_income_taxes": -255000000,
"income_taxes": -167000000,
"consolidated_net_income_loss": -88000000,
"net_income_loss_attributable_common_shareholders": -88000000,
"basic_earnings_per_share": -0.2099999999999999922284388276239042170345783233642578125,
"diluted_earnings_per_share": -0.2099999999999999922284388276239042170345783233642578125,
"basic_shares_outstanding": 419047619,
"diluted_shares_outstanding": 419047619,
"ebitda": 327000000
},
{
"tickers": [
"KSS"
],
"cik": "0000885639",
"period_end": "2009-05-02",
"filing_date": "2010-06-04",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 3638000000,
"cost_of_revenue": 2270000000,
"gross_profit": 1368000000,
"selling_general_administrative": 961000000,
"depreciation_depletion_amortization": 141000000,
"other_operating_expenses": 15000000,
"total_operating_expenses": 1117000000,
"operating_income": 251000000,
"interest_expense": -32000000,
"other_income_expense": 0,
"total_other_income_expense": -32000000,
"income_before_income_taxes": 219000000,
"income_taxes": 82000000,
"consolidated_net_income_loss": 137000000,
"net_income_loss_attributable_common_shareholders": 137000000,
"basic_earnings_per_share": 0.450000000000000011102230246251565404236316680908203125,
"diluted_earnings_per_share": 0.450000000000000011102230246251565404236316680908203125,
"basic_shares_outstanding": 305000000,
"diluted_shares_outstanding": 306000000,
"ebitda": 392000000
},
{
"tickers": [
"JCP"
],
"cik": "0001166126",
"period_end": "2009-05-02",
"filing_date": "2010-06-09",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 3884000000,
"cost_of_revenue": 2310000000,
"gross_profit": 1574000000,
"selling_general_administrative": 1255000000,
"depreciation_depletion_amortization": 120000000,
"other_operating_expenses": 93000000,
"total_operating_expenses": 1468000000,
"operating_income": 106000000,
"interest_expense": -63000000,
"other_income_expense": 0,
"total_other_income_expense": -63000000,
"income_before_income_taxes": 43000000,
"income_taxes": 18000000,
"consolidated_net_income_loss": 25000000,
"net_income_loss_attributable_common_shareholders": 25000000,
"basic_earnings_per_share": 0.11000000000000000055511151231257827021181583404541015625,
"diluted_earnings_per_share": 0.11000000000000000055511151231257827021181583404541015625,
"basic_shares_outstanding": 227272727,
"diluted_shares_outstanding": 227272727,
"ebitda": 226000000
},
{
"tickers": [
"GME",
"GMEw",
"RRD"
],
"cik": "0001326380",
"period_end": "2009-05-02",
"filing_date": "2010-06-09",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 1980753000,
"cost_of_revenue": 1438640000,
"gross_profit": 542113000,
"selling_general_administrative": 375832000,
"depreciation_depletion_amortization": 37827000,
"other_operating_expenses": 0,
"total_operating_expenses": 413659000,
"operating_income": 128454000,
"interest_expense": -12198000,
"interest_income": 517000,
"other_income_expense": -2862000,
"total_other_income_expense": -14543000,
"income_before_income_taxes": 113911000,
"income_taxes": 43478000,
"consolidated_net_income_loss": 70433000,
"net_income_loss_attributable_common_shareholders": 70433000,
"basic_earnings_per_share": 0.1000000000000000055511151231257827021181583404541015625,
"diluted_earnings_per_share": 0.1000000000000000055511151231257827021181583404541015625,
"basic_shares_outstanding": 723685600,
"diluted_shares_outstanding": 739076800.00000011920928955078125,
"ebitda": 166667000
},
{
"tickers": [
"HD"
],
"cik": "0000354950",
"period_end": "2009-05-03",
"filing_date": "2010-06-03",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 16175000000,
"cost_of_revenue": 10725000000,
"gross_profit": 5450000000,
"selling_general_administrative": 4042000000,
"depreciation_depletion_amortization": 428000000,
"other_operating_expenses": 0,
"total_operating_expenses": 4470000000,
"operating_income": 980000000,
"interest_expense": -180000000,
"interest_income": 5000000,
"other_income_expense": 0,
"total_other_income_expense": -175000000,
"income_before_income_taxes": 805000000,
"income_taxes": 291000000,
"consolidated_net_income_loss": 514000000,
"net_income_loss_attributable_common_shareholders": 514000000,
"basic_earnings_per_share": 0.309999999999999997779553950749686919152736663818359375,
"diluted_earnings_per_share": 0.299999999999999988897769753748434595763683319091796875,
"basic_shares_outstanding": 1683000000,
"diluted_shares_outstanding": 1689000000,
"ebitda": 1433000000
},
{
"tickers": [
"KR"
],
"cik": "0000056873",
"period_end": "2009-05-23",
"filing_date": "2010-06-28",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 22789000000,
"cost_of_revenue": 17266000000,
"gross_profit": 5523000000,
"selling_general_administrative": 4026000000,
"depreciation_depletion_amortization": 453000000,
"other_operating_expenses": 200000000,
"total_operating_expenses": 4679000000,
"operating_income": 844000000,
"interest_expense": -163000000,
"other_income_expense": 0,
"total_other_income_expense": -163000000,
"income_before_income_taxes": 681000000,
"income_taxes": 250000000,
"consolidated_net_income_loss": 431000000,
"noncontrolling_interest": 4000000,
"net_income_loss_attributable_common_shareholders": 435000000,
"basic_earnings_per_share": 0.340000000000000024424906541753443889319896697998046875,
"diluted_earnings_per_share": 0.330000000000000015543122344752191565930843353271484375,
"basic_shares_outstanding": 1296000000,
"diluted_shares_outstanding": 1302000000,
"ebitda": 1297000000
},
{
"tickers": [
"BBY"
],
"cik": "0000764478",
"period_end": "2009-05-30",
"filing_date": "2010-07-08",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 10095000000,
"cost_of_revenue": 7538000000,
"gross_profit": 2557000000,
"selling_general_administrative": 2209000000,
"other_operating_expenses": 52000000,
"total_operating_expenses": 2261000000,
"operating_income": 296000000,
"interest_expense": -23000000,
"interest_income": 9000000,
"other_income_expense": 0,
"total_other_income_expense": -14000000,
"income_before_income_taxes": 282000000,
"income_taxes": 126000000,
"consolidated_net_income_loss": 156000000,
"noncontrolling_interest": -3000000,
"net_income_loss_attributable_common_shareholders": 153000000,
"basic_earnings_per_share": 0.36999999999999999555910790149937383830547332763671875,
"diluted_earnings_per_share": 0.35999999999999998667732370449812151491641998291015625,
"basic_shares_outstanding": 415200000,
"diluted_shares_outstanding": 425700000,
"ebitda": 565000000
},
{
"tickers": [
"BBBY"
],
"cik": "0000886158",
"period_end": "2009-05-30",
"filing_date": "2010-07-07",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 1694340000,
"cost_of_revenue": 1027522000,
"gross_profit": 666818000,
"selling_general_administrative": 524514000,
"other_operating_expenses": 0,
"total_operating_expenses": 524514000,
"operating_income": 142304000,
"interest_income": 1767000,
"other_income_expense": 0,
"total_other_income_expense": 1767000,
"income_before_income_taxes": 144071000,
"income_taxes": 56899000,
"consolidated_net_income_loss": 87172000,
"net_income_loss_attributable_common_shareholders": 87172000,
"basic_earnings_per_share": 0.340000000000000024424906541753443889319896697998046875,
"diluted_earnings_per_share": 0.340000000000000024424906541753443889319896697998046875,
"basic_shares_outstanding": 256942000,
"diluted_shares_outstanding": 258764000,
"ebitda": 187083000
},
{
"tickers": [
"HAE"
],
"cik": "0000313143",
"period_end": "2009-06-27",
"filing_date": "2010-08-11",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 154087000,
"cost_of_revenue": 71144000,
"gross_profit": 82943000,
"selling_general_administrative": 49839000,
"research_development": 6777000,
"other_operating_expenses": 0,
"total_operating_expenses": 56616000,
"operating_income": 26327000,
"interest_expense": -214000,
"interest_income": 157000,
"other_income_expense": -335000,
"total_other_income_expense": -392000,
"income_before_income_taxes": 25935000,
"income_taxes": 7862000,
"consolidated_net_income_loss": 18073000,
"net_income_loss_attributable_common_shareholders": 18073000,
"basic_earnings_per_share": 0.34999999999999997779553950749686919152736663818359375,
"diluted_earnings_per_share": 0.34999999999999997779553950749686919152736663818359375,
"basic_shares_outstanding": 51316000,
"diluted_shares_outstanding": 52402000,
"ebitda": 36385000
},
{
"tickers": [
"XLNX"
],
"cik": "0000743988",
"period_end": "2009-06-27",
"filing_date": "2010-08-09",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 376235000,
"cost_of_revenue": 143822000,
"gross_profit": 232413000,
"selling_general_administrative": 73556000,
"research_development": 83233000,
"depreciation_depletion_amortization": 2493000,
"other_operating_expenses": 15771000,
"total_operating_expenses": 175053000,
"operating_income": 57360000,
"other_income_expense": -10910000,
"total_other_income_expense": -10910000,
"income_before_income_taxes": 46450000,
"income_taxes": 8444000,
"consolidated_net_income_loss": 38006000,
"net_income_loss_attributable_common_shareholders": 38006000,
"basic_earnings_per_share": 0.14000000000000001332267629550187848508358001708984375,
"diluted_earnings_per_share": 0.14000000000000001332267629550187848508358001708984375,
"basic_shares_outstanding": 275523000,
"diluted_shares_outstanding": 276258000,
"ebitda": 91447000
},
{
"tickers": [
"RFMD"
],
"cik": "0000911160",
"period_end": "2009-06-27",
"filing_date": "2010-08-11",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 212540000,
"cost_of_revenue": 138539000,
"gross_profit": 74001000,
"selling_general_administrative": 24780000,
"research_development": 35633000,
"other_operating_expenses": 1537000,
"total_operating_expenses": 61950000,
"operating_income": 12051000,
"interest_expense": -6414000,
"interest_income": 444000,
"other_income_expense": 1773000,
"total_other_income_expense": -4197000,
"income_before_income_taxes": 7854000,
"income_taxes": 3070000,
"consolidated_net_income_loss": 4784000,
"net_income_loss_attributable_common_shareholders": 4784000,
"basic_earnings_per_share": 0.0200000000000000004163336342344337026588618755340576171875,
"diluted_earnings_per_share": 0.0200000000000000004163336342344337026588618755340576171875,
"basic_shares_outstanding": 265635000,
"diluted_shares_outstanding": 269302000,
"ebitda": 40214000
},
{
"tickers": [
"RL"
],
"cik": "0001037038",
"period_end": "2009-06-27",
"filing_date": "2010-08-10",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 1023700000,
"cost_of_revenue": 422500000,
"gross_profit": 601200000,
"selling_general_administrative": 478900000,
"depreciation_depletion_amortization": 5200000,
"other_operating_expenses": 400000,
"total_operating_expenses": 484500000,
"operating_income": 116700000,
"interest_expense": -6600000,
"interest_income": 2800000,
"other_income_expense": 1200000,
"total_other_income_expense": -2600000,
"income_before_income_taxes": 114100000,
"income_taxes": 37300000,
"consolidated_net_income_loss": 76800000,
"net_income_loss_attributable_common_shareholders": 76800000,
"basic_earnings_per_share": 0.770000000000000017763568394002504646778106689453125,
"diluted_earnings_per_share": 0.7600000000000000088817841970012523233890533447265625,
"basic_shares_outstanding": 99200000,
"diluted_shares_outstanding": 101500000,
"ebitda": 161400000
},
{
"tickers": [
"ROLL"
],
"cik": "0001324948",
"period_end": "2009-06-27",
"filing_date": "2010-08-09",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 63732000,
"cost_of_revenue": 43828000,
"gross_profit": 19904000,
"selling_general_administrative": 11619000,
"other_operating_expenses": 506000,
"total_operating_expenses": 12125000,
"operating_income": 7779000,
"interest_expense": -469000,
"other_income_expense": 325000,
"total_other_income_expense": -144000,
"income_before_income_taxes": 7635000,
"income_taxes": 2568000,
"consolidated_net_income_loss": 5067000,
"net_income_loss_attributable_common_shareholders": 5067000,
"basic_earnings_per_share": 0.2300000000000000099920072216264088638126850128173828125,
"diluted_earnings_per_share": 0.2300000000000000099920072216264088638126850128173828125,
"basic_shares_outstanding": 21582607,
"diluted_shares_outstanding": 21691059,
"ebitda": 10670000
},
{
"tickers": [
"JNJ"
],
"cik": "0000200406",
"period_end": "2009-06-28",
"filing_date": "2010-08-11",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 15239000000,
"cost_of_revenue": 4450000000,
"gross_profit": 10789000000,
"selling_general_administrative": 4797000000,
"research_development": 1638000000,
"other_operating_expenses": 0,
"total_operating_expenses": 6435000000,
"operating_income": 4354000000,
"interest_expense": -110000000,
"interest_income": 25000000,
"other_income_expense": -6000000,
"total_other_income_expense": -91000000,
"income_before_income_taxes": 4263000000,
"income_taxes": 1055000000,
"consolidated_net_income_loss": 3208000000,
"net_income_loss_attributable_common_shareholders": 3208000000,
"basic_earnings_per_share": 1.1599999999999999200639422269887290894985198974609375,
"diluted_earnings_per_share": 1.149999999999999911182158029987476766109466552734375,
"basic_shares_outstanding": 2756200000,
"diluted_shares_outstanding": 2782000000,
"ebitda": 5033000000
},
{
"tickers": [
"CY"
],
"cik": "0000791915",
"period_end": "2009-06-28",
"filing_date": "2010-08-12",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 155784000,
"cost_of_revenue": 98672000,
"gross_profit": 57112000,
"selling_general_administrative": 53069000,
"research_development": 48196000,
"depreciation_depletion_amortization": 834000,
"other_operating_expenses": 1089000,
"total_operating_expenses": 103188000,
"operating_income": -46076000,
"other_income_expense": 2115000,
"total_other_income_expense": 2115000,
"income_before_income_taxes": -43961000,
"income_taxes": 1324000,
"consolidated_net_income_loss": -45285000,
"noncontrolling_interest": -178000,
"net_income_loss_attributable_common_shareholders": -45463000,
"basic_earnings_per_share": -0.320000000000000006661338147750939242541790008544921875,
"diluted_earnings_per_share": -0.320000000000000006661338147750939242541790008544921875,
"basic_shares_outstanding": 141107000,
"diluted_shares_outstanding": 141107000,
"ebitda": -44987000
},
{
"tickers": [
"SPWR",
"SPWRA",
"SPWRB",
"SPWRV"
],
"cik": "0000867773",
"period_end": "2009-06-28",
"filing_date": "2010-08-13",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 299341000,
"cost_of_revenue": 258663000,
"gross_profit": 40678000,
"selling_general_administrative": 42775000,
"research_development": 6937000,
"other_operating_expenses": 0,
"total_operating_expenses": 49712000,
"operating_income": -9034000,
"interest_expense": -9763000,
"interest_income": 765000,
"other_income_expense": 24000000,
"total_other_income_expense": 15002000,
"income_before_income_taxes": 5968000,
"income_taxes": -5223000,
"equity_in_affiliates": 3133000,
"consolidated_net_income_loss": 14324000,
"net_income_loss_attributable_common_shareholders": 14324000,
"basic_earnings_per_share": 0.1600000000000000033306690738754696212708950042724609375,
"diluted_earnings_per_share": 0.1499999999999999944488848768742172978818416595458984375,
"basic_shares_outstanding": 90873000,
"diluted_shares_outstanding": 92640000,
"ebitda": -9034000
},
{
"tickers": [
"GEO"
],
"cik": "0000923796",
"period_end": "2009-06-28",
"filing_date": "2010-08-13",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 276379000,
"cost_of_revenue": 218857000,
"gross_profit": 57522000,
"selling_general_administrative": 17015000,
"depreciation_depletion_amortization": 9630000,
"other_operating_expenses": 0,
"total_operating_expenses": 26645000,
"operating_income": 30877000,
"interest_expense": -6761000,
"interest_income": 1206000,
"other_income_expense": 0,
"total_other_income_expense": -5555000,
"income_before_income_taxes": 25322000,
"income_taxes": 9690000,
"discontinued_operations": 20000,
"equity_in_affiliates": 859000,
"consolidated_net_income_loss": 16511000,
"net_income_loss_attributable_common_shareholders": 16511000,
"basic_earnings_per_share": 0.2200000000000000011102230246251565404236316680908203125,
"diluted_earnings_per_share": 0.2099999999999999922284388276239042170345783233642578125,
"basic_shares_outstanding": 76203000,
"diluted_shares_outstanding": 77752500,
"ebitda": 30877000
},
{
"tickers": [
"TDY"
],
"cik": "0001094285",
"period_end": "2009-06-28",
"filing_date": "2010-08-10",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 441100000,
"cost_of_revenue": 313800000,
"gross_profit": 127300000,
"selling_general_administrative": 83600000,
"other_operating_expenses": 0,
"total_operating_expenses": 83600000,
"operating_income": 43700000,
"interest_expense": -1500000,
"other_income_expense": -600000,
"total_other_income_expense": -2100000,
"income_before_income_taxes": 41600000,
"income_taxes": 16200000,
"consolidated_net_income_loss": 25400000,
"noncontrolling_interest": -200000,
"net_income_loss_attributable_common_shareholders": 25200000,
"basic_earnings_per_share": 0.6999999999999999555910790149937383830547332763671875,
"diluted_earnings_per_share": 0.689999999999999946709294817992486059665679931640625,
"basic_shares_outstanding": 36000000,
"diluted_shares_outstanding": 36600000,
"ebitda": 43700000
},
{
"tickers": [
"ILMN"
],
"cik": "0001110803",
"period_end": "2009-06-28",
"filing_date": "2010-08-04",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 161643000,
"cost_of_revenue": 50485000,
"gross_profit": 111158000,
"selling_general_administrative": 41939000,
"research_development": 33117000,
"other_operating_expenses": 0,
"total_operating_expenses": 75056000,
"operating_income": 36102000,
"interest_expense": -5713000,
"interest_income": 2576000,
"other_income_expense": 2058000,
"total_other_income_expense": -1079000,
"income_before_income_taxes": 35023000,
"income_taxes": 10335000,
"consolidated_net_income_loss": 24688000,
"net_income_loss_attributable_common_shareholders": 24688000,
"basic_earnings_per_share": 0.200000000000000011102230246251565404236316680908203125,
"diluted_earnings_per_share": 0.179999999999999993338661852249060757458209991455078125,
"basic_shares_outstanding": 123511000,
"diluted_shares_outstanding": 139465000,
"ebitda": 36102000
},
{
"tickers": [
"ENS"
],
"cik": "0001289308",
"period_end": "2009-06-28",
"filing_date": "2010-08-11",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 340265000,
"cost_of_revenue": 262804000,
"gross_profit": 77461000,
"selling_general_administrative": 54408000,
"other_operating_expenses": 3519000,
"total_operating_expenses": 57927000,
"operating_income": 19534000,
"interest_expense": -5378000,
"other_income_expense": -1882000,
"total_other_income_expense": -7260000,
"income_before_income_taxes": 12274000,
"income_taxes": 3863000,
"consolidated_net_income_loss": 8411000,
"net_income_loss_attributable_common_shareholders": 8411000,
"basic_earnings_per_share": 0.179999999999999993338661852249060757458209991455078125,
"diluted_earnings_per_share": 0.1700000000000000122124532708767219446599483489990234375,
"basic_shares_outstanding": 47936401,
"diluted_shares_outstanding": 48454695,
"ebitda": 33607000
},
{
"tickers": [
"BRS",
"BRSp"
],
"cik": "0000073887",
"period_end": "2009-06-30",
"filing_date": "2010-08-04",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 290452000,
"cost_of_revenue": 26657000,
"gross_profit": 263795000,
"selling_general_administrative": 209479000,
"depreciation_depletion_amortization": 18186000,
"other_operating_expenses": 0,
"total_operating_expenses": 227665000,
"operating_income": 36130000,
"interest_expense": -10012000,
"interest_income": 222000,
"other_income_expense": 7161000,
"total_other_income_expense": -2629000,
"income_before_income_taxes": 33501000,
"income_taxes": 9510000,
"consolidated_net_income_loss": 23991000,
"noncontrolling_interest": -268000,
"preferred_stock_dividends_declared": 3162000,
"net_income_loss_attributable_common_shareholders": 20561000,
"basic_earnings_per_share": 0.70999999999999996447286321199499070644378662109375,
"diluted_earnings_per_share": 0.66000000000000003108624468950438313186168670654296875,
"basic_shares_outstanding": 29133400,
"diluted_shares_outstanding": 35781870,
"ebitda": 54316000
},
{
"tickers": [
"TDW"
],
"cik": "0000098222",
"period_end": "2009-06-30",
"filing_date": "2010-08-05",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 326609000,
"cost_of_revenue": 153651000,
"gross_profit": 172958000,
"selling_general_administrative": 34388000,
"depreciation_depletion_amortization": 31649000,
"other_operating_expenses": 63253000,
"total_operating_expenses": 129290000,
"operating_income": 43668000,
"interest_expense": -77000,
"interest_income": 3168000,
"other_income_expense": 15367000,
"total_other_income_expense": 18458000,
"income_before_income_taxes": 62126000,
"income_taxes": 17644000,
"consolidated_net_income_loss": 44482000,
"net_income_loss_attributable_common_shareholders": 44482000,
"basic_earnings_per_share": 27.3299999999999982946974341757595539093017578125,
"diluted_earnings_per_share": 27.019999999999999573674358543939888477325439453125,
"basic_shares_outstanding": 1634997.69213383714668452739715576171875,
"diluted_shares_outstanding": 1641340.79065903113223612308502197265625,
"ebitda": 123870000
},
{
"tickers": [
"UVV"
],
"cik": "0000102037",
"period_end": "2009-06-30",
"filing_date": "2010-08-04",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 616112000,
"cost_of_revenue": 476748000,
"gross_profit": 139364000,
"selling_general_administrative": 69592000,
"other_operating_expenses": 0,
"total_operating_expenses": 69592000,
"operating_income": 69772000,
"interest_expense": -8155000,
"interest_income": 565000,
"other_income_expense": 3641000,
"total_other_income_expense": -3949000,
"income_before_income_taxes": 65823000,
"income_taxes": 22019000,
"consolidated_net_income_loss": 43804000,
"noncontrolling_interest": -59000,
"preferred_stock_dividends_declared": 3712000,
"net_income_loss_attributable_common_shareholders": 40033000,
"basic_earnings_per_share": 1.600000000000000088817841970012523233890533447265625,
"diluted_earnings_per_share": 1.4699999999999999733546474089962430298328399658203125,
"basic_shares_outstanding": 24985000,
"diluted_shares_outstanding": 29844000,
"ebitda": 80178000
},
{
"tickers": [
"LM",
"LMI",
"PNK"
],
"cik": "0000704051",
"period_end": "2009-06-30",
"filing_date": "2010-08-09",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 613084000,
"cost_of_revenue": 0,
"gross_profit": 613084000,
"selling_general_administrative": 514350000,
"depreciation_depletion_amortization": 5628000,
"other_operating_expenses": 34791000,
"total_operating_expenses": 554769000,
"operating_income": 58315000,
"interest_expense": -43390000,
"interest_income": 1821000,
"other_income_expense": 63958000,
"total_other_income_expense": 22389000,
"income_before_income_taxes": 80704000,
"income_taxes": 28380000,
"consolidated_net_income_loss": 52324000,
"noncontrolling_interest": -2270000,
"net_income_loss_attributable_common_shareholders": 50054000,
"basic_earnings_per_share": 0.34999999999999997779553950749686919152736663818359375,
"diluted_earnings_per_share": 0.34999999999999997779553950749686919152736663818359375,
"basic_shares_outstanding": 142006000,
"diluted_shares_outstanding": 143126000,
"ebitda": 92970000
},
{
"tickers": [
"ERTS"
],
"cik": "0000712515",
"period_end": "2009-06-30",
"filing_date": "2010-08-09",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 644000000,
"cost_of_revenue": 321000000,
"gross_profit": 323000000,
"selling_general_administrative": 230000000,
"research_development": 312000000,
"depreciation_depletion_amortization": 12000000,
"other_operating_expenses": 14000000,
"total_operating_expenses": 568000000,
"operating_income": -245000000,
"other_income_expense": -13000000,
"total_other_income_expense": -13000000,
"income_before_income_taxes": -258000000,
"income_taxes": -24000000,
"consolidated_net_income_loss": -234000000,
"net_income_loss_attributable_common_shareholders": -234000000,
"basic_earnings_per_share": -0.7199999999999999733546474089962430298328399658203125,
"diluted_earnings_per_share": -0.7199999999999999733546474089962430298328399658203125,
"basic_shares_outstanding": 323000000,
"diluted_shares_outstanding": 323000000,
"ebitda": -183000000
},
{
"tickers": [
"ACXM"
],
"cik": "0000733269",
"period_end": "2009-06-30",
"filing_date": "2010-08-05",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 255981000,
"cost_of_revenue": 205495000,
"gross_profit": 50486000,
"selling_general_administrative": 37643000,
"other_operating_expenses": 347000,
"total_operating_expenses": 37990000,
"operating_income": 12496000,
"interest_expense": -5505000,
"other_income_expense": -118000,
"total_other_income_expense": -5623000,
"income_before_income_taxes": 6873000,
"income_taxes": 2679000,
"consolidated_net_income_loss": 4194000,
"net_income_loss_attributable_common_shareholders": 4194000,
"basic_earnings_per_share": 0.05000000000000000277555756156289135105907917022705078125,
"diluted_earnings_per_share": 0.05000000000000000277555756156289135105907917022705078125,
"basic_shares_outstanding": 78667000,
"diluted_shares_outstanding": 79012000,
"ebitda": 53438000
},
{
"tickers": [
"MCHP"
],
"cik": "0000827054",
"period_end": "2009-06-30",
"filing_date": "2010-08-09",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 192949000,
"cost_of_revenue": 96514000,
"gross_profit": 96435000,
"selling_general_administrative": 36383000,
"research_development": 27636000,
"other_operating_expenses": 1238000,
"total_operating_expenses": 65257000,
"operating_income": 31178000,
"interest_expense": -7519000,
"interest_income": 3302000,
"other_income_expense": 5694000,
"total_other_income_expense": 1477000,
"income_before_income_taxes": 32655000,
"income_taxes": 5287000,
"consolidated_net_income_loss": 27368000,
"net_income_loss_attributable_common_shareholders": 27368000,
"basic_earnings_per_share": 0.08000000000000000166533453693773481063544750213623046875,
"diluted_earnings_per_share": 0.08000000000000000166533453693773481063544750213623046875,
"basic_shares_outstanding": 365712000,
"diluted_shares_outstanding": 371052000,
"ebitda": 54922000
},
{
"tickers": [
"AMSC"
],
"cik": "0000880807",
"period_end": "2009-06-30",
"filing_date": "2010-08-05",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 73000000,
"cost_of_revenue": 50417000,
"gross_profit": 22583000,
"selling_general_administrative": 10885000,
"research_development": 4528000,
"depreciation_depletion_amortization": 445000,
"other_operating_expenses": 334000,
"total_operating_expenses": 16192000,
"operating_income": 6391000,
"interest_income": 243000,
"other_income_expense": -1976000,
"total_other_income_expense": -1733000,
"income_before_income_taxes": 4658000,
"income_taxes": 2866000,
"consolidated_net_income_loss": 1792000,
"net_income_loss_attributable_common_shareholders": 1792000,
"basic_earnings_per_share": 0.40000000000000002220446049250313080847263336181640625,
"diluted_earnings_per_share": 0.40000000000000002220446049250313080847263336181640625,
"basic_shares_outstanding": 4378900,
"diluted_shares_outstanding": 4453300,
"ebitda": 9026000
},
{
"tickers": [
"PLT"
],
"cik": "0000914025",
"period_end": "2009-06-30",
"filing_date": "2010-08-05",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 141162000,
"cost_of_revenue": 76158000,
"gross_profit": 65004000,
"selling_general_administrative": 33184000,
"research_development": 13669000,
"other_operating_expenses": 578000,
"total_operating_expenses": 47431000,
"operating_income": 17573000,
"other_income_expense": 1347000,
"total_other_income_expense": 1347000,
"income_before_income_taxes": 18920000,
"income_taxes": 5982000,
"discontinued_operations": -2288000,
"consolidated_net_income_loss": 10650000,
"net_income_loss_attributable_common_shareholders": 10650000,
"basic_earnings_per_share": 0.2200000000000000011102230246251565404236316680908203125,
"diluted_earnings_per_share": 0.2200000000000000011102230246251565404236316680908203125,
"basic_shares_outstanding": 48527,
"diluted_shares_outstanding": 48665,
"ebitda": 23536000
},
{
"tickers": [
"EXP",
"EXPw"
],
"cik": "0000918646",
"period_end": "2009-06-30",
"filing_date": "2010-08-06",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 127805000,
"cost_of_revenue": 108074000,
"gross_profit": 19731000,
"selling_general_administrative": 4293000,
"other_operating_expenses": -87000,
"total_operating_expenses": 4206000,
"operating_income": 15525000,
"interest_expense": -5633000,
"other_income_expense": 7301000,
"total_other_income_expense": 1668000,
"income_before_income_taxes": 17193000,
"income_taxes": 5273000,
"consolidated_net_income_loss": 11920000,
"net_income_loss_attributable_common_shareholders": 11920000,
"basic_earnings_per_share": 0.270000000000000017763568394002504646778106689453125,
"diluted_earnings_per_share": 0.270000000000000017763568394002504646778106689453125,
"basic_shares_outstanding": 43581646,
"diluted_shares_outstanding": 43996589,
"ebitda": 28344000
},
{
"tickers": [
"MCK"
],
"cik": "0000927653",
"period_end": "2009-06-30",
"filing_date": "2010-07-30",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 26657000000,
"cost_of_revenue": 25354000000,
"gross_profit": 1303000000,
"selling_general_administrative": 844000000,
"other_operating_expenses": 0,
"total_operating_expenses": 844000000,
"operating_income": 459000000,
"interest_expense": -48000000,
"other_income_expense": 10000000,
"total_other_income_expense": -38000000,
"income_before_income_taxes": 421000000,
"income_taxes": 133000000,
"consolidated_net_income_loss": 288000000,
"net_income_loss_attributable_common_shareholders": 288000000,
"basic_earnings_per_share": 1.0700000000000000621724893790087662637233734130859375,
"diluted_earnings_per_share": 1.060000000000000053290705182007513940334320068359375,
"basic_shares_outstanding": 270000000,
"diluted_shares_outstanding": 272000000,
"ebitda": 570000000
},
{
"tickers": [
"TGI"
],
"cik": "0001021162",
"period_end": "2009-06-30",
"filing_date": "2010-08-06",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 316130000,
"cost_of_revenue": 224348000,
"gross_profit": 91782000,
"selling_general_administrative": 39836000,
"depreciation_depletion_amortization": 14076000,
"other_operating_expenses": 0,
"total_operating_expenses": 53912000,
"operating_income": 37870000,
"interest_expense": -5326000,
"other_income_expense": 0,
"total_other_income_expense": -5326000,
"income_before_income_taxes": 32544000,
"income_taxes": 11023000,
"discontinued_operations": -3482000,
"consolidated_net_income_loss": 18039000,
"net_income_loss_attributable_common_shareholders": 18039000,
"basic_earnings_per_share": 0.5500000000000000444089209850062616169452667236328125,
"diluted_earnings_per_share": 0.5500000000000000444089209850062616169452667236328125,
"basic_shares_outstanding": 32864000,
"diluted_shares_outstanding": 33222000,
"ebitda": 51946000
},
{
"tickers": [
"LOGI"
],
"cik": "0001032975",
"period_end": "2009-06-30",
"filing_date": "2010-08-25",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 326110000,
"cost_of_revenue": 248288000,
"gross_profit": 77822000,
"selling_general_administrative": 80119000,
"research_development": 31360000,
"other_operating_expenses": 1449000,
"total_operating_expenses": 112928000,
"operating_income": -35106000,
"interest_expense": 592000,
"other_income_expense": 802000,
"total_other_income_expense": 1394000,
"income_before_income_taxes": -33712000,
"income_taxes": 3653000,
"consolidated_net_income_loss": -37365000,
"net_income_loss_attributable_common_shareholders": -37365000,
"basic_earnings_per_share": -0.2099999999999999922284388276239042170345783233642578125,
"diluted_earnings_per_share": -0.2099999999999999922284388276239042170345783233642578125,
"basic_shares_outstanding": 179751000,
"diluted_shares_outstanding": 179751000,
"ebitda": -19847000
},
{
"tickers": [
"CVLT"
],
"cik": "0001169561",
"period_end": "2009-06-30",
"filing_date": "2010-08-05",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 60246000,
"cost_of_revenue": 8350000,
"gross_profit": 51896000,
"selling_general_administrative": 37318000,
"research_development": 7619000,
"depreciation_depletion_amortization": 893000,
"other_operating_expenses": 0,
"total_operating_expenses": 45830000,
"operating_income": 6066000,
"interest_expense": -23000,
"interest_income": 113000,
"other_income_expense": 0,
"total_other_income_expense": 90000,
"income_before_income_taxes": 6156000,
"income_taxes": 3721000,
"consolidated_net_income_loss": 2435000,
"net_income_loss_attributable_common_shareholders": 2435000,
"basic_earnings_per_share": 0.059999999999999997779553950749686919152736663818359375,
"diluted_earnings_per_share": 0.059999999999999997779553950749686919152736663818359375,
"basic_shares_outstanding": 41646000,
"diluted_shares_outstanding": 43764000,
"ebitda": 6988000
},
{
"tickers": [
"AXE"
],
"cik": "0000052795",
"period_end": "2009-07-03",
"filing_date": "2010-08-06",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 1220600000,
"cost_of_revenue": 944100000,
"gross_profit": 276500000,
"selling_general_administrative": 235200000,
"other_operating_expenses": 100000000,
"total_operating_expenses": 335200000,
"operating_income": -58700000,
"interest_expense": -17300000,
"other_income_expense": -3300000,
"total_other_income_expense": -20600000,
"income_before_income_taxes": -79300000,
"income_taxes": 10500000,
"consolidated_net_income_loss": -89800000,
"net_income_loss_attributable_common_shareholders": -89800000,
"basic_earnings_per_share": -2.529999999999999804600747665972448885440826416015625,
"diluted_earnings_per_share": -2.529999999999999804600747665972448885440826416015625,
"basic_shares_outstanding": 35500000,
"diluted_shares_outstanding": 35500000,
"ebitda": 41300000
},
{
"tickers": [
"VSAT"
],
"cik": "0000797721",
"period_end": "2009-07-03",
"filing_date": "2010-08-11",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 158408000,
"cost_of_revenue": 111713000,
"gross_profit": 46695000,
"selling_general_administrative": 26916000,
"research_development": 7003000,
"depreciation_depletion_amortization": 1505000,
"other_operating_expenses": 0,
"total_operating_expenses": 35424000,
"operating_income": 11271000,
"interest_expense": -179000,
"interest_income": 97000,
"other_income_expense": 0,
"total_other_income_expense": -82000,
"income_before_income_taxes": 11189000,
"income_taxes": 2897000,
"consolidated_net_income_loss": 8292000,
"noncontrolling_interest": -23000,
"net_income_loss_attributable_common_shareholders": 8269000,
"basic_earnings_per_share": 0.270000000000000017763568394002504646778106689453125,
"diluted_earnings_per_share": 0.25,
"basic_shares_outstanding": 31198000,
"diluted_shares_outstanding": 32683000,
"ebitda": 17697000
},
{
"tickers": [
"FLEX"
],
"cik": "0000866374",
"period_end": "2009-07-03",
"filing_date": "2010-08-05",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 5782679000,
"cost_of_revenue": 5506575000,
"gross_profit": 276104000,
"selling_general_administrative": 201692000,
"depreciation_depletion_amortization": 23334000,
"other_operating_expenses": 64839000,
"total_operating_expenses": 289865000,
"operating_income": -13761000,
"interest_expense": -36886000,
"other_income_expense": -107399000,
"total_other_income_expense": -144285000,
"income_before_income_taxes": -158046000,
"income_taxes": -4003000,
"consolidated_net_income_loss": -154043000,
"net_income_loss_attributable_common_shareholders": -154043000,
"basic_earnings_per_share": -0.190000000000000002220446049250313080847263336181640625,
"diluted_earnings_per_share": -0.190000000000000002220446049250313080847263336181640625,
"basic_shares_outstanding": 810174000,
"diluted_shares_outstanding": 810174000,
"ebitda": 308153000
},
{
"tickers": [
"PKI"
],
"cik": "0000031791",
"period_end": "2009-07-05",
"filing_date": "2010-08-10",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 438270000,
"cost_of_revenue": 250199000,
"gross_profit": 188071000,
"selling_general_administrative": 124039000,
"research_development": 25812000,
"other_operating_expenses": 0,
"total_operating_expenses": 149851000,
"operating_income": 38220000,
"interest_expense": -4181000,
"other_income_expense": 0,
"total_other_income_expense": -4181000,
"income_before_income_taxes": 34039000,
"income_taxes": 10799000,
"discontinued_operations": -1735000,
"consolidated_net_income_loss": 21505000,
"net_income_loss_attributable_common_shareholders": 21505000,
"basic_earnings_per_share": 0.190000000000000002220446049250313080847263336181640625,
"diluted_earnings_per_share": 0.179999999999999993338661852249060757458209991455078125,
"basic_shares_outstanding": 116063000,
"diluted_shares_outstanding": 116268000,
"ebitda": 38220000
},
{
"tickers": [
"SMTC"
],
"cik": "0000088941",
"period_end": "2009-07-26",
"filing_date": "2010-09-10",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 66317000,
"cost_of_revenue": 30165000,
"gross_profit": 36152000,
"selling_general_administrative": 16741000,
"research_development": 10591000,
"depreciation_depletion_amortization": 302000,
"other_operating_expenses": 0,
"total_operating_expenses": 27634000,
"operating_income": 8518000,
"other_income_expense": 282000,
"total_other_income_expense": 282000,
"income_before_income_taxes": 8800000,
"income_taxes": 1380000,
"consolidated_net_income_loss": 7420000,
"net_income_loss_attributable_common_shareholders": 7420000,
"basic_earnings_per_share": 0.11999999999999999555910790149937383830547332763671875,
"diluted_earnings_per_share": 0.11999999999999999555910790149937383830547332763671875,
"basic_shares_outstanding": 60493000,
"diluted_shares_outstanding": 61044000,
"ebitda": 8518000
},
{
"tickers": [
"HRB",
"HRBw"
],
"cik": "0000012659",
"period_end": "2009-07-31",
"filing_date": "2010-09-14",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 263218000,
"cost_of_revenue": 386450000,
"gross_profit": -123232000,
"selling_general_administrative": 103217000,
"other_operating_expenses": 0,
"total_operating_expenses": 103217000,
"operating_income": -226449000,
"interest_income": 12287000,
"other_income_expense": 3289000,
"total_other_income_expense": 15576000,
"income_before_income_taxes": -210873000,
"income_taxes": -80256000,
"discontinued_operations": -3017000,
"consolidated_net_income_loss": -133634000,
"net_income_loss_attributable_common_shareholders": -133634000,
"basic_earnings_per_share": -0.40000000000000002220446049250313080847263336181640625,
"diluted_earnings_per_share": -0.40000000000000002220446049250313080847263336181640625,
"basic_shares_outstanding": 334533000,
"diluted_shares_outstanding": 334533000,
"ebitda": -226449000
},
{
"tickers": [
"KFY"
],
"cik": "0000056679",
"period_end": "2009-07-31",
"filing_date": "2010-09-09",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 123288000,
"cost_of_revenue": 8789000,
"gross_profit": 114499000,
"selling_general_administrative": 118439000,
"depreciation_depletion_amortization": 2829000,
"other_operating_expenses": 18183000,
"total_operating_expenses": 139451000,
"operating_income": -24952000,
"interest_expense": -708000,
"other_income_expense": 3999000,
"total_other_income_expense": 3291000,
"income_before_income_taxes": -21661000,
"income_taxes": -7365000,
"equity_in_affiliates": 23000,
"consolidated_net_income_loss": -14273000,
"net_income_loss_attributable_common_shareholders": -14273000,
"basic_earnings_per_share": -0.330000000000000015543122344752191565930843353271484375,
"diluted_earnings_per_share": -0.330000000000000015543122344752191565930843353271484375,
"basic_shares_outstanding": 43776000,
"diluted_shares_outstanding": 43776000,
"ebitda": -3940000
},
{
"tickers": [
"LOW",
"LOWw"
],
"cik": "0000060667",
"period_end": "2009-07-31",
"filing_date": "2010-08-31",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 13844000000,
"cost_of_revenue": 9021000000,
"gross_profit": 4823000000,
"selling_general_administrative": 3123000000,
"depreciation_depletion_amortization": 408000000,
"other_operating_expenses": 0,
"total_operating_expenses": 3531000000,
"operating_income": 1292000000,
"interest_expense": -76000000,
"other_income_expense": 0,
"total_other_income_expense": -76000000,
"income_before_income_taxes": 1216000000,
"income_taxes": 457000000,
"equity_in_affiliates": -6000000,
"consolidated_net_income_loss": 753000000,
"net_income_loss_attributable_common_shareholders": 753000000,
"basic_earnings_per_share": 0.5100000000000000088817841970012523233890533447265625,
"diluted_earnings_per_share": 0.5100000000000000088817841970012523233890533447265625,
"basic_shares_outstanding": 1464000000,
"diluted_shares_outstanding": 1466000000,
"ebitda": 1292000000
},
{
"tickers": [
"SJM",
"SJMw"
],
"cik": "0000091419",
"period_end": "2009-07-31",
"filing_date": "2010-09-09",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 1051526000,
"cost_of_revenue": 645497000,
"gross_profit": 406029000,
"selling_general_administrative": 201177000,
"depreciation_depletion_amortization": 18377000,
"other_operating_expenses": 17641000,
"total_operating_expenses": 237195000,
"operating_income": 168834000,
"interest_expense": -18951000,
"interest_income": 1371000,
"other_income_expense": -20000,
"total_other_income_expense": -17600000,
"income_before_income_taxes": 151234000,
"income_taxes": 53171000,
"consolidated_net_income_loss": 98063000,
"net_income_loss_attributable_common_shareholders": 98063000,
"basic_earnings_per_share": 0.82999999999999996003197111349436454474925994873046875,
"diluted_earnings_per_share": 0.82999999999999996003197111349436454474925994873046875,
"basic_shares_outstanding": 118664653,
"diluted_shares_outstanding": 118664653,
"ebitda": 228958000
},
{
"tickers": [
"TIF"
],
"cik": "0000098246",
"period_end": "2009-07-31",
"filing_date": "2010-09-02",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 612493000,
"cost_of_revenue": 275041000,
"gross_profit": 337452000,
"selling_general_administrative": 247898000,
"other_operating_expenses": 0,
"total_operating_expenses": 247898000,
"operating_income": 89554000,
"other_income_expense": -12132000,
"total_other_income_expense": -12132000,
"income_before_income_taxes": 77422000,
"income_taxes": 20705000,
"discontinued_operations": 59000,
"consolidated_net_income_loss": 56776000,
"net_income_loss_attributable_common_shareholders": 56776000,
"basic_earnings_per_share": 0.460000000000000019984014443252817727625370025634765625,
"diluted_earnings_per_share": 0.460000000000000019984014443252817727625370025634765625,
"basic_shares_outstanding": 124081000,
"diluted_shares_outstanding": 124523000,
"ebitda": 89554000
},
{
"tickers": [
"WMT"
],
"cik": "0000104169",
"period_end": "2009-07-31",
"filing_date": "2010-09-01",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 100876000000,
"cost_of_revenue": 75056000000,
"gross_profit": 25820000000,
"selling_general_administrative": 19891000000,
"other_operating_expenses": 0,
"total_operating_expenses": 19891000000,
"operating_income": 5929000000,
"interest_expense": -515000000,
"interest_income": 42000000,
"other_income_expense": 0,
"total_other_income_expense": -473000000,
"income_before_income_taxes": 5456000000,
"income_taxes": 1870000000,
"discontinued_operations": -7000000,
"consolidated_net_income_loss": 3579000000,
"noncontrolling_interest": -107000000,
"net_income_loss_attributable_common_shareholders": 3472000000,
"basic_earnings_per_share": 0.58999999999999996891375531049561686813831329345703125,
"diluted_earnings_per_share": 0.58999999999999996891375531049561686813831329345703125,
"basic_shares_outstanding": 11673000000,
"diluted_shares_outstanding": 11700000000,
"ebitda": 7686000000
},
{
"tickers": [
"JW.A",
"JW.B"
],
"cik": "0000107140",
"period_end": "2009-07-31",
"filing_date": "2010-09-17",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 388375000,
"cost_of_revenue": 121536000,
"gross_profit": 266839000,
"selling_general_administrative": 202113000,
"depreciation_depletion_amortization": 9076000,
"other_operating_expenses": 0,
"total_operating_expenses": 211189000,
"operating_income": 55650000,
"interest_expense": -8923000,
"interest_income": 145000,
"other_income_expense": -9755000,
"total_other_income_expense": -18533000,
"income_before_income_taxes": 37117000,
"income_taxes": 10240000,
"consolidated_net_income_loss": 26877000,
"net_income_loss_attributable_common_shareholders": 26877000,
"basic_earnings_per_share": 0.460000000000000019984014443252817727625370025634765625,
"diluted_earnings_per_share": 0.450000000000000011102230246251565404236316680908203125,
"basic_shares_outstanding": 58169000,
"diluted_shares_outstanding": 59123000,
"ebitda": 85640000
},
{
"tickers": [
"CASY"
],
"cik": "0000726958",
"period_end": "2009-07-31",
"filing_date": "2010-09-09",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 1187940000,
"cost_of_revenue": 967815000,
"gross_profit": 220125000,
"selling_general_administrative": 132358000,
"depreciation_depletion_amortization": 17951000,
"other_operating_expenses": 0,
"total_operating_expenses": 150309000,
"operating_income": 69816000,
"interest_expense": -2704000,
"other_income_expense": 0,
"total_other_income_expense": -2704000,
"income_before_income_taxes": 67112000,
"income_taxes": 22919000,
"consolidated_net_income_loss": 44193000,
"net_income_loss_attributable_common_shareholders": 44193000,
"basic_earnings_per_share": 0.86999999999999999555910790149937383830547332763671875,
"diluted_earnings_per_share": 0.86999999999999999555910790149937383830547332763671875,
"basic_shares_outstanding": 50863579,
"diluted_shares_outstanding": 50996302,
"ebitda": 88005000
},
{
"tickers": [
"ADSK"
],
"cik": "0000769397",
"period_end": "2009-07-31",
"filing_date": "2010-09-01",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 414900000,
"cost_of_revenue": 50100000,
"gross_profit": 364800000,
"selling_general_administrative": 225900000,
"research_development": 109800000,
"other_operating_expenses": 26400000,
"total_operating_expenses": 362100000,
"operating_income": 2700000,
"interest_expense": 10700000,
"other_income_expense": 0,
"total_other_income_expense": 10700000,
"income_before_income_taxes": 13400000,
"income_taxes": 2900000,
"consolidated_net_income_loss": 10500000,
"net_income_loss_attributable_common_shareholders": 10500000,
"basic_earnings_per_share": 0.05000000000000000277555756156289135105907917022705078125,
"diluted_earnings_per_share": 0.05000000000000000277555756156289135105907917022705078125,
"basic_shares_outstanding": 228900000,
"diluted_shares_outstanding": 232300000,
"ebitda": 57600000
},
{
"tickers": [
"URBN"
],
"cik": "0000912615",
"period_end": "2009-07-31",
"filing_date": "2010-09-08",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 458626000,
"cost_of_revenue": 271535000,
"gross_profit": 187091000,
"selling_general_administrative": 108650000,
"other_operating_expenses": 0,
"total_operating_expenses": 108650000,
"operating_income": 78441000,
"other_income_expense": 939000,
"total_other_income_expense": 939000,
"income_before_income_taxes": 79380000,
"income_taxes": 30359000,
"consolidated_net_income_loss": 49021000,
"net_income_loss_attributable_common_shareholders": 49021000,
"basic_earnings_per_share": 0.289999999999999980015985556747182272374629974365234375,
"diluted_earnings_per_share": 0.289999999999999980015985556747182272374629974365234375,
"basic_shares_outstanding": 167919873,
"diluted_shares_outstanding": 170719274,
"ebitda": 78441000
},
{
"tickers": [
"NTAP"
],
"cik": "0001002047",
"period_end": "2009-07-31",
"filing_date": "2010-09-13",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 837900000,
"cost_of_revenue": 315400000,
"gross_profit": 522500000,
"selling_general_administrative": 361000000,
"research_development": 130300000,
"other_operating_expenses": -39600000,
"total_operating_expenses": 451700000,
"operating_income": 70800000,
"interest_expense": -19200000,
"interest_income": 8600000,
"other_income_expense": -1000000,
"total_other_income_expense": -11600000,
"income_before_income_taxes": 59200000,
"income_taxes": 7500000,
"consolidated_net_income_loss": 51700000,
"net_income_loss_attributable_common_shareholders": 51700000,
"basic_earnings_per_share": 0.1499999999999999944488848768742172978818416595458984375,
"diluted_earnings_per_share": 0.1499999999999999944488848768742172978818416595458984375,
"basic_shares_outstanding": 334500000,
"diluted_shares_outstanding": 338900000,
"ebitda": 74200000
},
{
"tickers": [
"CRM"
],
"cik": "0001108524",
"period_end": "2009-07-31",
"filing_date": "2010-09-09",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 316061000,
"cost_of_revenue": 62496000,
"gross_profit": 253565000,
"selling_general_administrative": 192973000,
"research_development": 31103000,
"other_operating_expenses": 0,
"total_operating_expenses": 224076000,
"operating_income": 29489000,
"interest_expense": -293000,
"interest_income": 7747000,
"other_income_expense": -1072000,
"total_other_income_expense": 6382000,
"income_before_income_taxes": 35871000,
"income_taxes": 14030000,
"consolidated_net_income_loss": 21841000,
"noncontrolling_interest": -643000,
"net_income_loss_attributable_common_shareholders": 21198000,
"basic_earnings_per_share": 0.040000000000000000832667268468867405317723751068115234375,
"diluted_earnings_per_share": 0.040000000000000000832667268468867405317723751068115234375,
"basic_shares_outstanding": 495384000,
"diluted_shares_outstanding": 506264000,
"ebitda": 56948000
},
{
"tickers": [
"SAI"
],
"cik": "0001336920",
"period_end": "2009-07-31",
"filing_date": "2010-09-03",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 2749000000,
"cost_of_revenue": 2369000000,
"gross_profit": 380000000,
"selling_general_administrative": 159000000,
"other_operating_expenses": 0,
"total_operating_expenses": 159000000,
"operating_income": 221000000,
"interest_expense": -19000000,
"other_income_expense": 0,
"total_other_income_expense": -19000000,
"income_before_income_taxes": 202000000,
"income_taxes": 77000000,
"discontinued_operations": -2000000,
"consolidated_net_income_loss": 123000000,
"net_income_loss_attributable_common_shareholders": 119000000,
"basic_earnings_per_share": 1.2399999999999999911182158029987476766109466552734375,
"diluted_earnings_per_share": 1.2399999999999999911182158029987476766109466552734375,
"basic_shares_outstanding": 96000000,
"diluted_shares_outstanding": 97000000,
"ebitda": 221000000
},
{
"tickers": [
"TGT"
],
"cik": "0000027419",
"period_end": "2009-08-01",
"filing_date": "2010-08-27",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 15067000000,
"cost_of_revenue": 9914000000,
"gross_profit": 5153000000,
"selling_general_administrative": 3136000000,
"depreciation_depletion_amortization": 478000000,
"other_operating_expenses": 388000000,
"total_operating_expenses": 4002000000,
"operating_income": 1151000000,
"interest_expense": -195000000,
"interest_income": 1000000,
"other_income_expense": 0,
"total_other_income_expense": -194000000,
"income_before_income_taxes": 957000000,
"income_taxes": 363000000,
"consolidated_net_income_loss": 594000000,
"net_income_loss_attributable_common_shareholders": 594000000,
"basic_earnings_per_share": 0.79000000000000003552713678800500929355621337890625,
"diluted_earnings_per_share": 0.79000000000000003552713678800500929355621337890625,
"basic_shares_outstanding": 752000000,
"diluted_shares_outstanding": 754400000,
"ebitda": 1629000000
},
{
"tickers": [
"DDS",
"DDT"
],
"cik": "0000028917",
"period_end": "2009-08-01",
"filing_date": "2010-09-02",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 1427771000,
"cost_of_revenue": 973613000,
"gross_profit": 454158000,
"selling_general_administrative": 396721000,
"depreciation_depletion_amortization": 66391000,
"other_operating_expenses": 13936000,
"total_operating_expenses": 477048000,
"operating_income": -22890000,
"interest_expense": -19011000,
"other_income_expense": 204000,
"total_other_income_expense": -18807000,
"income_before_income_taxes": -41697000,
"income_taxes": -15040000,
"consolidated_net_income_loss": -26657000,
"net_income_loss_attributable_common_shareholders": -26657000,
"basic_earnings_per_share": -0.35999999999999998667732370449812151491641998291015625,
"diluted_earnings_per_share": -0.35999999999999998667732370449812151491641998291015625,
"basic_shares_outstanding": 73827000,
"diluted_shares_outstanding": 73827000,
"ebitda": -22890000
},
{
"tickers": [
"GPS"
],
"cik": "0000039911",
"period_end": "2009-08-01",
"filing_date": "2010-09-09",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 3245000000,
"cost_of_revenue": 1957000000,
"gross_profit": 1288000000,
"other_operating_expenses": 913000000,
"total_operating_expenses": 913000000,
"operating_income": 375000000,
"interest_expense": -1000000,
"interest_income": 2000000,
"other_income_expense": 0,
"total_other_income_expense": 1000000,
"income_before_income_taxes": 376000000,
"income_taxes": 148000000,
"consolidated_net_income_loss": 228000000,
"net_income_loss_attributable_common_shareholders": 228000000,
"basic_earnings_per_share": 0.330000000000000015543122344752191565930843353271484375,
"diluted_earnings_per_share": 0.330000000000000015543122344752191565930843353271484375,
"basic_shares_outstanding": 697000000,
"diluted_shares_outstanding": 700000000,
"ebitda": 516000000
},
{
"tickers": [
"JWN"
],
"cik": "0000072333",
"period_end": "2009-08-01",
"filing_date": "2010-09-08",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 2232000000,
"cost_of_revenue": 1418000000,
"gross_profit": 814000000,
"selling_general_administrative": 608000000,
"other_operating_expenses": 0,
"total_operating_expenses": 608000000,
"operating_income": 206000000,
"interest_expense": -36000000,
"other_income_expense": 0,
"total_other_income_expense": -36000000,
"income_before_income_taxes": 170000000,
"income_taxes": 65000000,
"consolidated_net_income_loss": 105000000,
"net_income_loss_attributable_common_shareholders": 105000000,
"basic_earnings_per_share": 0.4899999999999999911182158029987476766109466552734375,
"diluted_earnings_per_share": 0.479999999999999982236431605997495353221893310546875,
"basic_shares_outstanding": 216500000,
"diluted_shares_outstanding": 218800000,
"ebitda": 273000000
},
{
"tickers": [
"TJX"
],
"cik": "0000109198",
"period_end": "2009-08-01",
"filing_date": "2010-08-27",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 4747528000,
"cost_of_revenue": 3534302000,
"gross_profit": 1213226000,
"selling_general_administrative": 790876000,
"other_operating_expenses": 0,
"total_operating_expenses": 790876000,
"operating_income": 422350000,
"interest_expense": -9249000,
"other_income_expense": 0,
"total_other_income_expense": -9249000,
"income_before_income_taxes": 413101000,
"income_taxes": 151540000,
"consolidated_net_income_loss": 261561000,
"net_income_loss_attributable_common_shareholders": 261561000,
"basic_earnings_per_share": 0.1600000000000000033306690738754696212708950042724609375,
"diluted_earnings_per_share": 0.1499999999999999944488848768742172978818416595458984375,
"basic_shares_outstanding": 1695564000,
"diluted_shares_outstanding": 1721812000,
"ebitda": 527623000
},
{
"tickers": [
"LTD"
],
"cik": "0000701985",
"period_end": "2009-08-01",
"filing_date": "2010-09-07",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 2067000000,
"cost_of_revenue": 1399000000,
"gross_profit": 668000000,
"selling_general_administrative": 519000000,
"other_operating_expenses": 0,
"total_operating_expenses": 519000000,
"operating_income": 149000000,
"interest_expense": -58000000,
"interest_income": 1000000,
"other_income_expense": 7000000,
"total_other_income_expense": -50000000,
"income_before_income_taxes": 99000000,
"income_taxes": 25000000,
"consolidated_net_income_loss": 74000000,
"net_income_loss_attributable_common_shareholders": 74000000,
"basic_earnings_per_share": 0.2300000000000000099920072216264088638126850128173828125,
"diluted_earnings_per_share": 0.2300000000000000099920072216264088638126850128173828125,
"basic_shares_outstanding": 322000000,
"diluted_shares_outstanding": 326000000.14999997615814208984375,
"ebitda": 237000000
},
{
"tickers": [
"ROST"
],
"cik": "0000745732",
"period_end": "2009-08-01",
"filing_date": "2010-09-08",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 1768636000,
"cost_of_revenue": 1311136000,
"gross_profit": 457500000,
"selling_general_administrative": 286158000,
"other_operating_expenses": 0,
"total_operating_expenses": 286158000,
"operating_income": 171342000,
"interest_expense": -1390000,
"other_income_expense": 0,
"total_other_income_expense": -1390000,
"income_before_income_taxes": 169952000,
"income_taxes": 66545000,
"consolidated_net_income_loss": 103407000,
"net_income_loss_attributable_common_shareholders": 103407000,
"basic_earnings_per_share": 0.419999999999999984456877655247808434069156646728515625,
"diluted_earnings_per_share": 0.409999999999999975575093458246556110680103302001953125,
"basic_shares_outstanding": 493868000,
"diluted_shares_outstanding": 502632000,
"ebitda": 209288000
},
{
"tickers": [
"BIG"
],
"cik": "0000768835",
"period_end": "2009-08-01",
"filing_date": "2010-09-08",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 1086567000,
"cost_of_revenue": 652184000,
"gross_profit": 434383000,
"selling_general_administrative": 367781000,
"depreciation_depletion_amortization": 18949000,
"other_operating_expenses": 0,
"total_operating_expenses": 386730000,
"operating_income": 47653000,
"interest_expense": -506000,
"interest_income": 19000,
"other_income_expense": 0,
"total_other_income_expense": -487000,
"income_before_income_taxes": 47166000,
"income_taxes": 18550000,
"discontinued_operations": -173000,
"consolidated_net_income_loss": 28443000,
"net_income_loss_attributable_common_shareholders": 28443000,
"basic_earnings_per_share": 0.34999999999999997779553950749686919152736663818359375,
"diluted_earnings_per_share": 0.34999999999999997779553950749686919152736663818359375,
"basic_shares_outstanding": 81623000,
"diluted_shares_outstanding": 82516000,
"ebitda": 47653000
},
{
"tickers": [
"M"
],
"cik": "0000794367",
"period_end": "2009-08-01",
"filing_date": "2010-09-07",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 5164000000,
"cost_of_revenue": 3021000000,
"gross_profit": 2143000000,
"selling_general_administrative": 1861000000,
"other_operating_expenses": 34000000,
"total_operating_expenses": 1895000000,
"operating_income": 248000000,
"interest_expense": -141000000,
"interest_income": 2000000,
"other_income_expense": 0,
"total_other_income_expense": -139000000,
"income_before_income_taxes": 109000000,
"income_taxes": 102000000,
"consolidated_net_income_loss": 7000000,
"net_income_loss_attributable_common_shareholders": 7000000,
"basic_earnings_per_share": 0.0200000000000000004163336342344337026588618755340576171875,
"diluted_earnings_per_share": 0.0200000000000000004163336342344337026588618755340576171875,
"basic_shares_outstanding": 421500000,
"diluted_shares_outstanding": 422100000,
"ebitda": 583000000
},
{
"tickers": [
"KEM",
"SIG"
],
"cik": "0000832988",
"period_end": "2009-08-01",
"filing_date": "2010-08-27",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 710800000,
"cost_of_revenue": 489300000,
"gross_profit": 221500000,
"selling_general_administrative": 203800000,
"other_operating_expenses": -28900000,
"total_operating_expenses": 174900000,
"operating_income": 46600000,
"interest_expense": -8200000,
"interest_income": 100000,
"other_income_expense": 0,
"total_other_income_expense": -8100000,
"income_before_income_taxes": 38500000,
"income_taxes": 10900000,
"consolidated_net_income_loss": 27600000,
"net_income_loss_attributable_common_shareholders": 27600000,
"basic_earnings_per_share": 0.320000000000000006661338147750939242541790008544921875,
"diluted_earnings_per_share": 0.320000000000000006661338147750939242541790008544921875,
"basic_shares_outstanding": 86250000,
"diluted_shares_outstanding": 86250000,
"ebitda": 73900000
},
{
"tickers": [
"FL"
],
"cik": "0000850209",
"period_end": "2009-08-01",
"filing_date": "2010-09-08",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 1099000000,
"cost_of_revenue": 819000000,
"gross_profit": 280000000,
"selling_general_administrative": 252000000,
"depreciation_depletion_amortization": 28000000,
"other_operating_expenses": -1000000,
"total_operating_expenses": 279000000,
"operating_income": 1000000,
"interest_expense": -3000000,
"other_income_expense": 0,
"total_other_income_expense": -3000000,
"income_before_income_taxes": -2000000,
"income_taxes": -1000000,
"discontinued_operations": 1000000,
"basic_shares_outstanding": 155900000,
"diluted_shares_outstanding": 155900000,
"ebitda": 1000000
},
{
"tickers": [
"MW"
],
"cik": "0000884217",
"period_end": "2009-08-01",
"filing_date": "2010-09-09",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 526208000,
"cost_of_revenue": 288420000,
"gross_profit": 237788000,
"selling_general_administrative": 173896000,
"other_operating_expenses": 0,
"total_operating_expenses": 173896000,
"operating_income": 63892000,
"interest_expense": -231000,
"interest_income": 231000,
"other_income_expense": 0,
"income_before_income_taxes": 63892000,
"income_taxes": 24407000,
"consolidated_net_income_loss": 39485000,
"net_income_loss_attributable_common_shareholders": 39485000,
"basic_earnings_per_share": 0.75,
"diluted_earnings_per_share": 0.75,
"basic_shares_outstanding": 52112000,
"diluted_shares_outstanding": 52255000,
"ebitda": 63892000
},
{
"tickers": [
"BKE"
],
"cik": "0000885245",
"period_end": "2009-08-01",
"filing_date": "2010-09-09",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 192906000,
"cost_of_revenue": 110628000,
"gross_profit": 82278000,
"selling_general_administrative": 44154000,
"other_operating_expenses": 0,
"total_operating_expenses": 44154000,
"operating_income": 38124000,
"other_income_expense": 1549000,
"total_other_income_expense": 1549000,
"income_before_income_taxes": 39673000,
"income_taxes": 14679000,
"consolidated_net_income_loss": 24994000,
"net_income_loss_attributable_common_shareholders": 24994000,
"basic_earnings_per_share": 0.5500000000000000444089209850062616169452667236328125,
"diluted_earnings_per_share": 0.54000000000000003552713678800500929355621337890625,
"basic_shares_outstanding": 45640000,
"diluted_shares_outstanding": 46623000,
"ebitda": 38124000
},
{
"tickers": [
"KSS"
],
"cik": "0000885639",
"period_end": "2009-08-01",
"filing_date": "2010-09-03",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 3806000000,
"cost_of_revenue": 2286000000,
"gross_profit": 1520000000,
"selling_general_administrative": 966000000,
"depreciation_depletion_amortization": 144000000,
"other_operating_expenses": 11000000,
"total_operating_expenses": 1121000000,
"operating_income": 399000000,
"interest_expense": -31000000,
"other_income_expense": 0,
"total_other_income_expense": -31000000,
"income_before_income_taxes": 368000000,
"income_taxes": 139000000,
"consolidated_net_income_loss": 229000000,
"net_income_loss_attributable_common_shareholders": 229000000,
"basic_earnings_per_share": 0.7600000000000000088817841970012523233890533447265625,
"diluted_earnings_per_share": 0.75,
"basic_shares_outstanding": 305000000,
"diluted_shares_outstanding": 306000000,
"ebitda": 543000000
},
{
"tickers": [
"CHS"
],
"cik": "0000897429",
"period_end": "2009-08-01",
"filing_date": "2010-08-27",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 419915000,
"cost_of_revenue": 188874000,
"gross_profit": 231041000,
"selling_general_administrative": 44869000,
"other_operating_expenses": 162148000,
"total_operating_expenses": 207017000,
"operating_income": 24024000,
"interest_income": -19000,
"other_income_expense": 0,
"total_other_income_expense": -19000,
"income_before_income_taxes": 24005000,
"income_taxes": 9100000,
"consolidated_net_income_loss": 14905000,
"net_income_loss_attributable_common_shareholders": 14905000,
"basic_earnings_per_share": 0.08000000000000000166533453693773481063544750213623046875,
"diluted_earnings_per_share": 0.08000000000000000166533453693773481063544750213623046875,
"basic_shares_outstanding": 177228000,
"diluted_shares_outstanding": 178566000,
"ebitda": 28992000
},
{
"tickers": [
"GES"
],
"cik": "0000912463",
"period_end": "2009-08-01",
"filing_date": "2010-09-07",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 522423000,
"cost_of_revenue": 290646000,
"gross_profit": 231777000,
"selling_general_administrative": 140663000,
"other_operating_expenses": 0,
"total_operating_expenses": 140663000,
"operating_income": 91114000,
"interest_expense": -339000,
"interest_income": 447000,
"other_income_expense": -1339000,
"total_other_income_expense": -1231000,
"income_before_income_taxes": 89883000,
"income_taxes": 29662000,
"consolidated_net_income_loss": 60221000,
"noncontrolling_interest": -661000,
"net_income_loss_attributable_common_shareholders": 59560000,
"basic_earnings_per_share": 0.65000000000000002220446049250313080847263336181640625,
"diluted_earnings_per_share": 0.64000000000000001332267629550187848508358001708984375,
"basic_shares_outstanding": 90724000,
"diluted_shares_outstanding": 91381000,
"ebitda": 91114000
},
{
"tickers": [
"AEO",
"AEOS",
"AFAM"
],
"cik": "0000919012",
"period_end": "2009-08-01",
"filing_date": "2010-08-25",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 646798000,
"cost_of_revenue": 392900000,
"gross_profit": 253898000,
"selling_general_administrative": 160858000,
"depreciation_depletion_amortization": 33431000,
"other_operating_expenses": 0,
"total_operating_expenses": 194289000,
"operating_income": 59609000,
"other_income_expense": -4151000,
"total_other_income_expense": -4151000,
"income_before_income_taxes": 55458000,
"income_taxes": 18701000,
"discontinued_operations": -8185000,
"consolidated_net_income_loss": 28572000,
"net_income_loss_attributable_common_shareholders": 28572000,
"basic_earnings_per_share": 0.14000000000000001332267629550187848508358001708984375,
"diluted_earnings_per_share": 0.14000000000000001332267629550187848508358001708984375,
"basic_shares_outstanding": 206010000,
"diluted_shares_outstanding": 209015000,
"ebitda": 59609000
},
{
"tickers": [
"DLTR"
],
"cik": "0000935703",
"period_end": "2009-08-01",
"filing_date": "2010-08-19",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 1222800000,
"cost_of_revenue": 801000000,
"gross_profit": 421800000,
"selling_general_administrative": 332600000,
"other_operating_expenses": 0,
"total_operating_expenses": 332600000,
"operating_income": 89200000,
"interest_expense": -1300000,
"other_income_expense": 0,
"total_other_income_expense": -1300000,
"income_before_income_taxes": 87900000,
"income_taxes": 31000000,
"consolidated_net_income_loss": 56900000,
"net_income_loss_attributable_common_shareholders": 56900000,
"basic_earnings_per_share": 0.2099999999999999922284388276239042170345783233642578125,
"diluted_earnings_per_share": 0.2099999999999999922284388276239042170345783233642578125,
"basic_shares_outstanding": 135476191,
"diluted_shares_outstanding": 135476191,
"ebitda": 89200000
},
{
"tickers": [
"HIBB"
],
"cik": "0001017480",
"period_end": "2009-08-01",
"filing_date": "2010-09-08",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 123118000,
"cost_of_revenue": 86330000,
"gross_profit": 36788000,
"selling_general_administrative": 31313000,
"depreciation_depletion_amortization": 3537000,
"other_operating_expenses": 0,
"total_operating_expenses": 34850000,
"operating_income": 1938000,
"interest_expense": -32000,
"other_income_expense": 0,
"total_other_income_expense": -32000,
"income_before_income_taxes": 1906000,
"income_taxes": 797000,
"consolidated_net_income_loss": 1109000,
"net_income_loss_attributable_common_shareholders": 1109000,
"basic_earnings_per_share": 0.040000000000000000832667268468867405317723751068115234375,
"diluted_earnings_per_share": 0.040000000000000000832667268468867405317723751068115234375,
"basic_shares_outstanding": 28633000,
"diluted_shares_outstanding": 29063000,
"ebitda": 1938000
},
{
"tickers": [
"ANF"
],
"cik": "0001018840",
"period_end": "2009-08-01",
"filing_date": "2010-09-08",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 637221000,
"cost_of_revenue": 212705000,
"gross_profit": 424516000,
"selling_general_administrative": 86666000,
"other_operating_expenses": 328963000,
"total_operating_expenses": 415629000,
"operating_income": 8887000,
"interest_expense": 1779000,
"other_income_expense": 0,
"total_other_income_expense": 1779000,
"income_before_income_taxes": 10666000,
"income_taxes": 18856000,
"discontinued_operations": -18557000,
"consolidated_net_income_loss": -26747000,
"net_income_loss_attributable_common_shareholders": -26747000,
"basic_earnings_per_share": -0.299999999999999988897769753748434595763683319091796875,
"diluted_earnings_per_share": -0.299999999999999988897769753748434595763683319091796875,
"basic_shares_outstanding": 87878000,
"diluted_shares_outstanding": 87878000,
"ebitda": 8887000
},
{
"tickers": [
"PLCE"
],
"cik": "0001041859",
"period_end": "2009-08-01",
"filing_date": "2010-09-03",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 315676000,
"cost_of_revenue": 210377000,
"gross_profit": 105299000,
"selling_general_administrative": 106093000,
"depreciation_depletion_amortization": 17564000,
"other_operating_expenses": 315000,
"total_operating_expenses": 123972000,
"operating_income": -18673000,
"interest_expense": -1462000,
"other_income_expense": 0,
"total_other_income_expense": -1462000,
"income_before_income_taxes": -20135000,
"income_taxes": -12906000,
"discontinued_operations": 178000,
"consolidated_net_income_loss": -7051000,
"net_income_loss_attributable_common_shareholders": -7051000,
"basic_earnings_per_share": -0.2399999999999999911182158029987476766109466552734375,
"diluted_earnings_per_share": -0.2399999999999999911182158029987476766109466552734375,
"basic_shares_outstanding": 29552000,
"diluted_shares_outstanding": 29552000,
"ebitda": -18358000
},
{
"tickers": [
"NVDA"
],
"cik": "0001045810",
"period_end": "2009-08-01",
"filing_date": "2010-08-30",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 811208000,
"cost_of_revenue": 676916000,
"gross_profit": 134292000,
"selling_general_administrative": 98864000,
"research_development": 210635000,
"other_operating_expenses": 0,
"total_operating_expenses": 309499000,
"operating_income": -175207000,
"interest_income": 4805000,
"other_income_expense": 1355000,
"total_other_income_expense": 6160000,
"income_before_income_taxes": -169047000,
"income_taxes": -28086000,
"consolidated_net_income_loss": -140961000,
"net_income_loss_attributable_common_shareholders": -140961000,
"basic_earnings_per_share": -0.01000000000000000020816681711721685132943093776702880859375,
"diluted_earnings_per_share": -0.01000000000000000020816681711721685132943093776702880859375,
"basic_shares_outstanding": 22910560000,
"diluted_shares_outstanding": 22910560000,
"ebitda": -132145000
},
{
"tickers": [
"DKS",
"DKSw"
],
"cik": "0001089063",
"period_end": "2009-08-01",
"filing_date": "2010-08-27",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 1126767000,
"cost_of_revenue": 816866000,
"gross_profit": 309901000,
"selling_general_administrative": 238745000,
"other_operating_expenses": 7329000,
"total_operating_expenses": 246074000,
"operating_income": 63827000,
"interest_expense": -1051000,
"other_income_expense": 961000,
"total_other_income_expense": -90000,
"income_before_income_taxes": 63737000,
"income_taxes": 24812000,
"consolidated_net_income_loss": 38925000,
"net_income_loss_attributable_common_shareholders": 38925000,
"basic_earnings_per_share": 0.34999999999999997779553950749686919152736663818359375,
"diluted_earnings_per_share": 0.330000000000000015543122344752191565930843353271484375,
"basic_shares_outstanding": 112473000,
"diluted_shares_outstanding": 117230000,
"ebitda": 69587000
},
{
"tickers": [
"JCP"
],
"cik": "0001166126",
"period_end": "2009-08-01",
"filing_date": "2010-09-08",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 3943000000,
"cost_of_revenue": 2423000000,
"gross_profit": 1520000000,
"selling_general_administrative": 1242000000,
"depreciation_depletion_amortization": 121000000,
"other_operating_expenses": 90000000,
"total_operating_expenses": 1453000000,
"operating_income": 67000000,
"interest_expense": -68000000,
"other_income_expense": 0,
"total_other_income_expense": -68000000,
"income_before_income_taxes": -1000000,
"consolidated_net_income_loss": -1000000,
"net_income_loss_attributable_common_shareholders": -1000000,
"basic_shares_outstanding": 234000000,
"diluted_shares_outstanding": 234000000,
"ebitda": 188000000
},
{
"tickers": [
"SHLD"
],
"cik": "0001310067",
"period_end": "2009-08-01",
"filing_date": "2010-08-20",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 10551000000,
"cost_of_revenue": 7756000000,
"gross_profit": 2795000000,
"selling_general_administrative": 2630000000,
"depreciation_depletion_amortization": 228000000,
"other_operating_expenses": 0,
"total_operating_expenses": 2858000000,
"operating_income": -63000000,
"interest_expense": -63000000,
"interest_income": 14000000,
"other_income_expense": -26000000,
"total_other_income_expense": -75000000,
"income_before_income_taxes": -138000000,
"income_taxes": -52000000,
"consolidated_net_income_loss": -86000000,
"noncontrolling_interest": -8000000,
"net_income_loss_attributable_common_shareholders": -94000000,
"basic_earnings_per_share": -0.79000000000000003552713678800500929355621337890625,
"diluted_earnings_per_share": -0.79000000000000003552713678800500929355621337890625,
"basic_shares_outstanding": 119100000,
"diluted_shares_outstanding": 119100000,
"ebitda": -63000000
},
{
"tickers": [
"GME",
"GMEw",
"RRD"
],
"cik": "0001326380",
"period_end": "2009-08-01",
"filing_date": "2010-09-08",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 1738504000,
"cost_of_revenue": 1243098000,
"gross_profit": 495406000,
"selling_general_administrative": 384773000,
"depreciation_depletion_amortization": 39677000,
"other_operating_expenses": 0,
"total_operating_expenses": 424450000,
"operating_income": 70956000,
"interest_expense": -11737000,
"interest_income": 462000,
"other_income_expense": 0,
"total_other_income_expense": -11275000,
"income_before_income_taxes": 59681000,
"income_taxes": 20996000,
"consolidated_net_income_loss": 38685000,
"net_income_loss_attributable_common_shareholders": 38685000,
"basic_earnings_per_share": 0.05000000000000000277555756156289135105907917022705078125,
"diluted_earnings_per_share": 0.05000000000000000277555756156289135105907917022705078125,
"basic_shares_outstanding": 724398400,
"diluted_shares_outstanding": 738570800.00000011920928955078125,
"ebitda": 111037000
},
{
"tickers": [
"PVH"
],
"cik": "0000078239",
"period_end": "2009-08-02",
"filing_date": "2010-10-06",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 529283000,
"cost_of_revenue": 263527000,
"gross_profit": 265756000,
"selling_general_administrative": 214307000,
"other_operating_expenses": 0,
"total_operating_expenses": 214307000,
"operating_income": 51449000,
"interest_expense": -8378000,
"interest_income": 393000,
"other_income_expense": 0,
"total_other_income_expense": -7985000,
"income_before_income_taxes": 43464000,
"income_taxes": 16907000,
"consolidated_net_income_loss": 26557000,
"net_income_loss_attributable_common_shareholders": 26557000,
"basic_earnings_per_share": 0.5100000000000000088817841970012523233890533447265625,
"diluted_earnings_per_share": 0.5100000000000000088817841970012523233890533447265625,
"basic_shares_outstanding": 51605000,
"diluted_shares_outstanding": 52194000,
"ebitda": 51449000
},
{
"tickers": [
"SFD"
],
"cik": "0000091388",
"period_end": "2009-08-02",
"filing_date": "2010-09-09",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 2715300000,
"cost_of_revenue": 2616600000,
"gross_profit": 98700000,
"selling_general_administrative": 183800000,
"other_operating_expenses": 0,
"total_operating_expenses": 183800000,
"operating_income": -85100000,
"interest_expense": -60500000,
"other_income_expense": 2900000,
"total_other_income_expense": -57600000,
"income_before_income_taxes": -142700000,
"income_taxes": -35000000,
"consolidated_net_income_loss": -107700000,
"net_income_loss_attributable_common_shareholders": -107700000,
"basic_earnings_per_share": -0.75,
"diluted_earnings_per_share": -0.75,
"basic_shares_outstanding": 143600000,
"diluted_shares_outstanding": 143600000,
"ebitda": -24100000
},
{
"tickers": [
"HD"
],
"cik": "0000354950",
"period_end": "2009-08-02",
"filing_date": "2010-09-02",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 19071000000,
"cost_of_revenue": 12683000000,
"gross_profit": 6388000000,
"selling_general_administrative": 4121000000,
"depreciation_depletion_amortization": 434000000,
"other_operating_expenses": 0,
"total_operating_expenses": 4555000000,
"operating_income": 1833000000,
"interest_expense": -167000000,
"interest_income": 6000000,
"other_income_expense": 0,
"total_other_income_expense": -161000000,
"income_before_income_taxes": 1672000000,
"income_taxes": 556000000,
"consolidated_net_income_loss": 1116000000,
"net_income_loss_attributable_common_shareholders": 1116000000,
"basic_earnings_per_share": 0.66000000000000003108624468950438313186168670654296875,
"diluted_earnings_per_share": 0.66000000000000003108624468950438313186168670654296875,
"basic_shares_outstanding": 1683000000,
"diluted_shares_outstanding": 1691000000,
"ebitda": 2291000000
},
{
"tickers": [
"WSM"
],
"cik": "0000719955",
"period_end": "2009-08-02",
"filing_date": "2010-09-10",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 672114000,
"cost_of_revenue": 456773000,
"gross_profit": 215341000,
"selling_general_administrative": 214906000,
"other_operating_expenses": 0,
"total_operating_expenses": 214906000,
"operating_income": 435000,
"interest_expense": -378000,
"other_income_expense": 0,
"total_other_income_expense": -378000,
"income_before_income_taxes": 57000,
"income_taxes": -342000,
"consolidated_net_income_loss": 399000,
"net_income_loss_attributable_common_shareholders": 399000,
"basic_shares_outstanding": 105719000,
"diluted_shares_outstanding": 107033000,
"ebitda": 435000
},
{
"tickers": [
"LULU",
"LULUV"
],
"cik": "0001397187",
"period_end": "2009-08-02",
"filing_date": "2010-09-10",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 97721000,
"cost_of_revenue": 52557000,
"gross_profit": 45164000,
"selling_general_administrative": 30832000,
"other_operating_expenses": 0,
"total_operating_expenses": 30832000,
"operating_income": 14332000,
"other_income_expense": 23000,
"total_other_income_expense": 23000,
"income_before_income_taxes": 14355000,
"income_taxes": 5111000,
"consolidated_net_income_loss": 9244000,
"net_income_loss_attributable_common_shareholders": 9244000,
"basic_earnings_per_share": 0.070000000000000006661338147750939242541790008544921875,
"diluted_earnings_per_share": 0.070000000000000006661338147750939242541790008544921875,
"basic_shares_outstanding": 139896000,
"diluted_shares_outstanding": 140802000,
"ebitda": 14332000
},
{
"tickers": [
"KR"
],
"cik": "0000056873",
"period_end": "2009-08-15",
"filing_date": "2010-09-22",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 17728000000,
"cost_of_revenue": 13646000000,
"gross_profit": 4082000000,
"selling_general_administrative": 3085000000,
"depreciation_depletion_amortization": 348000000,
"other_operating_expenses": 150000000,
"total_operating_expenses": 3583000000,
"operating_income": 499000000,
"interest_expense": -115000000,
"other_income_expense": 0,
"total_other_income_expense": -115000000,
"income_before_income_taxes": 384000000,
"income_taxes": 133000000,
"consolidated_net_income_loss": 251000000,
"noncontrolling_interest": 4000000,
"net_income_loss_attributable_common_shareholders": 255000000,
"basic_earnings_per_share": 0.200000000000000011102230246251565404236316680908203125,
"diluted_earnings_per_share": 0.200000000000000011102230246251565404236316680908203125,
"basic_shares_outstanding": 1296000000,
"diluted_shares_outstanding": 1302000000,
"ebitda": 847000000
},
{
"tickers": [
"MLHR"
],
"cik": "0000066382",
"period_end": "2009-08-29",
"filing_date": "2010-10-06",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 324000000,
"cost_of_revenue": 216500000,
"gross_profit": 107500000,
"selling_general_administrative": 90800000,
"other_operating_expenses": 2600000,
"total_operating_expenses": 93400000,
"operating_income": 14100000,
"interest_expense": -5900000,
"other_income_expense": 100000,
"total_other_income_expense": -5800000,
"income_before_income_taxes": 8300000,
"income_taxes": -100000,
"consolidated_net_income_loss": 8400000,
"net_income_loss_attributable_common_shareholders": 8400000,
"basic_earnings_per_share": 0.1499999999999999944488848768742172978818416595458984375,
"diluted_earnings_per_share": 0.14000000000000001332267629550187848508358001708984375,
"basic_shares_outstanding": 55164729,
"diluted_shares_outstanding": 56849629,
"ebitda": 27500000
},
{
"tickers": [
"RAD"
],
"cik": "0000084129",
"period_end": "2009-08-29",
"filing_date": "2010-10-07",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 6321870000,
"cost_of_revenue": 4633595000,
"gross_profit": 1688275000,
"selling_general_administrative": 1645913000,
"other_operating_expenses": 28752000,
"total_operating_expenses": 1674665000,
"operating_income": 13610000,
"interest_expense": -128828000,
"other_income_expense": 3195000,
"total_other_income_expense": -125633000,
"income_before_income_taxes": -112023000,
"income_taxes": 3989000,
"consolidated_net_income_loss": -116012000,
"preferred_stock_dividends_declared": 4364000,
"net_income_loss_attributable_common_shareholders": -120376000,
"basic_earnings_per_share": -0.14000000000000001332267629550187848508358001708984375,
"diluted_earnings_per_share": -0.14000000000000001332267629550187848508358001708984375,
"basic_shares_outstanding": 880683000,
"diluted_shares_outstanding": 880683000,
"ebitda": 42362000
},
{
"tickers": [
"BBY"
],
"cik": "0000764478",
"period_end": "2009-08-29",
"filing_date": "2010-10-07",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 11022000000,
"cost_of_revenue": 8338000000,
"gross_profit": 2684000000,
"selling_general_administrative": 2404000000,
"other_operating_expenses": 0,
"total_operating_expenses": 2404000000,
"operating_income": 280000000,
"interest_expense": -22000000,
"interest_income": 18000000,
"other_income_expense": 0,
"total_other_income_expense": -4000000,
"income_before_income_taxes": 276000000,
"income_taxes": 119000000,
"consolidated_net_income_loss": 157000000,
"noncontrolling_interest": 1000000,
"net_income_loss_attributable_common_shareholders": 158000000,
"basic_earnings_per_share": 0.38000000000000000444089209850062616169452667236328125,
"diluted_earnings_per_share": 0.36999999999999999555910790149937383830547332763671875,
"basic_shares_outstanding": 416500000,
"diluted_shares_outstanding": 427000000,
"ebitda": 512000000
},
{
"tickers": [
"BBBY"
],
"cik": "0000886158",
"period_end": "2009-08-29",
"filing_date": "2010-10-05",
"fiscal_quarter": 2,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 1914909000,
"cost_of_revenue": 1141516000,
"gross_profit": 773393000,
"selling_general_administrative": 551362000,
"other_operating_expenses": 0,
"total_operating_expenses": 551362000,
"operating_income": 222031000,
"interest_income": 1476000,
"other_income_expense": 0,
"total_other_income_expense": 1476000,
"income_before_income_taxes": 223507000,
"income_taxes": 87976000,
"consolidated_net_income_loss": 135531000,
"net_income_loss_attributable_common_shareholders": 135531000,
"basic_earnings_per_share": 0.5300000000000000266453525910037569701671600341796875,
"diluted_earnings_per_share": 0.520000000000000017763568394002504646778106689453125,
"basic_shares_outstanding": 257814000,
"diluted_shares_outstanding": 259940000,
"ebitda": 266998000
},
{
"tickers": [
"RECN"
],
"cik": "0001084765",
"period_end": "2009-08-29",
"filing_date": "2010-10-07",
"fiscal_quarter": 1,
"fiscal_year": 2010,
"timeframe": "quarterly",
"revenue": 118263000,
"cost_of_revenue": 73124000,
"gross_profit": 45139000,
"selling_general_administrative": 51637000,
"depreciation_depletion_amortization": 2593000,
"other_operating_expenses": 0,
"total_operating_expenses": 54230000,
"operating_income": -9091000,
"interest_income": 179000,
"other_income_expense": 0,
"total_other_income_expense": 179000,
"income_before_income_taxes": -8912000,
"income_taxes": -1726000,
"consolidated_net_income_loss": -7186000,
"net_income_loss_attributable_common_shareholders": -7186000,
"basic_earnings_per_share": -0.1600000000000000033306690738754696212708950042724609375,
"diluted_earnings_per_share": -0.1600000000000000033306690738754696212708950042724609375,
"basic_shares_outstanding": 45302000,
"diluted_shares_outstanding": 45302000,
"ebitda": -6498000
}
],
"next_url": "https://api.tradeiqai.com/stocks/financials/v1/income-statements?cursor=AAICAAEBAAEBZAACAQn7KnEBDwowMDAxMDg0NzY1"
}
}