Skip to content

OWC Pharmaceutical Research Corp.: filings

Every OWC Pharmaceutical Research 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-11-13

The latest filing in this captured record is a 10-Q filed 2019-11-13. No later filing is in the SEC companyfacts record captured on 2026-09-22. OWC Pharmaceutical Research 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-11-13fiscal Q3 201933890001493152-19-017031
10-Q2019-08-13fiscal Q2 201933910001493152-19-012204
10-Q2019-05-15fiscal Q1 201929560001493152-19-007298
10-K2019-04-01fiscal FY 201828560001493152-19-004459
10-Q2018-11-08fiscal Q3 201832880001493152-18-015471
10-Q2018-08-16fiscal Q2 201830800001493152-18-012150
10-Q2018-05-15fiscal Q1 201825510001493152-18-007047
10-K2018-04-16fiscal FY 201727550001493152-18-005233
10-Q2017-11-14fiscal Q3 201724580001493152-17-013143
10-Q2017-10-10fiscal Q2 201724580001493152-17-011434
10-K2017-10-06fiscal FY 201629580001493152-17-011357
10-Q2017-08-21fiscal Q2 201724580001493152-17-009651
10-K2017-07-21fiscal FY 201629580001493152-17-008063
10-Q2017-05-18fiscal Q1 201721410001295345-17-000150
10-K2017-04-17fiscal FY 201629580001493152-17-004033
10-Q2016-11-14fiscal Q3 201622560001295345-16-000753
10-Q2016-10-24fiscal Q2 201616420001295345-16-000721
10-Q2016-10-18fiscal Q2 201616420001295345-16-000713
10-Q2016-08-29fiscal Q2 201616420001295345-16-000656
10-K2016-08-16fiscal FY 201521420001295345-16-000623
10-Q2016-05-16fiscal Q1 201615290001295345-16-000569
10-K2016-04-14fiscal FY 201521420001295345-16-000509
10-Q2015-11-13fiscal Q3 201521540001295345-15-000332
10-Q2015-08-17fiscal Q2 201520500001295345-15-000227
10-Q2015-05-15fiscal Q1 201518360001295345-15-000138
10-K2015-04-01fiscal FY 201418360001295345-15-000082
10-Q2014-11-14fiscal Q3 201418570001295345-14-000326
10-Q2014-07-29fiscal Q2 201413410001295345-14-000181
10-Q2014-05-08fiscal Q1 201412320001295345-14-000094
10-K2014-03-21fiscal FY 201313340001295345-14-000048
10-Q2013-11-07fiscal Q3 201315480001295345-13-000185
10-Q2013-08-12fiscal Q2 201315510001295345-13-000135
10-Q2013-05-14fiscal Q1 201312320001295345-13-000091
10-K/A2013-04-16fiscal FY 201212320001295345-13-000053

Inspect the source

Entity
OWC Pharmaceutical Research Corp. / CIK 0001431934
Captured
SEC response SHA-256
5a62036473d89e622be102a608ba10aaa02db1a8778e5f34f9de1894da63b491

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