Skip to content

SONIC CORP: filings

Every SONIC CORP annual and quarterly report in the SEC record with the published financial measures it tagged, 32 filings, each linked to its SEC index.

Filing record ends 2018-10-23

The latest filing in this captured record is a 10-K filed 2018-10-23. No later filing is in the SEC companyfacts record captured on 2026-09-22. SONIC CORP 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-K2018-10-23fiscal FY 2018371410000868611-18-000055
10-Q2018-07-03fiscal Q3 201835940000868611-18-000034
10-Q2018-04-03fiscal Q2 201834920000868611-18-000020
10-Q2018-01-08fiscal Q1 201834700000868611-18-000005
10-K2017-10-27fiscal FY 2017371410000868611-17-000050
10-Q2017-06-30fiscal Q3 201734920000868611-17-000036
10-Q2017-04-04fiscal Q2 201734920000868611-17-000023
10-Q2017-01-06fiscal Q1 201734700000868611-17-000008
10-K2016-10-31fiscal FY 2016371410000868611-16-000124
10-Q2016-07-01fiscal Q3 201634920000868611-16-000106
10-Q2016-03-31fiscal Q2 201634920000868611-16-000090
10-Q2016-01-08fiscal Q1 201633680000868611-16-000064
10-K2015-10-23fiscal FY 2015371410000868611-15-000057
10-Q2015-07-02fiscal Q3 201534920000868611-15-000036
10-Q2015-04-03fiscal Q2 201534920000868611-15-000022
10-Q2015-01-08fiscal Q1 201533680000868611-15-000007
10-K2014-10-24fiscal FY 2014371410000868611-14-000054
10-Q2014-07-03fiscal Q3 201431860000868611-14-000035
10-Q2014-04-04fiscal Q2 201431860000868611-14-000022
10-Q2014-01-08fiscal Q1 201430620000868611-14-000009
10-K2013-10-25fiscal FY 2013411490000868611-13-000037
10-Q2013-07-03fiscal Q3 201329800000868611-13-000011
10-Q2013-04-05fiscal Q2 201329800001193125-13-143720
10-Q2013-01-04fiscal Q1 201329600001193125-13-003873
10-K2012-10-26fiscal FY 2012411480001193125-12-437801
10-Q2012-07-06fiscal Q3 201230810001193125-12-296257
10-Q2012-04-06fiscal Q2 201229790001193125-12-153668
10-Q2012-01-06fiscal Q1 201229590001193125-12-005358
10-K2011-10-28fiscal FY 201131820001193125-11-286294
10-Q2011-07-08fiscal Q3 201132830001193125-11-185079
10-Q2011-04-08fiscal Q2 201133860001193125-11-092618
10-Q2011-01-07fiscal Q1 201133700001193125-11-003798

Inspect the source

Entity
SONIC CORP / CIK 0000868611
Captured
SEC response SHA-256
6a52f5c03bec38fe6e61d2fa6d61ecdfe8760cae50e866fdcf56685b91e8ff70

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