Skip to content

Via Renewables, Inc.: filings

Every Via Renewables, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 48 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-04-30fiscal Q1 202647970001606268-26-000024
10-K2026-03-05fiscal FY 2025501350001606268-26-000013
10-Q2025-11-06fiscal Q3 2025481330001606268-25-000033
10-Q2025-07-31fiscal Q2 2025481330001606268-25-000022
10-Q2025-05-01fiscal Q1 202548990001628280-25-021613
10-K2025-03-06fiscal FY 2024511380001606268-25-000006
10-Q2024-10-31fiscal Q3 2024481330001606268-24-000032
10-Q2024-08-01fiscal Q2 2024481330001606268-24-000022
10-Q2024-05-02fiscal Q1 202448990001606268-24-000016
10-K2024-02-29fiscal FY 2023521390001606268-24-000008
10-Q2023-11-02fiscal Q3 2023481330001606268-23-000022
10-Q2023-08-03fiscal Q2 2023481330001606268-23-000019
10-Q2023-05-04fiscal Q1 2023501030001606268-23-000015
10-K2023-03-29fiscal FY 2022551510001606268-23-000009
10-Q2022-11-03fiscal Q3 2022501370001606268-22-000091
10-Q2022-08-04fiscal Q2 2022501370001606268-22-000060
10-Q2022-05-05fiscal Q1 2022491010001606268-22-000045
10-K2022-03-03fiscal FY 2021521400001606268-22-000008
10-Q2021-11-04fiscal Q3 2021501350001606268-21-000107
10-Q2021-08-05fiscal Q2 2021491330001606268-21-000071
10-Q2021-05-06fiscal Q1 2021491010001606268-21-000036
10-K2021-03-04fiscal FY 2020501360001606268-21-000015
10-Q2020-11-04fiscal Q3 2020511390001606268-20-000108
10-Q2020-08-05fiscal Q2 2020501370001606268-20-000083
10-Q2020-05-06fiscal Q1 2020501030001606268-20-000045
10-K2020-03-05fiscal FY 2019521400001606268-20-000008
10-Q2019-11-06fiscal Q3 2019521460001606268-19-000136
10-Q2019-08-08fiscal Q2 2019521460001606268-19-000094
10-Q2019-05-07fiscal Q1 2019521100001606268-19-000047
10-K2019-03-04fiscal FY 2018551540001606268-19-000008
10-Q2018-11-02fiscal Q3 2018521410001606268-18-000110
10-Q2018-08-03fiscal Q2 2018501370001606268-18-000074
10-Q2018-05-10fiscal Q1 2018501010001606268-18-000044
10-K2018-03-09fiscal FY 2017491310001606268-18-000017
10-Q2017-11-03fiscal Q3 2017501350001606268-17-000127
10-Q2017-08-04fiscal Q2 2017491320001606268-17-000093
10-Q2017-05-08fiscal Q1 2017491000001606268-17-000045
10-K2017-03-03fiscal FY 2016491350001606268-17-000012
10-Q2016-11-10fiscal Q3 2016491310001606268-16-000363
10-Q2016-08-11fiscal Q2 2016481310001606268-16-000319
10-Q2016-05-05fiscal Q1 201646930001606268-16-000241
10-K2016-03-24fiscal FY 2015471240001606268-16-000225
10-Q2015-11-12fiscal Q3 2015461270001606268-15-000156
10-Q2015-08-13fiscal Q2 2015431130001606268-15-000124
10-Q2015-05-14fiscal Q1 201543850001606268-15-000077
10-K2015-03-27fiscal FY 2014451170001606268-15-000035
10-Q2014-11-12fiscal Q3 2014441230001606268-14-000008
10-Q2014-09-10fiscal Q2 201432930001606268-14-000004

Inspect the source

Entity
Via Renewables, Inc. / CIK 0001606268
Captured
2026-09-21T17:21:14.663Z
SEC response SHA-256
ac978481b09c6965ce7f7404035353840f9014efbd8e3253aaebe59a3eef20b3

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