Skip to content

Ultimate Software Group Inc: filings

Every Ultimate Software Group Inc annual and quarterly report in the SEC record with the published financial measures it tagged, 33 filings, each linked to its SEC index.

Filing record ends 2019-05-01

The latest filing in this captured record is a 10-Q filed 2019-05-01. No later filing is in the SEC companyfacts record captured on 2026-09-22. Ultimate Software Group Inc may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2019-05-01fiscal Q1 2019461000001016125-19-000057
10-K2019-03-01fiscal FY 2018491390001016125-19-000041
10-Q2018-11-08fiscal Q3 2018471420001016125-18-000170
10-Q2018-08-08fiscal Q2 2018471420001016125-18-000113
10-Q2018-05-09fiscal Q1 2018471030001016125-18-000079
10-K2018-02-26fiscal FY 2017491310001016125-18-000039
10-Q2017-11-07fiscal Q3 2017481360001016125-17-000135
10-Q2017-08-08fiscal Q2 2017481360001016125-17-000107
10-Q2017-05-09fiscal Q1 201748980001016125-17-000076
10-K2017-02-24fiscal FY 2016481290001016125-17-000046
10-Q2016-11-08fiscal Q3 2016471340001016125-16-000247
10-Q2016-08-05fiscal Q2 2016471340001016125-16-000212
10-Q2016-05-05fiscal Q1 201647960001016125-16-000181
10-K2016-02-26fiscal FY 2015491310001016125-16-000168
10-Q2015-11-05fiscal Q3 2015481360001016125-15-000082
10-Q2015-08-06fiscal Q2 2015481360001016125-15-000057
10-Q2015-05-08fiscal Q1 201548980001016125-15-000025
10-K2015-02-27fiscal FY 2014491320001016125-15-000006
10-Q2014-11-07fiscal Q3 2014481360001016125-14-000028
10-Q2014-08-08fiscal Q2 2014481360001016125-14-000023
10-Q2014-05-09fiscal Q1 201446940001016125-14-000016
10-K2014-02-28fiscal FY 2013481280001016125-14-000008
10-Q2013-11-08fiscal Q3 2013441260001016125-13-000032
10-Q2013-08-08fiscal Q2 2013441260001016125-13-000027
10-Q2013-05-10fiscal Q1 201344900001016125-13-000014
10-K2013-02-28fiscal FY 2012451220001016125-13-000005
10-Q2012-11-09fiscal Q3 2012451300001016125-12-000021
10-Q2012-08-09fiscal Q2 2012451300001016125-12-000015
10-Q2012-05-04fiscal Q1 201243880001016125-12-000008
10-K2012-02-29fiscal FY 2011451230001016125-12-000004
10-Q2011-11-09fiscal Q3 2011431260001016125-11-000028
10-Q2011-08-09fiscal Q2 2011431260001016125-11-000022
10-Q2011-05-10fiscal Q1 201140820001016125-11-000011

Inspect the source

Entity
Ultimate Software Group Inc / CIK 0001016125
Captured
SEC response SHA-256
de4007a798a29d31c456c8cb84437df32ee9439319e092c26e016df03680c78a

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