Skip to content

JOY GLOBAL INC: filings

Every JOY GLOBAL INC annual and quarterly report in the SEC record with the published financial measures it tagged, 31 filings, each linked to its SEC index.

Filing record ends 2017-03-03

The latest filing in this captured record is a 10-Q filed 2017-03-03. No later filing is in the SEC companyfacts record captured on 2026-09-22. JOY GLOBAL INC may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

Filings with published measures

Each page shows what one filing reported, as tagged in that filing, with the periods it covered. Later filings can restate a value; the company overview shows the latest-filed value per period.

FormFiledFiscal periodMeasuresFactsSEC accession
10-Q2017-03-03fiscal Q1 201732660000801898-17-000027
10-K2016-12-16fiscal FY 2016441190000801898-16-000280
10-Q2016-09-02fiscal Q3 201633960000801898-16-000225
10-Q2016-06-03fiscal Q2 201633960000801898-16-000200
10-Q2016-03-04fiscal Q1 201632680000801898-16-000153
10-K2015-12-21fiscal FY 2015441230000801898-15-000122
10-Q2015-09-04fiscal Q3 201532940000801898-15-000069
10-Q2015-06-05fiscal Q2 201532940000801898-15-000042
10-Q2015-03-06fiscal Q1 201532680000801898-15-000006
10-K2014-12-19fiscal FY 2014441210000801898-14-000129
10-Q2014-09-05fiscal Q3 201431900000801898-14-000092
10-Q2014-06-06fiscal Q2 201431900000801898-14-000060
10-Q2014-03-07fiscal Q1 201432690000801898-14-000018
10-K2013-12-13fiscal FY 2013441210000801898-13-000046
10-Q2013-08-30fiscal Q3 201331890000801898-13-000016
10-Q2013-05-31fiscal Q2 201330850000801898-13-000013
10-Q2013-02-28fiscal Q1 201330630000801898-13-000003
10-K2012-12-18fiscal FY 2012431150001193125-12-505211
10-Q2012-08-30fiscal Q3 201231890001193125-12-375631
10-Q2012-06-04fiscal Q2 201231890001193125-12-258788
10-Q2012-03-02fiscal Q1 201231690001193125-12-093839
10-K2011-12-22fiscal FY 2011421140001140361-11-058698
10-Q2011-09-07fiscal Q3 201130820001140361-11-044902
10-Q2011-06-06fiscal Q2 201129800001140361-11-031438
10-Q2011-03-04fiscal Q1 201129600001140361-11-014348
10-K2010-12-20fiscal FY 2010401110001140361-10-050434
10-Q2010-09-03fiscal Q3 201030810001140361-10-036159
10-Q2010-06-08fiscal Q2 201029750000950123-10-056553
10-Q2010-03-05fiscal Q1 201029590000801898-10-000005
10-K2009-12-22fiscal FY 200934890000801898-09-000167
10-Q2009-09-09fiscal Q3 200932820000801898-09-000131

Inspect the source

Entity
JOY GLOBAL INC / CIK 0000801898
Captured
SEC response SHA-256
227564354487e0d5a1e5200aacd141faf0115b2cdcdbabcc6df95d4f2d31f1ff

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Every published concept a filing tagged, with the periods it covered, as reported in that filing at capture time. Forms 10-K, 10-K/A, 10-Q, 10-Q/A, 20-F, 20-F/A, 40-F, 40-F/A. A filing page needs at least 8 published concepts. Later filings can restate these values; the company history pages show the latest-filed value per period.

Public company accounting reference, not market prices, returns, an investment recommendation, or ALPHAC performance. Validate a separately constructed return series with the validation API; accounting values are not returns.

Use this in research

A financial period ends before its results become public. Use the filing date as a minimum availability boundary, inspect amendments, and retain the original filing vintage when testing historical signals. This latest-filed selection can contain information unavailable at the time.

These pages do not supply prices, total-return histories, corporate-action adjustments or a tradable universe. Build those inputs separately before evaluating a strategy. A profitable backtest can still reflect selection bias or costs that were left out.

Research methodology · Execution and cost assumptions · Check backtest overfitting

Build with the open-source tools

Use these accounting records as inspectable inputs. When you have constructed a return series, the validation tools can help test its statistical evidence and preserve the result with its limitations.

Read the published dataset with Python
import json
from urllib.request import urlopen

with urlopen("https://canlicapital.com/company-data/0000801898.json") as response:
    record = json.load(response)
print(record["fetched_at"])
print(record["policy"])
for concept in record["concepts"]:
    print(concept["tag"], next(iter(concept["observations"])))