Skip to content

Rightscorp, Inc.: filings

Every Rightscorp, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 26 filings, each linked to its SEC index.

Filing record ends 2017-11-14

The latest filing in this captured record is a 10-Q filed 2017-11-14. No later filing is in the SEC companyfacts record captured on 2026-09-23. Rightscorp, 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-Q2017-11-14fiscal Q3 201727710001683168-17-003021
10-Q2017-08-14fiscal Q2 201722590001683168-17-002110
10-Q2017-05-15fiscal Q1 201725480001493152-17-005358
10-K2017-04-14fiscal FY 201624500001493152-17-003872
10-Q2016-11-14fiscal Q3 201624640001493152-16-015105
10-Q2016-08-15fiscal Q2 201625650001493152-16-012465
10-Q2016-05-16fiscal Q1 201624480001493152-16-009926
10-K2016-03-30fiscal FY 201526500001493152-16-008424
10-Q2015-11-16fiscal Q3 201529750001493152-15-005462
10-Q2015-08-14fiscal Q2 201529730001493152-15-003742
10-Q2015-05-07fiscal Q1 201527520001493152-15-001807
10-K2015-03-10fiscal FY 201430610001493152-15-000774
10-Q2014-11-14fiscal Q3 201429770001493152-14-003706
10-Q2014-08-13fiscal Q2 201428760001493152-14-002487
10-Q2014-05-13fiscal Q1 201427540001493152-14-001440
10-K2014-03-25fiscal FY 201328570001493152-14-000813
10-K2013-12-30fiscal FY 201316410001493152-13-002806
10-Q2013-08-13fiscal Q3 201313340001524777-13-000333
10-Q2013-05-15fiscal Q2 201314350001524777-13-000223
10-Q2013-02-13fiscal Q1 201313270001524777-13-000056
10-K2012-12-31fiscal FY 201211260001524777-12-000496
10-Q/A2012-09-11fiscal Q3 201213330001524777-12-000336
10-Q2012-05-17fiscal Q2 20128230001524777-12-000188
10-Q2012-02-16fiscal Q1 20128180001127855-12-000074
10-K2011-12-27fiscal FY 201110260001127855-11-000706
10-Q2011-08-15fiscal Q3 20118150001127855-11-000401

Inspect the source

Entity
Rightscorp, Inc. / CIK 0001506270
Captured
SEC response SHA-256
77ab9828787af71ff641ea9a2d17ae56c461b0e2a1a590b57462fece404163cf

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