Skip to content

Surgery Partners, Inc.: filings

Every Surgery Partners, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 44 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-10fiscal Q2 2026401100001638833-26-000077
10-Q2026-05-05fiscal Q1 202640840001638833-26-000046
10-K2026-03-02fiscal FY 2025481230001638833-26-000008
10-Q2025-11-10fiscal Q3 2025401120001638833-25-000163
10-Q2025-08-05fiscal Q2 2025401100001638833-25-000136
10-Q2025-05-12fiscal Q1 202540840001638833-25-000092
10-K2025-03-07fiscal FY 2024491260001638833-25-000053
10-Q2024-11-12fiscal Q3 2024401160001638833-24-000147
10-Q2024-08-06fiscal Q2 2024401140001638833-24-000135
10-Q2024-05-07fiscal Q1 202440840001638833-24-000113
10-K2024-02-26fiscal FY 2023501300001638833-24-000029
10-Q2023-11-07fiscal Q3 2023401160001638833-23-000097
10-Q2023-08-01fiscal Q2 2023401140001638833-23-000082
10-Q2023-05-02fiscal Q1 202339820001638833-23-000070
10-K2023-03-01fiscal FY 2022491270001638833-23-000021
10-Q2022-11-08fiscal Q3 2022411180001638833-22-000134
10-Q2022-08-02fiscal Q2 2022411160001638833-22-000122
10-Q2022-05-03fiscal Q1 202241860001638833-22-000096
10-K2022-03-01fiscal FY 2021491270001638833-22-000019
10-Q2021-11-03fiscal Q3 2021401160001638833-21-000146
10-Q2021-08-04fiscal Q2 2021411160001638833-21-000136
10-Q2021-05-05fiscal Q1 202141860001638833-21-000114
10-K2021-03-10fiscal FY 2020451150001638833-21-000034
10-Q2020-11-04fiscal Q3 2020371100001638833-20-000073
10-Q2020-08-05fiscal Q2 2020371080001638833-20-000058
10-Q2020-05-11fiscal Q1 202040840001638833-20-000043
10-K2020-03-13fiscal FY 2019511830001638833-20-000012
10-Q2019-11-06fiscal Q3 2019451260001638833-19-000074
10-Q2019-08-09fiscal Q2 2019451240001638833-19-000061
10-Q2019-05-10fiscal Q1 201945920001638833-19-000038
10-K2019-03-15fiscal FY 2018491280001638833-19-000006
10-Q2018-11-09fiscal Q3 2018431020001638833-18-000020
10-Q2018-08-09fiscal Q2 201839720001638833-18-000014
10-Q2018-05-10fiscal Q1 201842630001638833-18-000010
10-K2018-03-16fiscal FY 201748640001638833-18-000004
10-Q2017-11-09fiscal Q3 201741450001638833-17-000044
10-Q2017-08-09fiscal Q2 2017401110001638833-17-000036
10-Q2017-05-10fiscal Q1 201740800001638833-17-000020
10-K2017-03-10fiscal FY 2016451670001638833-17-000007
10-Q2016-11-10fiscal Q3 2016401080001638833-16-000055
10-Q2016-08-10fiscal Q2 2016401080001638833-16-000044
10-Q2016-05-06fiscal Q1 201640800001638833-16-000031
10-K2016-03-11fiscal FY 2015451670001638833-16-000019
10-Q2015-11-13fiscal Q3 2015401090001638833-15-000007

Inspect the source

Entity
Surgery Partners, Inc. / CIK 0001638833
Captured
2026-09-21T17:21:30.121Z
SEC response SHA-256
bc373cda2831e595fe4e979ac98c961e92460892866b7f8672af64ad3a9b4ac8

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