Skip to content

GWG Holdings, Inc.: filings

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

Filing record ends 2021-11-19

The latest filing in this captured record is a 10-Q filed 2021-11-19. No later filing is in the SEC companyfacts record captured on 2026-09-22. GWG 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-Q2021-11-19fiscal Q3 202129840001522690-21-000017
10-Q2021-11-12fiscal Q2 202129840001522690-21-000014
10-Q2021-11-10fiscal Q1 202129620001522690-21-000012
10-K2021-11-05fiscal FY 2020351490001522690-21-000008
10-Q2020-11-19fiscal Q3 202029840001522690-20-000014
10-Q2020-08-14fiscal Q2 202029840001522690-20-000008
10-Q2020-05-15fiscal Q1 202030580001213900-20-012627
10-K2020-03-27fiscal FY 201933600001213900-20-007722
10-Q2019-11-14fiscal Q3 201929930001213900-19-023503
10-Q2019-09-03fiscal Q2 201929910001213900-19-017088
10-Q2019-08-05fiscal Q1 201930590001213900-19-014582
10-K2019-07-09fiscal FY 201829550001213900-19-012331
10-Q/A2019-04-22fiscal Q3 201828890001213900-19-006804
10-Q2018-11-19fiscal Q3 201828910001213900-18-016184
10-Q2018-08-14fiscal Q2 201827890001213900-18-011020
10-Q2018-05-11fiscal Q1 201827550001213900-18-005889
10-K2018-03-29fiscal FY 201730600001213900-18-003608
10-Q2017-11-09fiscal Q3 201725790001213900-17-011623
10-Q2017-08-10fiscal Q2 201725880001213900-17-008423
10-Q2017-05-12fiscal Q1 201727570001213900-17-005020
10-K2017-03-15fiscal FY 201627560001213900-17-002381
10-Q2016-11-10fiscal Q3 201626890001213900-16-018237
10-Q2016-08-12fiscal Q2 201626920001213900-16-015815
10-Q2016-05-13fiscal Q1 201627580001213900-16-013276
10-K2016-03-22fiscal FY 201527560001213900-16-011794
10-Q2015-11-13fiscal Q3 201526880001213900-15-008516
10-Q2015-08-13fiscal Q2 201524820001213900-15-006053
10-Q2015-05-14fiscal Q1 201523470001213900-15-003707
10-K2015-03-13fiscal FY 201427540001213900-15-001762
10-Q2014-11-13fiscal Q3 201423810001213900-14-008040
10-Q2014-08-08fiscal Q2 201423800001213900-14-005522
10-Q2014-05-06fiscal Q1 201419390001213900-14-002875
10-K2014-03-20fiscal FY 201324480001213900-14-001557
10-Q2013-10-30fiscal Q3 201319620001213900-13-005978
10-Q2013-08-14fiscal Q2 201319630001213900-13-004313
10-Q2013-05-09fiscal Q1 201319400001213900-13-002336
10-K2013-04-01fiscal FY 201223470001213900-13-001479
10-Q2012-11-14fiscal Q3 201222770001213900-12-006128
10-Q2012-08-14fiscal Q2 201222750001213900-12-004504
10-Q/A2012-06-13fiscal Q1 201222460001213900-12-003286

Inspect the source

Entity
GWG Holdings, Inc. / CIK 0001522690
Captured
SEC response SHA-256
64c582e7e0b014dbe60cb88e89a5634a1058fcd8259e4d31f527081ed734360c

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