Skip to content

INTERNATIONAL BALER CORPORATION: filings

Every INTERNATIONAL BALER CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 42 filings, each linked to its SEC index.

Filing record ends 2022-03-14

The latest filing in this captured record is a 10-Q filed 2022-03-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. INTERNATIONAL BALER CORPORATION 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-Q2022-03-14fiscal Q1 202235740001607062-22-000178
10-K2022-02-15fiscal FY 202139790001607062-22-000130
10-Q2021-09-09fiscal Q3 2021381090001607062-21-000322
10-Q2021-06-14fiscal Q2 2021381060001607062-21-000154
10-Q2021-03-16fiscal Q1 202137780001607062-21-000047
10-K2021-01-29fiscal FY 202038770001607062-21-000019
10-Q2020-09-11fiscal Q3 2020371080001607062-20-000264
10-Q2020-06-12fiscal Q2 2020371040001607062-20-000157
10-Q2020-03-13fiscal Q1 202034700001607062-20-000061
10-K2020-01-29fiscal FY 201938760001607062-20-000032
10-Q2019-09-12fiscal Q3 201935980001607062-19-000361
10-Q2019-06-14fiscal Q2 201935890001607062-19-000268
10-Q2019-03-18fiscal Q1 201934680001607062-19-000101
10-K2019-01-28fiscal FY 201837760001607062-19-000048
10-Q2018-09-14fiscal Q3 201834870001607062-18-000285
10-Q2018-06-14fiscal Q2 201834870001607062-18-000189
10-Q2018-03-13fiscal Q1 201833680001607062-18-000076
10-K2018-01-26fiscal FY 201740790001607062-18-000036
10-Q2017-09-12fiscal Q3 201736890001607062-17-000290
10-Q2017-06-14fiscal Q2 201736900001607062-17-000226
10-Q2017-03-14fiscal Q1 201736710001607062-17-000090
10-K2017-01-27fiscal FY 201639800001607062-17-000040
10-Q2016-09-09fiscal Q3 201636930001607062-16-000980
10-Q2016-06-10fiscal Q2 201636940001607062-16-000866
10-K2016-01-28fiscal FY 201540810001607062-16-000619
10-Q2015-09-10fiscal Q3 201536930001607062-15-000396
10-Q2015-06-10fiscal Q2 201536910001607062-15-000237
10-Q2015-03-12fiscal Q1 201535700001607062-15-000092
10-K2015-01-29fiscal FY 201439790001471242-15-000021
10-Q2014-09-11fiscal Q3 201435910001471242-14-000342
10-Q2014-06-13fiscal Q2 201435890001471242-14-000244
10-Q2014-03-13fiscal Q1 201434690001471242-14-000092
10-K2014-01-28fiscal FY 201339770001471242-14-000042
10-Q2013-09-13fiscal Q3 201335920001471242-13-000334
10-Q2013-06-13fiscal Q2 201334860001471242-13-000192
10-Q2013-03-13fiscal Q1 201334680001471242-13-000096
10-K2013-01-29fiscal FY 201243840001471242-13-000039
10-Q2012-09-12fiscal Q3 2012391000001471242-12-001295
10-Q2012-06-12fiscal Q2 201239860001471242-12-000882
10-Q2012-03-13fiscal Q1 201238750001471242-12-000294
10-K2012-01-30fiscal FY 201141840001072613-12-000035
10-Q2011-09-12fiscal Q3 2011401060001072613-11-000724

Inspect the source

Entity
INTERNATIONAL BALER CORPORATION / CIK 0000781902
Captured
SEC response SHA-256
8114bb3081386441a1a72e60899e4742545314d36126fdce11e03c23452bf11e

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/0000781902.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"])))