Skip to content

SOLANA COMPANY: filings

Every SOLANA COMPANY annual and quarterly report in the SEC record with the published financial measures it tagged, 50 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 2026371120001610853-26-000007
10-Q2026-05-15fiscal Q1 202636710001104659-26-062611
10-K2026-03-31fiscal FY 202542820001104659-26-037194
10-Q2025-11-18fiscal Q3 2025381120001104659-25-113714
10-Q2025-08-14fiscal Q2 2025441250001558370-25-011568
10-Q2025-05-01fiscal Q1 202543830001558370-25-006120
10-K2025-03-25fiscal FY 202448940001558370-25-003619
10-Q2024-11-12fiscal Q3 2024441250001558370-24-015344
10-Q2024-08-12fiscal Q2 2024441230001558370-24-011905
10-Q2024-05-13fiscal Q1 202444870001558370-24-007971
10-K2024-03-28fiscal FY 202348960001558370-24-004260
10-Q2023-11-09fiscal Q3 2023451260001558370-23-018605
10-Q2023-08-10fiscal Q2 2023441230001558370-23-014519
10-Q2023-05-11fiscal Q1 202343860001558370-23-009398
10-K2023-03-09fiscal FY 202250990001558370-23-003338
10-Q2022-11-14fiscal Q3 2022461270001558370-22-017601
10-Q2022-08-15fiscal Q2 2022451250001558370-22-013668
10-Q2022-05-12fiscal Q1 202248940001564590-22-019681
10-K2022-03-14fiscal FY 202148980001564590-22-010124
10-Q2021-11-09fiscal Q3 2021471260001564590-21-055705
10-Q2021-08-12fiscal Q2 2021471260001564590-21-043981
10-Q2021-05-17fiscal Q1 202147960001564590-21-028404
10-K2021-03-10fiscal FY 2020501010001564590-21-012121
10-Q2020-11-12fiscal Q3 2020491320001564590-20-053577
10-Q2020-08-12fiscal Q2 2020491330001564590-20-039685
10-Q2020-05-11fiscal Q1 202049990001564590-20-024198
10-K2020-03-12fiscal FY 201948920001564590-20-010496
10-Q2019-11-12fiscal Q3 2019421100001564590-19-042525
10-Q2019-08-08fiscal Q2 2019421090001564590-19-030829
10-Q2019-05-09fiscal Q1 201942790001564590-19-018021
10-K2019-03-14fiscal FY 201836710001564590-19-007839
10-Q2018-11-08fiscal Q3 201837960001564590-18-028537
10-Q2018-08-09fiscal Q2 201835930001564590-18-020736
10-Q2018-05-08fiscal Q1 201833660001564590-18-011887
10-K2018-03-12fiscal FY 201730590001564590-18-005321
10-Q2017-11-09fiscal Q3 201729730001564590-17-023191
10-Q2017-08-11fiscal Q2 201727650001564590-17-017404
10-Q2017-05-16fiscal Q1 201728570001193125-17-172101
10-Q2016-11-14fiscal Q2 201728820001062993-16-012338
10-Q2016-08-15fiscal Q1 201725540001062993-16-011176
10-K2016-06-28fiscal FY 201628580001062993-16-010330
10-Q2016-04-26fiscal Q3 201628800001062993-16-009230
10-Q2016-04-26fiscal Q2 201624640001062993-16-009229
10-Q2016-04-26fiscal Q1 201624500001062993-16-009228
10-Q2016-02-16fiscal Q3 201628800001062993-16-007961
10-Q2016-01-11fiscal Q2 201624640001062993-16-006983
10-Q2016-01-11fiscal Q1 201624500001062993-16-006982
10-K2016-01-11fiscal FY 201524650001062993-16-006981
10-Q2015-11-16fiscal Q2 201624640001062993-15-006245
10-Q2015-08-14fiscal Q1 201623500001062993-15-004556

Inspect the source

Entity
SOLANA COMPANY / CIK 0001610853
Captured
2026-09-20T09:26:47.522Z
SEC response SHA-256
46e6493c39e56936f374142a3d190afea4f84f6b840054f34dcd648e07a75d55

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