Skip to content

BOB EVANS FARMS INC: filings

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

Filing record ends 2017-12-06

The latest filing in this captured record is a 10-Q filed 2017-12-06. No later filing is in the SEC companyfacts record captured on 2026-09-22. BOB EVANS FARMS 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-Q2017-12-06fiscal Q2 2018371020000033769-17-000096
10-Q2017-08-30fiscal Q1 201837760000033769-17-000083
10-K2017-06-15fiscal FY 2017341300000033769-17-000051
10-Q2017-03-08fiscal Q3 201733900000033769-17-000022
10-Q2016-12-05fiscal Q2 201735890000033769-16-000221
10-Q2016-08-31fiscal Q1 201735720000033769-16-000202
10-K2016-06-23fiscal FY 2016361370000033769-16-000147
10-Q2016-03-02fiscal Q3 201635880000033769-16-000105
10-Q2015-12-02fiscal Q2 201635880000033769-15-000082
10-Q2015-09-02fiscal Q1 201634700000033769-15-000068
10-K2015-06-19fiscal FY 2015351350000033769-15-000030
10-Q2015-03-04fiscal Q3 201534880000033769-15-000007
10-Q2014-12-03fiscal Q2 201533860000033769-14-000112
10-Q/A2014-12-03fiscal Q1 201533680000033769-14-000110
10-Q2014-08-27fiscal Q1 201533680000033769-14-000060
10-K2014-07-09fiscal FY 2014351310000033769-14-000057
10-Q2014-03-04fiscal Q3 201434880001193125-14-082394
10-Q2013-12-26fiscal Q2 201435900001193125-13-484915
10-Q2013-09-03fiscal Q1 201434670001193125-13-355532
10-K2013-06-21fiscal FY 2013371400001193125-13-267502
10-Q/A2013-05-15fiscal Q3 201334870001193125-13-222514
10-Q/A2013-04-10fiscal Q2 201336950001193125-13-149263
10-Q/A2013-03-27fiscal Q2 201336950001193125-13-129480
10-Q2013-03-05fiscal Q3 201334870001193125-13-091815
10-Q2012-11-30fiscal Q2 201336950001193125-12-487699
10-Q2012-08-29fiscal Q1 201334700001193125-12-374131
10-K2012-06-21fiscal FY 2012361370001193125-12-278749
10-Q2012-02-29fiscal Q3 201232840001193125-12-089203
10-Q2011-11-30fiscal Q2 201232840001193125-11-325853
10-Q2011-09-02fiscal Q1 201232660001193125-11-240170
10-K2011-06-28fiscal FY 201131840000950123-11-062404
10-Q2011-03-09fiscal Q3 201130760000950123-11-023559
10-Q2010-12-08fiscal Q2 201130750000950123-10-112046
10-Q2010-09-08fiscal Q1 201130620000950123-10-084600

Inspect the source

Entity
BOB EVANS FARMS INC / CIK 0000033769
Captured
SEC response SHA-256
6bbb65a51307e2bbaf3494c3bfec6fd93914b3938d8154181ae11d495e0c6664

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