Skip to content

Benefytt Technologies, Inc.: filings

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

Filing record ends 2020-08-10

The latest filing in this captured record is a 10-Q filed 2020-08-10. No later filing is in the SEC companyfacts record captured on 2026-09-22. Benefytt Technologies, 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-Q2020-08-10fiscal Q2 2020411140001561387-20-000013
10-Q2020-05-11fiscal Q1 202039800001561387-20-000009
10-K2020-03-04fiscal FY 2019471170001561387-20-000002
10-Q2019-11-12fiscal Q3 2019401100001561387-19-000012
10-Q2019-08-06fiscal Q2 2019381060001561387-19-000010
10-Q2019-05-07fiscal Q1 201938780001561387-19-000008
10-K2019-03-14fiscal FY 2018431170001561387-19-000004
10-Q2018-10-30fiscal Q3 2018361020001561387-18-000009
10-Q2018-08-02fiscal Q2 201832940001561387-18-000006
10-Q2018-05-03fiscal Q1 201832680001628280-18-005866
10-K2018-03-01fiscal FY 201738780001628280-18-002644
10-Q2017-11-02fiscal Q3 201730890001628280-17-010693
10-Q2017-08-04fiscal Q2 201730890001628280-17-008097
10-Q2017-05-04fiscal Q1 201730630001493152-17-004764
10-K2017-03-02fiscal FY 201636730001493152-17-002078
10-Q2016-11-03fiscal Q3 201630890001493152-16-014488
10-Q2016-08-08fiscal Q2 201631930001493152-16-012085
10-Q2016-05-09fiscal Q1 201631650001493152-16-009558
10-K2016-03-08fiscal FY 201536750001564590-16-014141
10-Q2015-11-09fiscal Q3 201532980001564590-15-010220
10-Q2015-08-11fiscal Q2 201531930001564590-15-007017
10-Q2015-05-14fiscal Q1 201532660001564590-15-004330
10-K2015-03-18fiscal FY 201440800001564590-15-001805
10-Q2014-11-19fiscal Q3 2014321000001564590-14-005872
10-Q2014-08-12fiscal Q2 201429880001564590-14-003570
10-Q2014-05-13fiscal Q1 201429640001564590-14-002119
10-K2014-03-25fiscal FY 201340760001564590-14-000991
10-Q2013-11-14fiscal Q3 201335910001564590-13-001334
10-Q2013-08-14fiscal Q2 201338990001564590-13-000368
10-Q/A2013-08-13fiscal Q1 201336730001193125-13-332739
10-Q2013-05-15fiscal Q1 201337740001193125-13-222230

Inspect the source

Entity
Benefytt Technologies, Inc. / CIK 0001561387
Captured
SEC response SHA-256
ae6ec9e94637a50b0844585656dbb00da52ff483d506ed76d71978935532a6b1

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