Skip to content

SCYNEXIS, Inc.: filings

Every SCYNEXIS, 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-10fiscal Q2 202633980001178253-26-000027
10-Q2026-05-11fiscal Q1 202633700001178253-26-000011
10-K2026-03-04fiscal FY 202539800001178253-26-000007
10-Q2025-11-05fiscal Q3 2025361060001178253-25-000010
10-Q2025-08-13fiscal Q2 2025351040000950170-25-107985
10-Q2025-05-15fiscal Q1 202535740000950170-25-072548
10-K2025-03-12fiscal FY 202440820000950170-25-038044
10-Q2024-11-06fiscal Q3 2024391130000950170-24-122241
10-Q2024-08-08fiscal Q2 2024401130000950170-24-093856
10-Q2024-05-08fiscal Q1 202439810000950170-24-055590
10-K2024-03-28fiscal FY 202347960000950170-24-038046
10-Q2023-11-13fiscal Q3 2023431210000950170-23-062894
10-Q2023-08-14fiscal Q2 2023431210000950170-23-042362
10-Q2023-05-10fiscal Q1 202342870000950170-23-020486
10-K2023-03-31fiscal FY 202249990000950170-23-011138
10-Q2022-11-09fiscal Q3 2022431200000950170-22-023822
10-Q2022-08-15fiscal Q2 2022421180001564590-22-029486
10-Q2022-05-12fiscal Q1 202243880001564590-22-019843
10-K2022-03-29fiscal FY 202149990001564590-22-012199
10-Q2021-11-10fiscal Q3 2021451240001564590-21-056171
10-Q2021-08-16fiscal Q2 2021441220001564590-21-044448
10-Q2021-05-17fiscal Q1 202142870001564590-21-028188
10-K2021-03-29fiscal FY 202038800001564590-21-015962
10-Q2020-11-06fiscal Q3 2020401150001564590-20-051687
10-Q2020-08-10fiscal Q2 202036970001564590-20-038629
10-Q2020-05-11fiscal Q1 202034700001564590-20-023868
10-K2020-03-11fiscal FY 201938790001564590-20-009875
10-Q2019-11-12fiscal Q3 2019381070001564590-19-042606
10-Q2019-08-07fiscal Q2 201934910001564590-19-030032
10-Q2019-05-08fiscal Q1 201934720001564590-19-017162
10-K2019-03-14fiscal FY 201836730001564590-19-007834
10-Q2018-11-13fiscal Q3 2018351000001564590-18-029141
10-Q2018-08-09fiscal Q2 201831800001564590-18-021024
10-Q2018-05-08fiscal Q1 201732660001564590-18-011781
10-K2018-03-13fiscal FY 201729600001564590-18-005461
10-Q2017-11-07fiscal Q3 201727720001564590-17-022215
10-Q2017-08-08fiscal Q2 201728740001178253-17-000015
10-Q2017-05-08fiscal Q1 201732660001178253-17-000007
10-K2017-03-13fiscal FY 2016361240001178253-17-000001
10-Q2016-11-07fiscal Q3 201628720001628280-16-020925
10-Q2016-08-08fiscal Q2 201629760001628280-16-018653
10-Q2016-05-09fiscal Q1 201628580001628280-16-015866
10-K2016-03-07fiscal FY 201538790001178253-16-000144
10-Q2015-11-13fiscal Q3 2015351000001178253-15-000130
10-Q2015-08-19fiscal Q2 201533960001178253-15-000087
10-Q2015-05-15fiscal Q1 201535720001178253-15-000055
10-K2015-03-30fiscal FY 201437760001178253-15-000034
10-Q2014-11-13fiscal Q3 2014361060001178253-14-000020
10-Q2014-08-13fiscal Q2 2014361060001193125-14-307674
10-Q/A2014-07-11fiscal Q1 201438760001193125-14-266334

Inspect the source

Entity
SCYNEXIS, Inc. / CIK 0001178253
Captured
2026-09-20T07:44:59.923Z
SEC response SHA-256
11e5d07e5edc881f4c49cfd95cb61b14f4a558135b0fcb5a9396b18a87fad4df

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