Skip to content

Okta, Inc.: filings

Every Okta, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 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-27fiscal Q2 2027451310001660134-26-000069
10-Q2026-05-29fiscal Q1 202745950001660134-26-000051
10-K2026-03-05fiscal FY 2026551430001660134-26-000020
10-Q2025-12-03fiscal Q3 2026441330001660134-25-000171
10-Q2025-08-27fiscal Q2 2026441290001660134-25-000157
10-Q2025-05-28fiscal Q1 202644930001660134-25-000093
10-K2025-03-05fiscal FY 2025541400001660134-25-000049
10-Q2024-12-04fiscal Q3 2025451370001660134-24-000168
10-Q2024-08-29fiscal Q2 2025441290001660134-24-000138
10-Q2024-05-30fiscal Q1 202544930001660134-24-000088
10-K2024-03-01fiscal FY 2024561440001660134-24-000025
10-Q2023-12-01fiscal Q3 2024441240001660134-23-000068
10-Q2023-08-31fiscal Q2 2024441240001660134-23-000045
10-Q2023-06-01fiscal Q1 202444920001660134-23-000033
10-K2023-03-03fiscal FY 2023561440001660134-23-000013
10-Q2022-12-01fiscal Q3 2023481350001660134-22-000056
10-Q2022-09-01fiscal Q2 2023481350001660134-22-000042
10-Q2022-06-03fiscal Q1 202348990001660134-22-000026
10-K2022-03-07fiscal FY 2022561440001660134-22-000010
10-Q2021-12-02fiscal Q3 2022481350001660134-21-000026
10-Q2021-09-02fiscal Q2 2022481350001660134-21-000020
10-Q2021-05-27fiscal Q1 202248990001660134-21-000013
10-K2021-03-04fiscal FY 2021521320001660134-21-000007
10-Q2020-12-03fiscal Q3 2021441190001660134-20-000026
10-Q2020-08-28fiscal Q2 2021441190001660134-20-000019
10-Q2020-05-29fiscal Q1 202144910001660134-20-000012
10-K2020-03-06fiscal FY 2020521320001660134-20-000006
10-Q2019-12-06fiscal Q3 2020441190001660134-19-000026
10-Q2019-08-29fiscal Q2 2020441190001660134-19-000018
10-Q2019-05-31fiscal Q1 202043890001660134-19-000012
10-K2019-03-14fiscal FY 2019481240001660134-19-000006
10-Q2018-12-06fiscal Q3 2019391050001660134-18-000023
10-Q2018-09-07fiscal Q2 2019381010001660134-18-000020
10-Q2018-06-08fiscal Q1 201938790001660134-18-000013
10-K2018-03-12fiscal FY 2018451160001660134-18-000007
10-Q2017-12-07fiscal Q3 201837990001628280-17-012165
10-Q2017-09-08fiscal Q2 201837990001628280-17-009145
10-Q2017-06-08fiscal Q1 201837770001628280-17-006320

Inspect the source

Entity
Okta, Inc. / CIK 0001660134
Captured
2026-09-21T17:23:54.223Z
SEC response SHA-256
ce9d8dc684e7e95b8ab313f731115188cc90b20d383e32a0725832de18cef1d7

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