Skip to content

DOORDASH, INC.: filings

Every DOORDASH, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 24 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-05fiscal Q2 2026471370001792789-26-000050
10-Q2026-05-06fiscal Q1 202647990001792789-26-000037
10-K/A2026-05-06fiscal FY 2025511350001792789-26-000035
10-K2026-02-18fiscal FY 2025511350001792789-26-000013
10-Q2025-11-06fiscal Q3 2025471410001792789-25-000020
10-Q2025-08-06fiscal Q2 2025471370001792789-25-000012
10-Q2025-05-07fiscal Q1 202546970001628280-25-023171
10-K2025-02-14fiscal FY 2024511350001628280-25-005715
10-Q2024-10-30fiscal Q3 2024471410001628280-24-044312
10-Q2024-08-01fiscal Q2 2024471370001628280-24-034131
10-Q2024-05-01fiscal Q1 202447990001628280-24-019605
10-K2024-02-20fiscal FY 2023521380001628280-24-005600
10-Q2023-11-01fiscal Q3 2023471410001628280-23-035973
10-Q2023-08-02fiscal Q2 2023471370001628280-23-026756
10-Q2023-05-05fiscal Q1 2023481010001628280-23-016140
10-K2023-02-27fiscal FY 2022531410001628280-23-005131
10-Q2022-11-04fiscal Q3 2022491470001628280-22-028457
10-Q2022-08-05fiscal Q2 2022471370001628280-22-021372
10-Q2022-05-06fiscal Q1 202247990001628280-22-013038
10-K2022-03-01fiscal FY 2021501320001628280-22-004350
10-Q2021-11-10fiscal Q3 2021461390001628280-21-022884
10-Q2021-08-13fiscal Q2 2021461350001628280-21-016985
10-Q2021-05-14fiscal Q1 202141870001628280-21-010313
10-K2021-03-05fiscal FY 2020441150001628280-21-004032

Inspect the source

Entity
DOORDASH, INC. / CIK 0001792789
Captured
2026-09-21T17:27:38.863Z
SEC response SHA-256
65039da6798eaf0dd48ffbe16201d88408b8144f52af63a1d3ce85b3d21237a7

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