Skip to content

ARC Group, Inc.: filings

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

Filing record ends 2021-08-30

The latest filing in this captured record is a 10-K filed 2021-08-30. No later filing is in the SEC companyfacts record captured on 2026-09-22. ARC 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-K2021-08-30fiscal FY 201939740001493152-21-021568
10-Q2019-11-14fiscal Q3 2019421110001493152-19-017269
10-Q2019-08-14fiscal Q2 201939990001493152-19-012537
10-Q2019-05-15fiscal Q1 201937750001493152-19-007489
10-K2019-03-29fiscal FY 201839730001493152-19-004242
10-Q2018-11-16fiscal Q3 201836990001144204-18-060547
10-Q2018-08-20fiscal Q2 201829780001144204-18-045611
10-Q2018-05-15fiscal Q1 201827580001144204-18-028878
10-K2018-03-30fiscal FY 201729590001144204-18-018228
10-Q2017-11-14fiscal Q3 201726680001144204-17-059078
10-K/A2017-11-14fiscal FY 201628510001144204-17-059045
10-Q2017-08-18fiscal Q2 201726660001144204-17-044195
10-Q2017-08-04fiscal Q1 201728570001144204-17-040622
10-K2017-06-27fiscal FY 201627490001571049-17-006289
10-Q2016-11-14fiscal Q3 201618490001571049-16-019865
10-Q2016-08-15fiscal Q2 201618490001571049-16-017514
10-Q2016-05-13fiscal Q1 201618370001571049-16-015291
10-K2016-04-14fiscal FY 201521420001571049-16-013907
10-Q2015-11-16fiscal Q3 201519520001571049-15-009326
10-Q2015-09-14fiscal Q2 201519520001571049-15-007612
10-Q2015-05-15fiscal Q1 201520400001571049-15-004365
10-K2015-03-30fiscal FY 201421420001571049-15-002470
10-Q2014-11-12fiscal Q3 201420580001571049-14-006213
10-Q2014-08-13fiscal Q2 201420560001571049-14-003972
10-Q2014-05-14fiscal Q1 201420410001571049-14-001848
10-K2014-03-31fiscal FY 201321420001188112-14-000895
10-Q2013-11-13fiscal Q3 201320530001188112-13-003362
10-Q2013-08-12fiscal Q2 201320560001188112-13-002367
10-Q2013-05-20fiscal Q1 201319380001188112-13-001635
10-K2013-04-01fiscal FY 201222430001188112-13-000909
10-Q2012-10-15fiscal Q3 201220540001188112-12-003051
10-Q2012-09-12fiscal Q2 201220530001188112-12-002853
10-Q2012-08-29fiscal Q1 201220390001188112-12-002723
10-K2012-07-27fiscal FY 201120410001188112-12-002274
10-Q2011-11-09fiscal Q3 201120550001188112-11-003127
10-Q2011-08-10fiscal Q2 201121570001188112-11-002203

Inspect the source

Entity
ARC Group, Inc. / CIK 0001452872
Captured
SEC response SHA-256
4c8a49a0bf7e2db07a950f06a61c856ba0592275764972e0fa2851cac5717ec7

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