Skip to content

Paycom Software, Inc.: filings

Every Paycom Software, 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 2026491370001193125-26-338010
10-Q2026-05-07fiscal Q1 2026491000001193125-26-211926
10-K2026-02-19fiscal FY 2025551430001193125-26-059372
10-Q2025-11-06fiscal Q3 2025501380001193125-25-269543
10-Q2025-08-07fiscal Q2 2025501400001590955-25-000005
10-Q2025-05-08fiscal Q1 2025491020000950170-25-066910
10-K2025-02-20fiscal FY 2024561470000950170-25-024136
10-Q2024-10-31fiscal Q3 2024491430000950170-24-119531
10-Q2024-08-01fiscal Q2 2024491380000950170-24-089322
10-Q2024-05-02fiscal Q1 2024481010000950170-24-052070
10-K2024-02-15fiscal FY 2023571470000950170-24-015863
10-Q2023-11-02fiscal Q3 2023501470000950170-23-058167
10-Q2023-08-03fiscal Q2 2023501420000950170-23-037954
10-Q2023-05-04fiscal Q1 2023491020000950170-23-017840
10-K2023-02-16fiscal FY 2022581470000950170-23-003049
10-Q2022-11-03fiscal Q3 2022511450000950170-22-021851
10-Q2022-08-04fiscal Q2 2022511410001564590-22-028006
10-Q2022-05-05fiscal Q1 2022501030001564590-22-018242
10-K2022-02-17fiscal FY 2021571450001564590-22-005562
10-Q2021-11-04fiscal Q3 2021501420001564590-21-054471
10-Q2021-08-05fiscal Q2 2021501390001564590-21-041585
10-Q2021-05-06fiscal Q1 202147970001564590-21-024960
10-K2021-02-18fiscal FY 2020551990001564590-21-006660
10-Q2020-11-05fiscal Q3 2020491420001564590-20-051300
10-Q2020-08-06fiscal Q2 2020481360001564590-20-037741
10-Q2020-04-30fiscal Q1 2020481000001564590-20-020184
10-K2020-02-13fiscal FY 2019551980001564590-20-004636
10-Q2019-10-31fiscal Q3 2019511450001564590-19-039201
10-Q2019-08-01fiscal Q2 2019511390001564590-19-027991
10-Q2019-05-02fiscal Q1 201950980001564590-19-015388
10-K2019-02-14fiscal FY 2018511910001564590-19-002998
10-Q2018-11-01fiscal Q3 2018451250001564590-18-026220
10-Q2018-08-02fiscal Q2 2018441220001564590-18-018908
10-Q2018-05-03fiscal Q1 201841810001564590-18-010699
10-K2018-02-14fiscal FY 2017451750001564590-18-002088
10-Q2017-11-02fiscal Q3 2017401160001564590-17-021195
10-Q2017-08-02fiscal Q2 2017401160001564590-17-014965
10-Q2017-05-04fiscal Q1 201739800001564590-17-008773
10-K2017-02-21fiscal FY 2016461760001564590-17-001891
10-Q2016-11-03fiscal Q3 2016401150001564590-16-027365
10-Q2016-08-03fiscal Q2 2016401150001564590-16-022350
10-Q2016-05-05fiscal Q1 201639800001564590-16-018027
10-K2016-02-22fiscal FY 2015451780001564590-16-013001
10-Q2015-11-06fiscal Q3 2015391140001564590-15-009936
10-Q2015-08-07fiscal Q2 2015381100001564590-15-006677
10-Q2015-05-13fiscal Q1 201536740001564590-15-004189
10-K2015-02-26fiscal FY 2014431680001193125-15-065707
10-Q2014-11-07fiscal Q3 2014371060001193125-14-402397
10-Q2014-08-08fiscal Q2 2014371060001193125-14-302051
10-Q/A2014-06-12fiscal Q1 201437760001193125-14-234245

Inspect the source

Entity
Paycom Software, Inc. / CIK 0001590955
Captured
2026-09-20T09:24:05.114Z
SEC response SHA-256
588556b7e71a89bf4e8a6ac0b9fed255fc1e5c15953d5c5b77b35778fb5ea3dd

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