Skip to content

CAMBREX CORP: filings

Every CAMBREX CORP annual and quarterly report in the SEC record with the published financial measures it tagged, 34 filings, each linked to its SEC index.

Filing record ends 2019-10-31

The latest filing in this captured record is a 10-Q filed 2019-10-31. No later filing is in the SEC companyfacts record captured on 2026-09-22. CAMBREX CORP 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-Q2019-10-31fiscal Q3 2019501380001564590-19-039033
10-Q2019-08-07fiscal Q2 2019501380001564590-19-029675
10-Q2019-05-02fiscal Q1 2019501010001564590-19-015031
10-K2019-02-13fiscal FY 2018552000001564590-19-002751
10-Q2018-11-08fiscal Q3 2018451230001564590-18-028270
10-Q2018-08-02fiscal Q2 2018441220001564590-18-018670
10-Q2018-05-03fiscal Q1 201842860001564590-18-010486
10-K2018-02-08fiscal FY 2017501810001437749-18-001987
10-Q2017-11-07fiscal Q3 2017421160001437749-17-018451
10-Q2017-08-04fiscal Q2 2017421160001437749-17-013739
10-Q2017-05-04fiscal Q1 201742880001437749-17-007909
10-K2017-02-03fiscal FY 2016501820001437749-17-001571
10-Q2016-11-04fiscal Q3 2016421200001437749-16-041070
10-Q2016-07-28fiscal Q2 2016421200001437749-16-035811
10-Q2016-04-29fiscal Q1 201642880001437749-16-030274
10-K2016-02-09fiscal FY 2015501820001437749-16-024955
10-Q2015-11-03fiscal Q3 2015421200001437749-15-019417
10-Q2015-07-30fiscal Q2 2015421200001437749-15-014307
10-Q2015-05-01fiscal Q1 201541860001140361-15-017152
10-K2015-02-06fiscal FY 2014491790001140361-15-004505
10-Q2014-10-30fiscal Q3 2014411180001140361-14-039481
10-Q2014-08-01fiscal Q2 2014421220001140361-14-030351
10-Q2014-05-02fiscal Q1 201442880001140361-14-018411
10-K2014-02-11fiscal FY 2013501810001140361-14-005709
10-Q2013-11-01fiscal Q3 2013431210001140361-13-040217
10-Q2013-08-01fiscal Q2 2013421170001140361-13-029816
10-Q2013-05-03fiscal Q1 201342860001140361-13-018651
10-K2013-02-07fiscal FY 2012481750001140361-13-005273
10-Q2012-11-05fiscal Q3 2012421160001140361-12-045669
10-Q2012-08-02fiscal Q2 2012411140001140361-12-034762
10-Q2012-05-04fiscal Q1 201240820001140361-12-022927
10-K2012-02-07fiscal FY 2011401060001140361-12-005719
10-Q2011-11-04fiscal Q3 2011381040001140361-11-051774
10-Q2011-08-04fiscal Q2 2011381040001140361-11-039509

Inspect the source

Entity
CAMBREX CORP / CIK 0000820081
Captured
SEC response SHA-256
1642d33babea87819791802b3492dda0313661948043e5bd6609760a02dd83ab

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