Skip to content

BENEFITFOCUS, INC.: filings

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

Filing record ends 2022-11-09

The latest filing in this captured record is a 10-Q filed 2022-11-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. BENEFITFOCUS, 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-11-09fiscal Q3 2022421280000950170-22-023355
10-Q2022-08-05fiscal Q2 2022421240001564590-22-028209
10-Q2022-05-05fiscal Q1 202237760001564590-22-018289
10-K2022-03-04fiscal FY 2021481270001564590-22-008597
10-Q2021-11-04fiscal Q3 2021381110001564590-21-054582
10-Q2021-08-05fiscal Q2 2021381090001564590-21-041019
10-Q2021-05-06fiscal Q1 202138770001564590-21-024356
10-K2021-03-10fiscal FY 2020481260001564590-21-011839
10-Q2020-11-09fiscal Q3 2020381110001564590-20-052460
10-Q2020-08-06fiscal Q2 2020381070001564590-20-037901
10-Q2020-05-08fiscal Q1 202038770001564590-20-023089
10-K2020-03-05fiscal FY 2019471610001564590-20-008764
10-Q2019-11-07fiscal Q3 2019381100001564590-19-041727
10-Q2019-08-07fiscal Q2 2019381060001564590-19-029950
10-Q2019-05-02fiscal Q1 201938760001564590-19-015243
10-K2019-02-26fiscal FY 2018451580001564590-19-004453
10-Q2018-11-02fiscal Q3 2018371080001564590-18-026452
10-Q2018-08-03fiscal Q2 2018361040001564590-18-019193
10-Q2018-05-08fiscal Q1 201832660001564590-18-011913
10-K2018-03-15fiscal FY 2017431530001564590-18-005797
10-Q2017-11-03fiscal Q3 2017351000001564590-17-021425
10-Q2017-08-04fiscal Q2 2017351000001564590-17-015554
10-Q2017-04-28fiscal Q1 201735720001564590-17-007674
10-K2017-02-24fiscal FY 2016431530001564590-17-002411
10-Q2016-11-04fiscal Q3 2016351000001564590-16-027563
10-Q2016-08-04fiscal Q2 2016351000001564590-16-022620
10-Q2016-05-05fiscal Q1 201634700001193125-16-579244
10-K2016-02-25fiscal FY 2015431520001193125-16-478532
10-Q2015-11-05fiscal Q3 2015361000001193125-15-367694
10-Q2015-08-03fiscal Q2 2015361000001193125-15-275023
10-Q2015-05-06fiscal Q1 201535720001193125-15-174616
10-K2015-02-27fiscal FY 2014461560001193125-15-070241
10-Q2014-11-07fiscal Q3 2014371030001193125-14-403033
10-Q2014-08-08fiscal Q2 2014371030001193125-14-302564
10-Q2014-05-08fiscal Q1 201436740001193125-14-190265
10-K2014-03-21fiscal FY 2013472040001193125-14-108654
10-Q/A2014-03-21fiscal Q3 2013411110001193125-14-108636
10-Q2013-11-12fiscal Q3 2013401070001193125-13-438265

Inspect the source

Entity
BENEFITFOCUS, INC. / CIK 0001576169
Captured
SEC response SHA-256
03afb33fc9f8efd384e014f0ff92435ecee05a93092239ddd696276794ab9086

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