Skip to content

Five9, Inc.: filings

Every Five9, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 50 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-06fiscal Q2 2026561620001288847-26-000123
10-Q2026-04-30fiscal Q1 2026561180001288847-26-000079
10-K2026-02-20fiscal FY 2025603130001288847-26-000023
10-Q2025-11-06fiscal Q3 2025561620001288847-25-000229
10-Q2025-07-31fiscal Q2 2025561620001288847-25-000178
10-Q2025-05-01fiscal Q1 2025561180001288847-25-000119
10-K2025-02-21fiscal FY 2024583070001288847-25-000028
10-Q2024-11-07fiscal Q3 2024551600001288847-24-000153
10-Q2024-08-08fiscal Q2 2024551600001288847-24-000118
10-Q2024-05-02fiscal Q1 2024551160001288847-24-000061
10-K2024-02-22fiscal FY 2023583070001288847-24-000012
10-Q2023-11-02fiscal Q3 2023561620001288847-23-000156
10-Q2023-08-07fiscal Q2 2023561630001288847-23-000134
10-Q2023-05-04fiscal Q1 2023551160001288847-23-000077
10-K2023-02-24fiscal FY 2022573040001288847-23-000029
10-Q2022-11-07fiscal Q3 2022541590001288847-22-000113
10-Q2022-07-28fiscal Q2 2022541570001288847-22-000086
10-Q2022-04-28fiscal Q1 2022541120001288847-22-000049
10-K2022-02-28fiscal FY 2021583060001288847-22-000017
10-Q2021-11-08fiscal Q3 2021541570001288847-21-000139
10-Q2021-07-27fiscal Q2 2021541570001288847-21-000110
10-Q2021-04-29fiscal Q1 2021511060001288847-21-000069
10-K2021-03-01fiscal FY 2020613000001288847-21-000029
10-Q2020-10-29fiscal Q3 2020511440001288847-20-000155
10-Q2020-08-03fiscal Q2 2020511440001288847-20-000125
10-Q2020-05-04fiscal Q1 2020511060001288847-20-000065
10-K2020-02-27fiscal FY 2019582900001288847-20-000028
10-Q2019-11-05fiscal Q3 2019541510001288847-19-000134
10-Q2019-07-31fiscal Q2 2019531470001288847-19-000106
10-Q2019-05-01fiscal Q1 2019531070001288847-19-000065
10-K2019-02-25fiscal FY 2018552860001288847-19-000021
10-Q2018-11-06fiscal Q3 2018501420001288847-18-000162
10-Q2018-08-06fiscal Q2 2018451240001288847-18-000129
10-Q2018-05-01fiscal Q1 201844900001288847-18-000068
10-K2018-03-01fiscal FY 2017512660001288847-18-000030
10-Q2017-11-08fiscal Q3 2017481360001288847-17-000133
10-Q2017-08-03fiscal Q2 2017441200001288847-17-000107
10-Q2017-05-03fiscal Q1 201744900001288847-17-000072
10-K2017-02-28fiscal FY 2016512660001288847-17-000038
10-Q2016-11-01fiscal Q3 2016441200001288847-16-000140
10-Q2016-08-04fiscal Q2 2016441200001288847-16-000092
10-Q2016-05-10fiscal Q1 201644900001288847-16-000069
10-K2016-03-03fiscal FY 2015472340001288847-16-000054
10-Q2015-11-04fiscal Q3 2015441200001288847-15-000042
10-Q2015-08-05fiscal Q2 2015441200001288847-15-000034
10-Q2015-05-13fiscal Q1 201545920001288847-15-000024
10-K2015-03-10fiscal FY 2014472320001288847-15-000011
10-Q2014-11-07fiscal Q3 2014441180001288847-14-000019
10-Q2014-08-05fiscal Q2 2014431160001288847-14-000012
10-Q2014-05-14fiscal Q1 201443870001288847-14-000005

Inspect the source

Entity
Five9, Inc. / CIK 0001288847
Captured
2026-09-20T07:49:44.296Z
SEC response SHA-256
56f011d2449e85ab3aeddd40ee7c0e1dd0165598c53027bf0341f2da7c60e337

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