Skip to content

ZEDGE, INC.: filings

Every ZEDGE, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 42 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-06-12fiscal Q3 2026451210001213900-26-068278
10-Q2026-03-16fiscal Q2 2026451170001213900-26-028295
10-Q2025-12-12fiscal Q1 202644890001213900-25-121203
10-K2025-10-28fiscal FY 202549990001213900-25-103098
10-Q2025-06-13fiscal Q3 2025461220001213900-25-054298
10-Q2025-03-14fiscal Q2 2025451180001213900-25-024149
10-Q2024-12-16fiscal Q1 202543860001213900-24-109313
10-K2024-10-29fiscal FY 202449980001213900-24-091735
10-Q2024-06-11fiscal Q3 2024411190001213900-24-051744
10-Q2024-03-15fiscal Q2 2024421150001213900-24-023066
10-Q2023-12-14fiscal Q1 202441820001213900-23-095720
10-K2023-10-30fiscal FY 202347940001213900-23-081544
10-Q2023-06-14fiscal Q3 2023461240001213900-23-048932
10-Q2023-03-17fiscal Q2 2023431160001213900-23-021010
10-Q2022-12-15fiscal Q1 202339810001213900-22-080103
10-K2022-11-14fiscal FY 202244860001213900-22-072153
10-Q2022-06-14fiscal Q3 2022431140001213900-22-032808
10-Q2022-03-16fiscal Q2 2022401060001213900-22-012946
10-Q2021-12-14fiscal Q1 202237750001213900-21-065189
10-K2021-11-09fiscal FY 202141840001213900-21-057733
10-Q/A2021-11-05fiscal Q3 2021401110001213900-21-057023
10-Q2021-06-14fiscal Q3 2021381060001213900-21-032293
10-Q2021-03-16fiscal Q2 2021391050001213900-21-015700
10-Q2020-12-14fiscal Q1 202137750001213900-20-042513
10-K2020-10-28fiscal FY 202038750001213900-20-033714
10-Q2020-06-12fiscal Q3 202035970001213900-20-014858
10-Q2020-03-13fiscal Q2 2020371020001213900-20-006340
10-Q2019-12-13fiscal Q1 202034680001213900-19-026139
10-K2019-10-28fiscal FY 201935710001213900-19-021279
10-Q2019-06-14fiscal Q3 201931830001213900-19-010771
10-Q2019-03-15fiscal Q2 201931830001213900-19-004248
10-Q2018-12-14fiscal Q1 201931620001213900-18-017368
10-K2018-10-29fiscal FY 201832670001213900-18-014592
10-Q2018-06-14fiscal Q3 201830810001213900-18-007658
10-Q2018-03-14fiscal Q2 201830830001213900-18-002965
10-Q2017-12-14fiscal Q1 201732660001213900-17-013249
10-K2017-10-30fiscal FY 201734710001213900-17-011082
10-Q2017-06-14fiscal Q3 201728810001213900-17-006458
10-Q2017-03-17fiscal Q2 201728820001213900-17-002515
10-Q2016-12-13fiscal Q1 201728580001213900-16-019357
10-K2016-10-26fiscal FY 201632670001213900-16-017726
10-Q2016-06-14fiscal Q3 201629840001213900-16-014195

Inspect the source

Entity
ZEDGE, INC. / CIK 0001667313
Captured
2026-09-19T11:20:09.180Z
SEC response SHA-256
d6b9c8f42c966f3a80696dae71f1b7d75f73be31504422b4189e57d058ea43a4

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