Skip to content

Probility Media Corporation: filings

Every Probility Media Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 22 filings, each linked to its SEC index.

Filing record ends 2018-10-26

The latest filing in this captured record is a 10-Q filed 2018-10-26. No later filing is in the SEC companyfacts record captured on 2026-09-22. Probility Media Corporation 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-Q2018-10-26fiscal Q3 201838980001683168-18-003153
10-Q2018-06-19fiscal Q2 201838980001683168-18-001748
10-Q2018-06-06fiscal Q1 201838760001683168-18-001610
10-K2018-04-16fiscal FY 201743870001683168-18-001006
10-Q2017-09-27fiscal Q3 201736940001683168-17-002492
10-Q2017-06-19fiscal Q2 201734890001683168-17-001623
10-Q2017-03-22fiscal Q1 201733650001683168-17-000641
10-K2017-02-15fiscal FY 201636730001683168-17-000364
10-Q2016-10-24fiscal Q1 201715300001683168-16-000360
10-K2016-09-13fiscal FY 201621440001683168-16-000094
10-Q2016-05-09fiscal Q3 201618480001019687-16-006154
10-Q2016-05-06fiscal Q2 201618480001019687-16-006136
10-Q2016-04-22fiscal Q1 201616340001019687-16-005969
10-K2016-01-22fiscal FY 201520370001640334-16-000606
10-Q2015-06-15fiscal Q3 201522590001557240-15-000415
10-Q2015-06-15fiscal Q2 201520540001557240-15-000413
10-Q2015-06-15fiscal Q1 201519390001557240-15-000411
10-K2015-06-15fiscal FY 201420420001557240-15-000409
10-Q2014-04-15fiscal Q3 201419500001557240-14-000200
10-Q2014-01-14fiscal Q2 201418480001557240-14-000013
10-Q2013-10-15fiscal Q1 201417350001557240-13-000316
10-K2013-08-29fiscal FY 201319460001557240-13-000244

Inspect the source

Entity
Probility Media Corporation / CIK 0001530981
Captured
SEC response SHA-256
f67bb20605ca439c32de933b295058f5ba28028461c4d7ba543d5f224d4bc680

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