Skip to content

GEORGE RISK INDUSTRIES, INC.: filings

Every GEORGE RISK INDUSTRIES, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 49 filings, each linked to its SEC index.

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-Q2026-09-14fiscal Q1 202741840001493152-26-042546
10-K2026-08-07fiscal FY 202646930001493152-26-036522
10-Q2026-03-17fiscal Q3 2026411200001493152-26-010459
10-Q2025-12-15fiscal Q2 2026411190001493152-25-027793
10-Q2025-09-12fiscal Q1 202642840001493152-25-013159
10-K2025-08-12fiscal FY 202545890001641172-25-023170
10-Q2025-03-17fiscal Q3 2025421230001493152-25-010643
10-Q2024-12-16fiscal Q2 2025421230001493152-24-050238
10-Q2024-09-16fiscal Q1 202543860001493152-24-036360
10-K2024-07-31fiscal FY 202444920001493152-24-029743
10-Q2024-03-15fiscal Q3 2024411220001493152-24-010042
10-Q2023-12-15fiscal Q2 2024401200001493152-23-044981
10-Q2023-09-14fiscal Q1 202441840001493152-23-032596
10-K2023-07-31fiscal FY 202344920001493152-23-026094
10-Q2023-03-17fiscal Q3 2023411220001493152-23-008067
10-Q2022-12-15fiscal Q2 2023401200001493152-22-035556
10-Q2022-09-20fiscal Q1 202342860001493152-22-026387
10-K2022-08-15fiscal FY 202243900001493152-22-022508
10-Q2022-03-17fiscal Q3 2022431280001493152-22-007117
10-Q2021-12-15fiscal Q2 2022421260001493152-21-031572
10-Q2021-09-20fiscal Q1 202243870001493152-21-023132
10-K2021-08-12fiscal FY 202147940001493152-21-019424
10-Q2021-03-17fiscal Q3 2021431250001493152-21-006252
10-Q2020-12-15fiscal Q2 2021421240001493152-20-023622
10-Q2020-09-18fiscal Q1 202144880001493152-20-018008
10-K2020-08-13fiscal FY 2020491010001493152-20-015508
10-Q/A2020-05-26fiscal Q3 2020451280001493152-20-009789
10-Q/A2020-05-26fiscal Q2 2020431250001493152-20-009787
10-Q/A2020-05-26fiscal Q1 202043880001493152-20-009785
10-K/A2020-05-26fiscal FY 2019511050001493152-20-009782
10-Q/A2020-03-25fiscal Q2 2020431250001493152-20-004655
10-Q/A2020-03-25fiscal Q1 202043880001493152-20-004648
10-K/A2020-03-25fiscal FY 201949990001493152-20-004642
10-Q2020-03-23fiscal Q3 2020451300001493152-20-004539
10-Q2019-12-20fiscal Q2 2020431250001493152-19-019502
10-Q2019-09-18fiscal Q1 202043880001493152-19-014249
10-K2019-08-13fiscal FY 201949990001493152-19-012250
10-Q2019-03-21fiscal Q3 2019441260001493152-19-003689
10-Q2018-12-17fiscal Q2 2019441270001493152-18-017590
10-Q2018-09-14fiscal Q1 201943880001493152-18-013283
10-K2018-08-13fiscal FY 201843880001493152-18-011555
10-Q2018-03-16fiscal Q3 2018381110001493152-18-003496
10-Q2017-12-20fiscal Q2 2018381120001493152-17-014806
10-Q2017-09-19fiscal Q1 201837760001493152-17-010733
10-K2017-08-14fiscal FY 201739820001493152-17-009263
10-Q2017-03-16fiscal Q3 2017341040001493152-17-002497
10-Q2016-12-15fiscal Q2 2017331020001493152-16-015919
10-Q2016-09-15fiscal Q1 201734710001493152-16-013360
10-K2016-08-10fiscal FY 201638760001387131-16-006450

Inspect the source

Entity
GEORGE RISK INDUSTRIES, INC. / CIK 0000084112
Captured
2026-09-19T14:51:45.634Z
SEC response SHA-256
bffe28108ba1ced6e8efa057783de0b778afbfa8a992c4ee1e8f99c12c6f68ad

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