Skip to content

DOCUSIGN, INC.: filings

Every DOCUSIGN, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 34 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-09-04fiscal Q2 2027501420001261333-26-000099
10-Q2026-06-05fiscal Q1 2027501040001261333-26-000074
10-K2026-03-18fiscal FY 2026561480001261333-26-000021
10-Q2025-12-05fiscal Q3 2026501420001261333-25-000150
10-Q2025-09-05fiscal Q2 2026501420001261333-25-000132
10-Q2025-06-06fiscal Q1 2026501040001261333-25-000075
10-K2025-03-18fiscal FY 2025561480001261333-25-000024
10-Q2024-12-06fiscal Q3 2025521480001261333-24-000151
10-Q2024-09-06fiscal Q2 2025521480001261333-24-000121
10-Q2024-06-07fiscal Q1 2025511060001261333-24-000087
10-K2024-03-21fiscal FY 2024561480001261333-24-000045
10-Q2023-12-08fiscal Q3 2024521460001261333-23-000103
10-Q2023-09-07fiscal Q2 2024521460001261333-23-000079
10-Q2023-06-08fiscal Q1 2024521080001261333-23-000070
10-K2023-03-27fiscal FY 2023551460001261333-23-000050
10-Q2022-12-08fiscal Q3 2023521460001261333-22-000201
10-Q2022-09-08fiscal Q2 2023521460001261333-22-000163
10-Q2022-06-09fiscal Q1 2023511060001261333-22-000105
10-K2022-03-25fiscal FY 2022541430001261333-22-000049
10-Q2021-12-06fiscal Q3 2022511440001261333-21-000214
10-Q2021-09-03fiscal Q2 2022511440001261333-21-000163
10-Q2021-06-04fiscal Q1 2022521080001261333-21-000108
10-K2021-03-31fiscal FY 2021501300001261333-21-000059
10-Q2020-12-04fiscal Q3 2021491330001261333-20-000260
10-Q2020-09-04fiscal Q2 2021491330001261333-20-000187
10-Q2020-06-05fiscal Q1 2021491010001261333-20-000115
10-K2020-03-27fiscal FY 2020501300001261333-20-000033
10-Q2019-12-06fiscal Q3 2020491320001261333-19-000108
10-Q2019-09-06fiscal Q2 2020491320001261333-19-000077
10-Q2019-06-07fiscal Q1 2020491000001261333-19-000041
10-K2019-03-26fiscal FY 2019481270001261333-19-000012
10-Q2018-12-07fiscal Q3 2019471260001261333-18-000027
10-Q2018-09-06fiscal Q2 2019461240001261333-18-000017
10-Q2018-06-08fiscal Q1 201946940001261333-18-000009

Inspect the source

Entity
DOCUSIGN, INC. / CIK 0001261333
Captured
2026-09-20T07:47:09.915Z
SEC response SHA-256
11f270928b4870ad995ba009aba6c2c71fdcc0514e422defc2592ddd7c1646d5

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