Skip to content

PAYLOCITY HOLDING CORPORATION: filings

Every PAYLOCITY HOLDING CORPORATION 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-K2026-08-05fiscal FY 2026581520001591698-26-000069
10-Q2026-05-08fiscal Q3 2026561570001591698-26-000037
10-Q2026-02-06fiscal Q2 2026561570001591698-26-000007
10-Q2025-11-05fiscal Q1 2026561170001591698-25-000113
10-K2025-08-06fiscal FY 2025581520001591698-25-000087
10-Q2025-05-02fiscal Q3 2025561570001591698-25-000051
10-Q2025-02-07fiscal Q2 2025561570001591698-25-000010
10-Q2024-10-31fiscal Q1 2025551150001591698-24-000277
10-K2024-08-02fiscal FY 2024571500001591698-24-000151
10-Q2024-05-03fiscal Q3 2024541530001591698-24-000100
10-Q2024-02-09fiscal Q2 2024541530001591698-24-000014
10-Q2023-11-03fiscal Q1 2024541130001591698-23-000238
10-K2023-08-04fiscal FY 2023561470001591698-23-000115
10-Q2023-05-05fiscal Q3 2023541530001591698-23-000063
10-Q2023-02-03fiscal Q2 2023541530001591698-23-000010
10-Q2022-11-04fiscal Q1 2023541130001591698-22-000184
10-K2022-08-05fiscal FY 2022561470001591698-22-000094
10-Q2022-05-06fiscal Q3 2022541530001591698-22-000064
10-Q2022-02-04fiscal Q2 2022541530001591698-22-000016
10-Q2021-11-05fiscal Q1 2022541130001558370-21-014749
10-K2021-08-06fiscal FY 2021581480001558370-21-010711
10-Q2021-05-07fiscal Q3 2021551530001558370-21-006389
10-Q2021-02-05fiscal Q2 2021551540001558370-21-000761
10-Q2020-11-06fiscal Q1 2021551140001558370-20-013039
10-K2020-08-07fiscal FY 2020582110001558370-20-009960
10-Q2020-05-08fiscal Q3 2020561530001558370-20-005936
10-Q2020-02-05fiscal Q2 2020561530001558370-20-000519
10-Q2019-10-31fiscal Q1 2020551120001558370-19-009538
10-K2019-08-09fiscal FY 2019542040001558370-19-007859
10-Q2019-05-03fiscal Q3 2019521480001558370-19-003941
10-Q2019-02-07fiscal Q2 2019511410001558370-19-000442
10-Q2018-11-02fiscal Q1 2019511040001558370-18-008347
10-K2018-08-10fiscal FY 2018511960001558370-18-006955
10-Q2018-05-04fiscal Q3 2018481350001558370-18-003976
10-Q2018-02-09fiscal Q2 2018481350001558370-18-000554
10-Q2017-11-03fiscal Q1 201848970001558370-17-008116
10-K2017-08-11fiscal FY 2017461850001558370-17-006561
10-Q2017-05-05fiscal Q3 2017411170001558370-17-003657
10-Q2017-02-03fiscal Q2 2017411180001558370-17-000332
10-Q2016-11-04fiscal Q1 201741840001104659-16-154909
10-K2016-08-12fiscal FY 2016441790001104659-16-139345
10-Q2016-05-06fiscal Q3 2016421190001104659-16-118772
10-Q2016-02-05fiscal Q2 2016421190001104659-16-094288
10-Q2015-11-06fiscal Q1 201640820001104659-15-076628
10-K2015-08-14fiscal FY 2015441770001104659-15-060024
10-Q2015-05-08fiscal Q3 2015411170001104659-15-036117
10-Q2015-02-06fiscal Q2 2015391090001104659-15-007370
10-Q2014-11-07fiscal Q1 201538780001104659-14-078241
10-K2014-08-22fiscal FY 2014441600001104659-14-062738
10-Q2014-05-14fiscal Q3 2014381090001104659-14-038559

Inspect the source

Entity
PAYLOCITY HOLDING CORPORATION / CIK 0001591698
Captured
2026-09-20T09:24:11.308Z
SEC response SHA-256
0892d204921923b02c569de0a75187f7c7b69a1de913a6ffe8ff6ee502259ce3

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