Skip to content

WORKIVA INC: filings

Every WORKIVA INC annual and quarterly report in the SEC record with the published financial measures it tagged, 47 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-04fiscal Q2 2026481630001445305-26-000060
10-Q2026-05-05fiscal Q1 2026481010001445305-26-000045
10-K2026-02-19fiscal FY 2025541450001445305-26-000016
10-Q2025-11-05fiscal Q3 2025481670001445305-25-000142
10-Q2025-07-31fiscal Q2 2025481630001445305-25-000125
10-Q2025-05-01fiscal Q1 2025481010001445305-25-000091
10-K2025-02-25fiscal FY 2024531420001445305-25-000034
10-Q2024-11-06fiscal Q3 2024471630001445305-24-000143
10-Q2024-08-01fiscal Q2 2024471590001445305-24-000107
10-Q2024-05-02fiscal Q1 202447990001445305-24-000071
10-K2024-02-20fiscal FY 2023531420001445305-24-000021
10-Q2023-10-30fiscal Q3 2023481640001445305-23-000166
10-Q2023-08-03fiscal Q2 2023481600001445305-23-000134
10-Q2023-05-02fiscal Q1 2023481000001445305-23-000098
10-K2023-02-21fiscal FY 2022531410001445305-23-000042
10-Q2022-11-02fiscal Q3 2022481640001445305-22-000139
10-Q2022-08-09fiscal Q2 2022481600001445305-22-000110
10-Q2022-05-03fiscal Q1 2022481000001445305-22-000087
10-K2022-02-22fiscal FY 2021531400001445305-22-000041
10-Q2021-11-03fiscal Q3 2021481640001445305-21-000168
10-Q2021-08-03fiscal Q2 2021451520001445305-21-000108
10-Q2021-05-04fiscal Q1 202145940001445305-21-000074
10-K2021-02-17fiscal FY 2020472100001445305-21-000035
10-Q2020-11-04fiscal Q3 2020411400001445305-20-000124
10-Q2020-08-04fiscal Q2 2020411360001445305-20-000091
10-Q2020-04-30fiscal Q1 202041860001445305-20-000062
10-K2020-02-20fiscal FY 2019502140001445305-20-000037
10-Q2019-11-06fiscal Q3 2019431450001445305-19-000146
10-Q2019-08-06fiscal Q2 2019431410001445305-19-000098
10-Q2019-05-01fiscal Q1 201943910001445305-19-000059
10-K2019-02-20fiscal FY 2018482180001445305-19-000032
10-Q2018-11-07fiscal Q3 2018401340001445305-18-000132
10-Q2018-08-07fiscal Q2 2018401340001445305-18-000109
10-Q2018-05-02fiscal Q1 201840850001445305-18-000079
10-K2018-02-22fiscal FY 2017431940001445305-18-000054
10-Q2017-11-07fiscal Q3 2017381240001445305-17-000053
10-Q2017-08-03fiscal Q2 2017381240001445305-17-000041
10-Q2017-05-04fiscal Q1 201737760001445305-17-000025
10-K2017-02-23fiscal FY 2016431950001445305-17-000008
10-Q2016-11-09fiscal Q3 2016391260001445305-16-000118
10-Q2016-08-03fiscal Q2 2016391260001445305-16-000110
10-Q2016-05-04fiscal Q1 201638780001445305-16-000099
10-K2016-03-01fiscal FY 2015441950001445305-16-000085
10-Q2015-11-05fiscal Q3 2015361140001445305-15-000077
10-Q2015-08-05fiscal Q2 2015361140001445305-15-000066
10-Q2015-05-05fiscal Q1 201536740001445305-15-000045
10-K2015-03-11fiscal FY 2014421860001445305-15-000028

Inspect the source

Entity
WORKIVA INC / CIK 0001445305
Captured
2026-09-20T09:04:31.302Z
SEC response SHA-256
fed299a58af45a71b19014f7c9dcfcdf2c928b4a896b7597fddfc363e87d872a

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