Skip to content

ALMOST NEVER FILMS INC.: filings

Every ALMOST NEVER FILMS INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 33 filings, each linked to its SEC index.

Filing record ends 2022-03-02

The latest filing in this captured record is a 10-Q filed 2022-03-02. No later filing is in the SEC companyfacts record captured on 2026-09-22. ALMOST NEVER FILMS 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-Q2022-03-02fiscal Q2 202224740001640334-22-000399
10-Q2021-11-19fiscal Q1 202226560001640334-21-002929
10-K2021-09-29fiscal FY 202127560001640334-21-002460
10-Q2021-09-23fiscal Q3 202125840001640334-21-002335
10-Q2021-09-23fiscal Q2 202027860001640334-21-002329
10-Q2021-09-23fiscal Q1 202126570001640334-21-002327
10-K2021-09-01fiscal FY 202028570001640334-21-002083
10-Q2021-08-20fiscal Q3 202026880001640334-21-002001
10-Q2020-02-14fiscal Q2 202023670001640334-20-000311
10-Q2019-11-19fiscal Q1 202026530001640334-19-002417
10-K2019-10-15fiscal FY 201931570001640334-19-002047
10-Q2019-05-20fiscal Q3 201928800001640334-19-000924
10-Q2019-02-19fiscal Q2 201925620001640334-19-000290
10-Q2018-11-19fiscal Q1 201925470001640334-18-002237
10-K2018-10-15fiscal FY 201825490001640334-18-001920
10-Q2018-05-21fiscal Q3 201820540001640334-18-001060
10-Q2018-02-20fiscal Q2 201821580001640334-18-000365
10-Q2017-11-13fiscal Q1 201819380001640334-17-002354
10-K2017-10-13fiscal FY 201717340001640334-17-002173
10-Q2017-05-19fiscal Q3 201718530001640334-17-001036
10-Q2017-02-06fiscal Q2 201717460001640334-17-000256
10-Q2016-11-07fiscal Q1 201716300001640334-16-001919
10-K2016-10-07fiscal FY 201617170001640334-16-001777
10-Q2016-05-16fiscal Q3 201615220001640334-16-001098
10-Q2016-02-16fiscal Q2 201617410001640334-16-000708
10-Q2015-11-13fiscal Q1 201615290001213900-15-008558
10-K2015-10-13fiscal FY 201523400001213900-15-007614
10-Q2015-05-19fiscal Q3 201524560001493152-15-002134
10-Q2015-02-20fiscal Q2 201522500001213900-15-001290
10-Q2015-02-19fiscal Q1 201521410001213900-15-001269
10-K2015-02-19fiscal FY 201422450001213900-15-001267
10-Q2015-02-19fiscal Q3 201422560001213900-15-001265
10-Q2013-03-18fiscal Q2 201318500001350071-13-000032

Inspect the source

Entity
ALMOST NEVER FILMS INC. / CIK 0001422768
Captured
SEC response SHA-256
1348e536ea21068e2630e920b33c1a5a3b9cfd84c8ea24b2ac181d742ec633b9

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