Skip to content

SENOMYX INC: filings

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

Filing record ends 2018-08-02

The latest filing in this captured record is a 10-Q filed 2018-08-02. No later filing is in the SEC companyfacts record captured on 2026-09-23. SENOMYX 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-Q2018-08-02fiscal Q2 201826680001437749-18-014315
10-Q2018-04-26fiscal Q1 201826540001437749-18-007830
10-K2018-03-08fiscal FY 2017301040001437749-18-004201
10-Q2017-11-02fiscal Q3 201724660001437749-17-018151
10-Q2017-07-27fiscal Q2 201724660001437749-17-013214
10-Q2017-04-27fiscal Q1 201724500001437749-17-007315
10-K2017-03-02fiscal FY 201627950001437749-17-003670
10-Q2016-10-27fiscal Q3 201624660001437749-16-040453
10-Q2016-07-28fiscal Q2 201624660001437749-16-035880
10-Q2016-04-28fiscal Q1 201624500001437749-16-030245
10-K2016-03-03fiscal FY 201527950001437749-16-026749
10-Q2015-10-29fiscal Q3 201524660001437749-15-019048
10-Q2015-07-30fiscal Q2 201524660001437749-15-014288
10-Q2015-04-30fiscal Q1 201524490001437749-15-008353
10-K2015-02-26fiscal FY 201427940001437749-15-003459
10-Q2014-11-06fiscal Q3 201422620001437749-14-019681
10-Q2014-07-31fiscal Q2 201422620001104659-14-055244
10-Q2014-05-01fiscal Q1 201422460001104659-14-033052
10-K2014-03-13fiscal FY 201325900001104659-14-018984
10-Q2013-11-12fiscal Q3 201322620001104659-13-083295
10-Q2013-08-01fiscal Q2 201322620001104659-13-058677
10-Q2013-04-25fiscal Q1 201322460001104659-13-032726
10-K2013-03-15fiscal FY 201225900001104659-13-020884
10-Q2012-11-08fiscal Q3 201222620001104659-12-075725
10-Q2012-08-07fiscal Q2 201222620001104659-12-055002
10-Q2012-05-03fiscal Q1 201224500001104659-12-032399
10-K2012-03-01fiscal FY 201124660001104659-12-014805
10-Q2011-10-27fiscal Q3 201121620001104659-11-058282
10-Q2011-08-05fiscal Q2 201124680001104659-11-044030

Inspect the source

Entity
SENOMYX INC / CIK 0001123979
Captured
SEC response SHA-256
92fd1cfc625277ed67fd58f68923f9dc91f56ea827cc7adeeca688bb4b766aba

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