Skip to content

Bravo Brio Restaurant Group, Inc.: filings

Every Bravo Brio Restaurant Group, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 28 filings, each linked to its SEC index.

Filing record ends 2018-05-04

The latest filing in this captured record is a 10-Q filed 2018-05-04. No later filing is in the SEC companyfacts record captured on 2026-09-22. Bravo Brio Restaurant 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-Q2018-05-04fiscal Q1 201834710001495479-18-000039
10-K2018-03-15fiscal FY 2017411650001495479-18-000034
10-Q2017-11-02fiscal Q3 201736940001495479-17-000084
10-Q2017-08-04fiscal Q2 201736940001495479-17-000071
10-Q2017-05-03fiscal Q1 201736740001495479-17-000044
10-K2017-03-06fiscal FY 2016421680001495479-17-000016
10-Q2016-11-02fiscal Q3 201636940001495479-16-000106
10-Q2016-08-03fiscal Q2 201636940001495479-16-000096
10-Q2016-05-03fiscal Q1 201636740001495479-16-000070
10-K2016-02-29fiscal FY 2015421680001495479-16-000053
10-Q2015-11-06fiscal Q3 201536940001495479-15-000036
10-Q2015-07-29fiscal Q2 201536940001495479-15-000028
10-Q2015-05-04fiscal Q1 201536740001495479-15-000021
10-K2015-03-06fiscal FY 2014421680001495479-15-000014
10-Q2014-11-07fiscal Q3 201437960001495479-14-000072
10-Q2014-08-01fiscal Q2 201437960001495479-14-000059
10-Q2014-04-30fiscal Q1 201437760001495479-14-000037
10-K2014-03-03fiscal FY 2013421680001495479-14-000005
10-Q2013-11-07fiscal Q3 201337960001495479-13-000010
10-Q2013-08-02fiscal Q2 201338990001193125-13-317168
10-Q2013-04-30fiscal Q1 201338770001193125-13-183384
10-K2013-03-05fiscal FY 2012431670001193125-13-091039
10-Q2012-11-02fiscal Q3 201237980001193125-12-448129
10-Q2012-08-01fiscal Q2 201237980001193125-12-328366
10-Q2012-04-27fiscal Q1 201235710001193125-12-190381
10-K2012-03-06fiscal FY 201137960001193125-12-098380
10-Q2011-11-07fiscal Q3 201136940000950123-11-095956
10-Q2011-08-09fiscal Q2 201136940000950123-11-075135

Inspect the source

Entity
Bravo Brio Restaurant Group, Inc. / CIK 0001495479
Captured
SEC response SHA-256
f3cac260c14a94bafe05028f91852f772904f3ec3ebf9beaf692e1c6f7311fc8

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