Skip to content

LNPR GROUP INC.: filings

Every LNPR GROUP INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 39 filings, each linked to its SEC index.

Filing record ends 2023-11-14

The latest filing in this captured record is a 10-Q filed 2023-11-14. No later filing is in the SEC companyfacts record captured on 2026-09-23. LNPR GROUP 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-Q2023-11-14fiscal Q3 202326800001683168-23-008099
10-Q2023-08-14fiscal Q2 202326780001683168-23-005707
10-Q2023-05-18fiscal Q1 202324500001683168-23-003526
10-K2023-03-31fiscal FY 202224500001683168-23-002005
10-Q2022-11-18fiscal Q3 202227820001683168-22-007884
10-Q2019-11-27fiscal Q3 201919440001683168-19-003846
10-Q2019-11-27fiscal Q2 201919500001683168-19-003844
10-Q2019-11-27fiscal Q1 201919380001683168-19-003842
10-K2019-11-27fiscal FY 201825510001683168-19-003840
10-Q2019-11-27fiscal Q3 201819500001683168-19-003838
10-Q2019-11-27fiscal Q2 201819500001683168-19-003836
10-Q2019-11-27fiscal Q1 201819380001683168-19-003834
10-K2019-11-27fiscal FY 201725510001683168-19-003832
10-Q2017-11-28fiscal Q3 201717380001640334-17-002533
10-Q2017-08-11fiscal Q2 201717380001640334-17-001634
10-Q2017-05-15fiscal Q1 201717320001640334-17-000950
10-K2017-04-17fiscal FY 201620400001640334-17-000742
10-Q2016-11-14fiscal Q3 201614340001079974-16-001670
10-Q2016-08-22fiscal Q2 201614330001079974-16-001532
10-Q2016-05-23fiscal Q1 201614270001079974-16-001240
10-K2016-04-08fiscal FY 201516320001079974-16-001107
10-Q2015-11-16fiscal Q3 201517390001079974-15-000746
10-Q2015-08-14fiscal Q2 201517410001079974-15-000538
10-Q2015-05-20fiscal Q1 201516290001079974-15-000388
10-Q2014-11-14fiscal Q3 201414340001079974-14-000807
10-Q2014-08-19fiscal Q2 201414320001079974-14-000642
10-Q2014-05-19fiscal Q1 201413270001079974-14-000423
10-K2014-04-07fiscal FY 201315440001079974-14-000213
10-Q2013-11-05fiscal Q3 201313410001079974-13-000683
10-Q2013-08-19fiscal Q2 201313390001079974-13-000528
10-Q2013-05-15fiscal Q1 201313290001079974-13-000265
10-K/A2013-05-01fiscal FY 201214410001079974-13-000222
10-Q/A2013-01-11fiscal Q3 201215500001079974-13-000008
10-K/A2013-01-11fiscal FY 201112320001079974-13-000007
10-Q2012-11-14fiscal Q3 201215500001079974-12-000591
10-Q2012-08-14fiscal Q2 201214480001079974-12-000373
10-Q2012-05-15fiscal Q1 201213390001079974-12-000218
10-K2012-04-17fiscal FY 201112320001079974-12-000152
10-K2012-04-16fiscal FY 201112210001079974-12-000151

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
LNPR GROUP INC. / CIK 0001454510
Captured
SEC response SHA-256
930e514a3085a1a590231405a99fefd7952e46690d047f0508c8765eac207e97

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