Skip to content

Applied BioSciences Corp.: filings

Every Applied BioSciences Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 21 filings, each linked to its SEC index.

Filing record ends 2020-02-18

The latest filing in this captured record is a 10-Q filed 2020-02-18. No later filing is in the SEC companyfacts record captured on 2026-09-22. Applied BioSciences 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-Q2020-02-18fiscal Q3 2020381020001477932-20-000724
10-Q2019-11-14fiscal Q2 202035940001477932-19-006510
10-Q2019-08-14fiscal Q1 202032650001477932-19-004761
10-K2019-07-01fiscal FY 201936690001477932-19-003830
10-Q2019-02-13fiscal Q3 201932880001477932-19-000451
10-Q2018-11-14fiscal Q2 201931750001477932-18-005520
10-Q2018-08-14fiscal Q1 201929520001477932-18-004007
10-K2018-06-28fiscal FY 201830560001477932-18-003243
10-Q2018-02-14fiscal Q3 201830660001477932-18-000820
10-Q2017-11-14fiscal Q2 201828600001477932-17-005573
10-Q2017-08-11fiscal Q1 201826380001477932-17-003815
10-K2017-06-29fiscal FY 201728460001477932-17-003083
10-Q2017-02-15fiscal Q3 201720310001477932-17-000800
10-Q2016-11-17fiscal Q2 201714320001477932-16-013632
10-Q2016-08-23fiscal Q1 201714260001477932-16-012204
10-K2016-07-28fiscal FY 201614270001477932-16-011547
10-Q2016-02-02fiscal Q3 201614320001477932-16-008382
10-Q2015-11-10fiscal Q2 201613300001477932-15-006833
10-Q2015-08-19fiscal Q1 201613240001477932-15-005434
10-K2015-06-29fiscal FY 201513220001477932-15-004116
10-Q2015-02-26fiscal Q3 201512200001477932-15-001411

Inspect the source

Entity
Applied BioSciences Corp. / CIK 0001607549
Captured
SEC response SHA-256
715c0cc386ec5b8c498b730187d30c3f0d728a56a0eeb75176cb4e8ec4b34fb3

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