Skip to content

United Cannabis Corp: filings

Every United Cannabis 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-14

The latest filing in this captured record is a 10-Q filed 2019-11-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. United Cannabis 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-14fiscal Q3 2019381080001553350-19-001186
10-Q2019-08-14fiscal Q2 2019381040001553350-19-000826
10-Q2019-05-16fiscal Q1 201937770001553350-19-000559
10-K2019-03-28fiscal FY 201837760001553350-19-000273
10-Q2018-11-09fiscal Q3 201837970001553350-18-001200
10-Q2018-08-14fiscal Q2 201837960001553350-18-000936
10-Q2018-05-15fiscal Q1 201836720001553350-18-000547
10-K2018-03-29fiscal FY 201738690001553350-18-000252
10-Q2017-11-16fiscal Q3 201736870001553350-17-001248
10-Q2017-08-14fiscal Q2 201733850001553350-17-000929
10-Q2017-05-15fiscal Q1 201728560001553350-17-000602
10-K2017-03-14fiscal FY 201624510001553350-17-000260
10-Q2016-11-16fiscal Q3 201621610001553350-16-002689
10-Q2016-08-18fiscal Q2 201621610001553350-16-002397
10-Q2016-05-23fiscal Q1 201621450001553350-16-002073
10-K2016-05-02fiscal FY 201525530001553350-16-001959
10-Q2015-11-16fiscal Q3 201525730001553350-15-001245
10-Q2015-08-14fiscal Q2 201528690001553350-15-000872
10-Q2015-05-20fiscal Q1 201529500001553350-15-000537
10-K2015-04-15fiscal FY 201433510001553350-15-000363
10-Q2014-11-19fiscal Q3 201432650001553350-14-001421
10-Q2014-08-19fiscal Q2 201425540001553350-14-000985
10-Q2014-05-15fiscal Q1 201422380001553350-14-000548
10-K2014-02-18fiscal FY 201326540001308411-14-000038
10-Q2013-11-13fiscal Q3 201324640001308411-13-000299
10-Q2013-07-19fiscal Q2 201323620001308411-13-000221
10-Q2013-05-20fiscal Q1 201321440001308411-13-000173
10-K2013-05-20fiscal FY 201223470001308411-13-000171
10-Q/A2013-05-09fiscal Q3 201220560001308411-13-000133
10-Q/A2013-05-08fiscal Q2 201220560001308411-13-000131
10-Q/A2013-05-08fiscal Q1 201221440001308411-13-000129
10-Q2012-11-14fiscal Q3 201220560001308411-12-000160
10-Q2012-11-06fiscal Q1 201221440001308411-12-000150
10-Q2012-11-02fiscal Q2 201220560001308411-12-000146

Inspect the source

Entity
United Cannabis Corp / CIK 0001436161
Captured
SEC response SHA-256
48d2cf35c378d7ddbc82b8ab99896844e6c2319227f83514b6d1f1fba0fbfac9

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