Skip to content

OCEAN BIO CHEM INC: filings

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

Filing record ends 2022-08-04

The latest filing in this captured record is a 10-Q filed 2022-08-04. No later filing is in the SEC companyfacts record captured on 2026-09-22. OCEAN BIO CHEM 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-Q2022-08-04fiscal Q2 2022471250001213900-22-044601
10-Q2022-05-16fiscal Q1 202245920001213900-22-026812
10-K2022-03-31fiscal FY 202150990001213900-22-016505
10-Q2021-11-15fiscal Q3 2021481370001213900-21-059044
10-Q2021-08-16fiscal Q2 2021461320001213900-21-042720
10-Q2021-05-14fiscal Q1 202147960001213900-21-026321
10-K2021-03-29fiscal FY 202046940001213900-21-018281
10-Q2020-11-13fiscal Q3 2020451260001213900-20-036895
10-Q2020-08-14fiscal Q2 2020451260001213900-20-022059
10-Q2020-05-15fiscal Q1 202043900001213900-20-012453
10-K2020-03-30fiscal FY 201947950001213900-20-007739
10-Q2019-11-14fiscal Q3 2019441230001213900-19-023357
10-Q2019-08-14fiscal Q2 2019441230001213900-19-015672
10-Q2019-05-15fiscal Q1 201943890001213900-19-008695
10-K2019-03-29fiscal FY 201847960001213900-19-005188
10-Q2018-11-14fiscal Q3 2018451260001213900-18-015662
10-Q2018-08-14fiscal Q2 2018451250001213900-18-010922
10-Q2018-05-15fiscal Q1 201840820001213900-18-006215
10-K2018-03-30fiscal FY 201742880001213900-18-003739
10-Q2017-11-14fiscal Q3 2017361050001213900-17-012010
10-Q2017-08-14fiscal Q2 2017391080001213900-17-008620
10-Q2017-05-15fiscal Q1 201737770001213900-17-005192
10-K2017-03-31fiscal FY 201641840001213900-17-003152
10-Q2016-11-14fiscal Q3 201634920001213900-16-018384
10-Q2016-08-12fiscal Q2 201634920001213900-16-015833
10-Q2016-05-16fiscal Q1 201634690001213900-16-013366
10-K2016-03-30fiscal FY 201540810001213900-16-012017
10-Q2015-11-13fiscal Q3 2015371020001213900-15-008549
10-Q2015-08-14fiscal Q2 2015381030001213900-15-006154
10-Q2015-05-15fiscal Q1 201537760001213900-15-003797
10-K2015-03-31fiscal FY 201440820001213900-15-002276
10-Q2014-11-14fiscal Q3 2014391050001213900-14-008177
10-Q2014-08-14fiscal Q2 2014391040001213900-14-005816
10-Q2014-05-15fiscal Q1 201440830001213900-14-003313
10-K2014-03-31fiscal FY 201341850001213900-14-001908
10-Q2013-11-14fiscal Q3 2013391040001213900-13-006376
10-Q2013-08-14fiscal Q2 2013391040001213900-13-004307
10-Q2013-05-15fiscal Q1 201339780001213900-13-002571
10-K2013-04-01fiscal FY 201241840001213900-13-001468
10-Q2012-11-14fiscal Q3 2012391060001213900-12-006122
10-Q2012-08-14fiscal Q2 2012391060001213900-12-004510
10-Q2012-05-15fiscal Q1 201237750001144204-12-029264
10-K2012-03-30fiscal FY 201136730001144204-12-018741
10-Q2011-11-14fiscal Q3 201136970001144204-11-064185
10-Q2011-08-15fiscal Q2 201135960001144204-11-046577

Inspect the source

Entity
OCEAN BIO CHEM INC / CIK 0000350737
Captured
SEC response SHA-256
d993ca4e9fbed6ac103939f60c3c04126c480d4beae0c01774af735d48999c73

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