Skip to content

SYNEOS HEALTH, INC.: filings

Every SYNEOS HEALTH, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 36 filings, each linked to its SEC index.

Filing record ends 2023-08-09

The latest filing in this captured record is a 10-Q filed 2023-08-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. SYNEOS HEALTH, 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-Q2023-08-09fiscal Q2 2023451270000950170-23-039993
10-Q2023-05-10fiscal Q1 202345930000950170-23-020079
10-K2023-02-16fiscal FY 2022531340000950170-23-002928
10-Q2022-11-04fiscal Q3 2022461290000950170-22-022013
10-Q2022-08-02fiscal Q2 2022461290000950170-22-013710
10-Q2022-04-29fiscal Q1 202246950001564590-22-016544
10-K2022-02-17fiscal FY 2021531340001564590-22-005428
10-Q2021-11-03fiscal Q3 2021461290001564590-21-053634
10-Q2021-08-09fiscal Q2 2021461290001564590-21-042229
10-Q2021-04-29fiscal Q1 202146950001564590-21-021455
10-K2021-02-18fiscal FY 2020531340001564590-21-006471
10-Q2020-10-29fiscal Q3 2020461290001564590-20-048439
10-Q2020-08-06fiscal Q2 2020461290001564590-20-037002
10-Q2020-04-30fiscal Q1 202046950001610950-20-000087
10-K2020-02-20fiscal FY 2019541680001610950-20-000043
10-Q2019-10-31fiscal Q3 2019491320001610950-19-000050
10-Q2019-08-06fiscal Q2 2019491330001610950-19-000036
10-Q2019-05-09fiscal Q1 201949980001610950-19-000023
10-K2019-03-18fiscal FY 2018531920001610950-19-000008
10-Q2018-11-06fiscal Q3 2018491540001610950-18-000038
10-Q2018-08-02fiscal Q2 2018481520001610950-18-000030
10-Q2018-05-09fiscal Q1 2018461130001610950-18-000019
10-K2018-02-28fiscal FY 2017491590001610950-18-000006
10-Q2017-11-09fiscal Q3 2017481290001610950-17-000059
10-Q2017-07-27fiscal Q2 2017451280001610950-17-000037
10-Q/A2017-05-11fiscal Q1 201744900001610950-17-000024
10-Q2017-05-10fiscal Q1 201744900001610950-17-000021
10-K2017-02-28fiscal FY 2016511660001610950-17-000005
10-Q2016-10-31fiscal Q3 2016461290001610950-16-000060
10-Q2016-07-28fiscal Q2 2016451280001610950-16-000050
10-Q2016-05-02fiscal Q1 201644900001610950-16-000045
10-K2016-02-25fiscal FY 2015511690001610950-16-000036
10-Q2015-10-29fiscal Q3 2015451280001610950-15-000032
10-Q2015-07-30fiscal Q2 2015451280001610950-15-000026
10-Q2015-04-27fiscal Q1 201545910001610950-15-000014
10-K2015-02-24fiscal FY 2014511730001610950-15-000007

Inspect the source

Entity
SYNEOS HEALTH, INC. / CIK 0001610950
Captured
SEC response SHA-256
c99a5c55db9a20f7f26b24d1469084cd43149c4c9f7e15e187323c4cdec1d736

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