Skip to content

authID Inc.: filings

Every authID Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 55 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 202635970001213900-26-090227
10-Q2026-05-14fiscal Q1 202634680001213900-26-056639
10-K2026-03-31fiscal FY 202535720001213900-26-037459
10-Q2025-11-12fiscal Q3 202534950001213900-25-109217
10-Q2025-08-14fiscal Q2 202533890001213900-25-076641
10-Q2025-05-13fiscal Q1 202532630001213900-25-042667
10-K2025-03-13fiscal FY 202438760001213900-25-023697
10-Q2024-11-07fiscal Q3 2024371010001213900-24-095394
10-Q2024-08-08fiscal Q2 2024371010001213900-24-066615
10-Q2024-05-15fiscal Q1 202431640001213900-24-043594
10-K2024-03-20fiscal FY 202342830001213900-24-024363
10-Q2023-11-08fiscal Q3 2023371030001213900-23-084806
10-Q2023-08-10fiscal Q2 202339990001213900-23-065722
10-Q2023-05-11fiscal Q1 202335670001213900-23-038588
10-K2023-03-30fiscal FY 202242830001213900-23-024677
10-Q2022-11-10fiscal Q3 2022391020001213900-22-071285
10-Q2022-08-09fiscal Q2 202238980001213900-22-045952
10-Q2022-05-09fiscal Q1 202245900001213900-22-024905
10-K2022-03-22fiscal FY 202145890001213900-22-014214
10-Q2021-11-08fiscal Q3 2021431110001213900-21-057337
10-Q2021-08-05fiscal Q2 2021441150001213900-21-040377
10-Q2021-05-06fiscal Q1 202143880001213900-21-024897
10-K2021-03-08fiscal FY 202049980001213900-21-013989
10-Q2020-11-09fiscal Q3 2020471230001213900-20-035697
10-Q2020-08-06fiscal Q2 2020451190001213900-20-020476
10-Q2020-05-11fiscal Q1 202047970001213900-20-011627
10-K2020-03-30fiscal FY 2019501010001213900-20-007957
10-Q2019-11-13fiscal Q3 2019511310001213900-19-023175
10-Q2019-08-12fiscal Q2 2019511300001213900-19-015335
10-Q2019-05-07fiscal Q1 201949970001615774-19-007152
10-K2019-03-08fiscal FY 2018511040001615774-19-003800
10-Q2018-11-07fiscal Q3 2018491320001615774-18-012197
10-Q2018-08-07fiscal Q2 2018481260001615774-18-007655
10-Q2018-05-04fiscal Q1 201844880001615774-18-003344
10-K2018-03-15fiscal FY 201746950001615774-18-001911
10-Q2017-11-13fiscal Q3 2017461220001615774-17-006574
10-Q2017-08-14fiscal Q2 2017431150001615774-17-004396
10-Q/A2017-08-14fiscal Q1 201744860001615774-17-004346
10-Q2017-08-04fiscal Q1 201743860001615774-17-004073
10-K2017-07-12fiscal FY 201641820001615774-17-003593
10-Q2017-04-28fiscal Q3 2016431040001615774-17-001934
10-Q2017-04-13fiscal Q2 2016421110001615774-17-001657
10-Q2017-03-31fiscal Q1 201641800001615774-17-001378
10-K2016-11-02fiscal FY 201535640001615774-16-007936
10-Q2015-11-23fiscal Q3 201535860001615774-15-003435
10-Q/A2015-08-27fiscal Q2 201531780001615774-15-002413
10-Q2015-08-19fiscal Q2 201529740001615774-15-002339
10-Q2015-05-15fiscal Q1 201527570001615774-15-001078
10-K2015-03-31fiscal FY 201431600001615774-15-000611
10-Q2014-11-14fiscal Q3 201430740001615774-14-000322
10-Q2014-08-14fiscal Q2 201429640001144204-14-049497
10-Q2014-07-08fiscal Q3 201329710001144204-14-041914
10-Q2014-07-07fiscal Q1 201427530001144204-14-041774
10-K2014-06-30fiscal FY 201333630001144204-14-040263
10-Q2013-08-14fiscal Q2 201317540001144204-13-046065

Inspect the source

Entity
authID Inc. / CIK 0001534154
Captured
2026-09-20T09:16:38.125Z
SEC response SHA-256
c5478c3122a52b020cff533c22c826406835f8645f0707a216eb20ec44a9894f

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