Skip to content

LGBTQ LOYALTY HOLDINGS, INC.: filings

Every LGBTQ LOYALTY HOLDINGS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 44 filings, each linked to its SEC index.

Filing record ends 2022-12-09

The latest filing in this captured record is a 10-Q filed 2022-12-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. LGBTQ LOYALTY HOLDINGS, 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-Q2022-12-09fiscal Q3 202229910001493152-22-034988
10-Q/A2022-11-14fiscal Q2 202226720001493152-22-031566
10-Q2022-10-17fiscal Q2 202226720001493152-22-028558
10-Q2022-05-25fiscal Q1 202223470001493152-22-015011
10-K2022-04-15fiscal FY 202128530001493152-22-010127
10-Q2021-11-12fiscal Q3 202127760001493152-21-028151
10-Q2021-08-16fiscal Q2 202126660001493152-21-020055
10-Q2021-05-17fiscal Q1 202126490001493152-21-011909
10-K2021-04-15fiscal FY 202029550001493152-21-008914
10-Q2020-11-16fiscal Q3 202029750001493152-20-021711
10-Q2020-08-14fiscal Q2 202029740001493152-20-015939
10-Q2020-07-06fiscal Q1 202027520001493152-20-012641
10-K2020-05-14fiscal FY 201929520001493152-20-008793
10-Q2019-11-14fiscal Q3 201927790001493152-19-017349
10-Q2019-08-14fiscal Q2 201927720001213900-19-015799
10-Q2019-05-17fiscal Q1 201921430001615774-19-008113
10-K2019-04-16fiscal FY 201826490001615774-19-005830
10-Q2018-12-31fiscal Q3 201824610001615774-18-015192
10-Q2018-08-20fiscal Q2 201826650001615774-18-008370
10-Q2018-05-15fiscal Q1 201825480001615774-18-003883
10-K2018-04-20fiscal FY 201722440001615774-18-002742
10-Q2017-11-13fiscal Q3 201716470001615774-17-006446
10-Q2017-08-21fiscal Q2 201716480001615774-17-004585
10-Q2017-05-22fiscal Q1 201717360001615774-17-002582
10-K2017-04-18fiscal FY 201627500001615774-17-001739
10-Q2016-11-21fiscal Q3 201620560001615774-16-008498
10-Q2016-08-15fiscal Q2 201619550001615774-16-006789
10-Q2016-05-23fiscal Q1 201621420001615774-16-005570
10-K2016-04-15fiscal FY 201529560001615774-16-004984
10-Q2015-11-13fiscal Q3 201521640001615774-15-003255
10-Q2015-08-19fiscal Q2 201523650001615774-15-002338
10-Q2015-05-20fiscal Q1 201524480001615774-15-001167
10-K2015-04-15fiscal FY 201435680001615774-15-000760
10-Q2014-11-18fiscal Q3 201427720001477932-14-006391
10-Q2014-08-19fiscal Q2 201427690001477932-14-004638
10-Q2014-05-13fiscal Q1 201428530001477932-14-002458
10-K2014-04-14fiscal FY 201337650001477932-14-001696
10-Q2013-11-19fiscal Q3 201328680001477932-13-005748
10-Q2013-08-14fiscal Q2 201327660001477932-13-003672
10-Q2013-05-07fiscal Q1 201326580001477932-13-002196
10-K2013-04-12fiscal FY 201225610001477932-13-001731
10-Q2012-11-14fiscal Q3 201224710001477932-12-004385
10-Q2012-07-30fiscal Q2 201216400001477932-12-002519
10-Q2012-05-09fiscal Q1 201213270001477932-12-001409

Inspect the source

Entity
LGBTQ LOYALTY HOLDINGS, INC. / CIK 0001510247
Captured
SEC response SHA-256
f25a43d5fb7a0b115537275564c0139020b9b5f3b2e560c794fdda7e6c2c2bf6

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