Skip to content

ONEMETA INC.: filings

Every ONEMETA INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 28 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-08-14fiscal Q2 2026361040001493152-26-038251
10-Q2026-05-15fiscal Q1 202635720001493152-26-023631
10-K/A2026-05-04fiscal FY 202539750001493152-26-020948
10-K2026-04-15fiscal FY 202539750001493152-26-016782
10-Q2025-11-14fiscal Q3 2025351080001493152-25-023510
10-Q2025-08-12fiscal Q2 2025331010001641172-25-023229
10-Q2025-05-06fiscal Q1 202531650001641172-25-008874
10-K2025-03-06fiscal FY 202432650001493152-25-009285
10-Q/A2024-12-13fiscal Q3 2024301090001493152-24-049885
10-Q2024-11-13fiscal Q3 202430980001493152-24-044910
10-Q2024-08-13fiscal Q2 202430930001493152-24-031498
10-Q2024-05-10fiscal Q1 202429590001493152-24-018695
10-K2024-04-01fiscal FY 202330570001493152-24-012247
10-Q2023-11-13fiscal Q3 202329880001493152-23-040203
10-Q2014-11-14fiscal Q3 201425610001393905-14-000628
10-Q2014-08-13fiscal Q2 201425610001393905-14-000454
10-Q2014-05-20fiscal Q1 201424500001393905-14-000318
10-K2014-04-15fiscal FY 201324470001393905-14-000203
10-Q2013-11-19fiscal Q3 201322550001393905-13-000657
10-Q/A2013-08-22fiscal Q2 201322550001393905-13-000480
10-Q2013-05-15fiscal Q1 201321430001393905-13-000251
10-K2013-04-12fiscal FY 201226470001393905-13-000157
10-Q2012-11-19fiscal Q3 201225570001393905-12-000658
10-Q/A2012-08-27fiscal Q2 201225560001393905-12-000482
10-Q2012-05-21fiscal Q1 201222390001393905-12-000263
10-K2012-04-16fiscal FY 201125470001393905-12-000167
10-Q2011-12-21fiscal Q3 201125610001393905-11-000842
10-Q/A2011-12-20fiscal Q2 201125590001393905-11-000836

Inspect the source

Entity
ONEMETA INC. / CIK 0001388295
Captured
2026-09-19T11:17:53.955Z
SEC response SHA-256
8d592e058cd02a239f1be0cefae4e0f54b7d9a925c7306905fbed32e00e25ecf

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