Skip to content

SYNLOGIC, INC.: filings

Every SYNLOGIC, 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-11fiscal Q2 202625780001193125-26-344789
10-Q2026-05-14fiscal Q1 202627560001193125-26-224171
10-K2026-03-12fiscal FY 202534690001193125-26-104262
10-Q2025-11-13fiscal Q3 2025331000001193125-25-280270
10-Q2025-08-07fiscal Q2 2025331000000950170-25-105106
10-Q2025-05-08fiscal Q1 202531640000950170-25-067081
10-K2025-03-06fiscal FY 202442840000950170-25-034820
10-Q2024-11-12fiscal Q3 2024381360000950170-24-125567
10-Q2024-08-08fiscal Q2 2024391160000950170-24-093282
10-Q2024-05-14fiscal Q1 202435730000950170-24-059064
10-K2024-03-19fiscal FY 202344890000950170-24-033146
10-Q2023-11-09fiscal Q3 2023431240000950170-23-061493
10-Q2023-08-10fiscal Q2 2023421220000950170-23-040922
10-Q2023-05-11fiscal Q1 202339800000950170-23-020782
10-K2023-03-29fiscal FY 202243860000950170-23-010428
10-Q2022-11-10fiscal Q3 2022421160000950170-22-024120
10-Q2022-08-11fiscal Q2 2022411120000950170-22-016623
10-Q2022-05-12fiscal Q1 202235680001564590-22-019671
10-K2022-03-17fiscal FY 202140770001564590-22-010714
10-Q2021-11-10fiscal Q3 202139980001564590-21-055907
10-Q2021-08-12fiscal Q2 202139980001564590-21-043681
10-Q2021-05-13fiscal Q1 202135680001564590-21-027177
10-K2021-03-25fiscal FY 2020401070001564590-21-015256
10-Q2020-11-05fiscal Q3 202036920001564590-20-050817
10-Q2020-08-06fiscal Q2 202036950001564590-20-037234
10-Q2020-05-08fiscal Q1 202035710001564590-20-023231
10-K2020-03-12fiscal FY 2019391120001564590-20-010261
10-Q2019-11-12fiscal Q3 201937990001564590-19-042635
10-Q2019-08-08fiscal Q2 201936980001564590-19-030838
10-Q2019-05-09fiscal Q1 201939760001564590-19-018049
10-K2019-03-12fiscal FY 2018351030001564590-19-007367
10-Q2018-11-13fiscal Q3 201836890001564590-18-029326
10-Q2018-08-09fiscal Q2 201834870001564590-18-020755
10-Q2018-05-15fiscal Q1 201829590001564590-18-013629
10-K2018-03-20fiscal FY 201729910001564590-18-006323
10-Q2017-11-13fiscal Q3 201730790001193125-17-340965
10-Q2017-08-04fiscal Q2 201726660001527599-17-000018
10-Q2017-05-09fiscal Q1 201727560001527599-17-000012
10-K2017-03-15fiscal FY 2016261100001527599-17-000004
10-Q2016-11-10fiscal Q3 201623640001527599-16-000007
10-Q2016-08-15fiscal Q2 201623600001558370-16-007977
10-Q2016-05-12fiscal Q1 201624460001558370-16-005931
10-K2016-03-30fiscal FY 201523990001558370-16-004457
10-Q2015-11-13fiscal Q3 201524600001558370-15-002653

Inspect the source

Entity
SYNLOGIC, INC. / CIK 0001527599
Captured
2026-09-20T09:15:25.592Z
SEC response SHA-256
dbedcf0e5b1d202c40dd67e78ab82446765c1f407657b8d77482f87c7224239c

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