Skip to content

UiPath, Inc.: filings

Every UiPath, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 22 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-08fiscal Q2 2027521470001734722-26-000050
10-Q2026-06-04fiscal Q1 2027521070001734722-26-000041
10-K2026-03-25fiscal FY 2026561480001734722-26-000012
10-Q2025-12-08fiscal Q3 2026531550001734722-25-000050
10-Q2025-09-08fiscal Q2 2026531510001734722-25-000043
10-Q2025-06-03fiscal Q1 2026531090001734722-25-000030
10-K2025-03-24fiscal FY 2025561480001734722-25-000007
10-Q2024-12-09fiscal Q3 2025531550001734722-24-000059
10-Q2024-09-06fiscal Q2 2025531510001734722-24-000051
10-Q2024-06-03fiscal Q1 2025531090001734722-24-000039
10-K2024-03-27fiscal FY 2024571500001734722-24-000011
10-Q2023-12-04fiscal Q3 2024541570001734722-23-000065
10-Q2023-09-07fiscal Q2 2024531510001734722-23-000057
10-Q2023-06-02fiscal Q1 2024531090001734722-23-000045
10-K2023-03-24fiscal FY 2023561470001734722-23-000017
10-Q2022-12-05fiscal Q3 2023531550001734722-22-000061
10-Q2022-09-08fiscal Q2 2023531510001734722-22-000050
10-Q2022-06-03fiscal Q1 2023531090001734722-22-000032
10-K2022-04-04fiscal FY 2022571500001734722-22-000006
10-Q2021-12-10fiscal Q3 2022531550001734722-21-000023
10-Q2021-09-08fiscal Q2 2022541550001734722-21-000009
10-Q2021-06-09fiscal Q1 202247980001564590-21-032266

Inspect the source

Entity
UiPath, Inc. / CIK 0001734722
Captured
2026-09-21T17:28:04.161Z
SEC response SHA-256
46643c85f69e600a7fc474b819669859d04515314a69915eeda8f73ec465c0cb

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