Skip to content

Q2 Holdings, Inc.: filings

Every Q2 Holdings, Inc. 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-07-29fiscal Q2 2026501390001410384-26-000053
10-Q2026-04-29fiscal Q1 2026501030001410384-26-000037
10-K2026-02-11fiscal FY 2025581510001410384-26-000006
10-Q2025-11-05fiscal Q3 2025481330001410384-25-000159
10-Q2025-07-30fiscal Q2 2025481330001410384-25-000138
10-Q2025-05-07fiscal Q1 202548990001410384-25-000094
10-K2025-02-12fiscal FY 2024571480001410384-25-000010
10-Q2024-11-06fiscal Q3 2024491370001410384-24-000197
10-Q2024-07-31fiscal Q2 2024491370001410384-24-000160
10-Q2024-05-01fiscal Q1 2024491010001410384-24-000099
10-K2024-02-21fiscal FY 2023571480001410384-24-000015
10-Q2023-11-01fiscal Q3 2023501390001410384-23-000139
10-Q2023-08-02fiscal Q2 2023501390001410384-23-000111
10-Q2023-05-09fiscal Q1 2023501030001410384-23-000068
10-K2023-02-21fiscal FY 2022581510001410384-23-000015
10-Q2022-11-07fiscal Q3 2022521430001410384-22-000071
10-Q2022-08-04fiscal Q2 2022521430001410384-22-000057
10-Q2022-05-03fiscal Q1 2022521070001410384-22-000037
10-K2022-02-16fiscal FY 2021581500001410384-22-000013
10-Q2021-11-04fiscal Q3 2021531450001410384-21-000127
10-Q2021-08-05fiscal Q2 2021531450001410384-21-000106
10-Q2021-05-06fiscal Q1 2021491010001410384-21-000071
10-K2021-02-19fiscal FY 2020542330001410384-21-000022
10-Q2020-11-05fiscal Q3 2020501310001410384-20-000167
10-Q2020-08-06fiscal Q2 2020501330001410384-20-000129
10-Q2020-05-07fiscal Q1 2020501010001410384-20-000082
10-K2020-02-21fiscal FY 2019542310001410384-20-000025
10-Q2019-11-07fiscal Q3 2019501350001410384-19-000138
10-Q2019-08-08fiscal Q2 2019501310001410384-19-000113
10-Q2019-05-08fiscal Q1 201948970001410384-19-000075
10-K2019-02-19fiscal FY 2018492250001410384-19-000015
10-Q2018-11-07fiscal Q3 2018451230001410384-18-000113
10-Q2018-08-08fiscal Q2 2018441210001410384-18-000084
10-Q2018-05-03fiscal Q1 201843890001410384-18-000058
10-K2018-02-16fiscal FY 2017452120001410384-18-000012
10-Q2017-11-02fiscal Q3 2017411120001410384-17-000145
10-Q2017-08-03fiscal Q2 2017411120001410384-17-000115
10-Q2017-05-04fiscal Q1 201741840001410384-17-000070
10-K2017-02-21fiscal FY 2016452090001410384-17-000017
10-Q2016-11-03fiscal Q3 2016401100001410384-16-000332
10-Q2016-08-04fiscal Q2 2016391060001410384-16-000293
10-Q2016-05-10fiscal Q1 201639800001410384-16-000223
10-K2016-02-12fiscal FY 2015441990001410384-16-000173
10-Q2015-11-06fiscal Q3 2015391060001410384-15-000150
10-Q2015-08-07fiscal Q2 201536980001410384-15-000110
10-Q2015-05-08fiscal Q1 201536740001410384-15-000081
10-K2015-02-12fiscal FY 2014412030001410384-15-000021
10-Q2014-11-10fiscal Q3 201436980001410384-14-000053
10-Q2014-08-12fiscal Q2 201435960001410384-14-000040
10-Q2014-05-14fiscal Q1 201435720001410384-14-000020

Inspect the source

Entity
Q2 Holdings, Inc. / CIK 0001410384
Captured
2026-09-19T11:18:03.215Z
SEC response SHA-256
00552b71c338438a06cb3370d052c0790553f7fdcbbfd5c39d9e51656f9994bb

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