Skip to content

SRAX, Inc.: filings

Every SRAX, 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-Q2025-04-30fiscal Q2 2023391040001641172-25-006762
10-Q2025-03-07fiscal Q1 202339750001493152-25-009458
10-K2024-09-20fiscal FY 202250920001493152-24-037704
10-Q2023-10-31fiscal Q3 2022371050001493152-23-038887
10-Q2023-08-28fiscal Q2 202235900001493152-23-030357
10-Q2023-01-03fiscal Q1 202235710001493152-22-037214
10-K2022-10-12fiscal FY 202145850001493152-22-028254
10-Q2021-11-15fiscal Q3 2021391060001493152-21-028701
10-Q2021-08-16fiscal Q2 2021391020001493152-21-020246
10-Q2021-05-24fiscal Q1 202139780001493152-21-012722
10-K2021-03-31fiscal FY 202040760001493152-21-007542
10-Q2020-11-16fiscal Q3 2020371010001493152-20-021460
10-Q2020-08-14fiscal Q2 202035920001493152-20-015926
10-Q2020-05-01fiscal Q1 202034670001493152-20-007566
10-K2020-05-01fiscal FY 201936690001493152-20-007556
10-Q2019-11-14fiscal Q3 201933910001493152-19-017478
10-Q2019-08-14fiscal Q2 201934980001553350-19-000838
10-Q/A2019-08-07fiscal Q3 201834910001553350-19-000772
10-Q/A2019-08-07fiscal Q2 201833890001553350-19-000771
10-Q/A2019-08-07fiscal Q1 201834680001553350-19-000770
10-Q2019-05-15fiscal Q1 201934810001553350-19-000557
10-K2019-04-16fiscal FY 201841820001553350-19-000396
10-Q2018-11-14fiscal Q3 2018341020001553350-18-001241
10-Q2018-08-14fiscal Q2 2018331000001553350-18-000957
10-Q/A2018-05-24fiscal Q1 201833760001553350-18-000631
10-Q2018-05-15fiscal Q1 201833760001553350-18-000567
10-K2018-04-02fiscal FY 201734710001553350-18-000287
10-Q2017-11-14fiscal Q3 2017371060001553350-17-001231
10-Q2017-08-14fiscal Q2 201733980001553350-17-000941
10-Q2017-05-15fiscal Q1 201728570001553350-17-000601
10-K2017-03-31fiscal FY 201630600001553350-17-000349
10-Q2016-11-14fiscal Q3 201624650001553350-16-002669
10-Q2016-08-15fiscal Q2 201627800001553350-16-002358
10-Q2016-05-16fiscal Q1 201622450001553350-16-002059
10-K2016-03-16fiscal FY 201523470001553350-16-001712
10-Q2015-11-16fiscal Q3 201525670001553350-15-001224
10-Q2015-08-12fiscal Q2 201526750001553350-15-000840
10-Q2015-05-15fiscal Q1 201525500001553350-15-000501
10-K2015-03-31fiscal FY 201426530001553350-15-000308
10-Q2014-11-14fiscal Q3 201424620001553350-14-001391
10-Q2014-08-14fiscal Q2 201424620001553350-14-000948
10-Q2014-05-15fiscal Q1 201424480001553350-14-000540
10-K2014-03-27fiscal FY 201326500001553350-14-000286
10-Q2013-11-13fiscal Q3 201324620001553350-13-000887
10-Q2013-08-13fiscal Q2 201324610001553350-13-000555
10-Q2013-05-15fiscal Q1 201324500001144204-13-029125
10-K2013-04-01fiscal FY 201226280001144204-13-019050
10-Q2012-11-21fiscal Q3 201224330001144204-12-064413
10-Q/A2012-09-18fiscal Q2 201223320001144204-12-051852

Inspect the source

Entity
SRAX, Inc. / CIK 0001538217
Captured
2026-09-21T17:20:36.807Z
SEC response SHA-256
ca5143d11157d28d9ecb5c97643f5230fb69205bfa73108678e802b6bb84a419

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