Skip to content

Ruths Hospitality Group, Inc.: filings

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

Filing record ends 2023-05-05

The latest filing in this captured record is a 10-Q filed 2023-05-05. No later filing is in the SEC companyfacts record captured on 2026-09-22. Ruths Hospitality 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-Q2023-05-05fiscal Q1 202246950001437749-23-012795
10-K2023-02-23fiscal FY 2022571440001437749-23-004380
10-Q2022-11-04fiscal Q3 2022491350001437749-22-026001
10-Q2022-08-05fiscal Q2 2022491310001437749-22-019067
10-Q2022-05-06fiscal Q1 202248990001437749-22-011311
10-K2022-02-24fiscal FY 2021572150001564590-22-006647
10-Q2021-10-29fiscal Q3 2021471320001564590-21-052954
10-Q2021-08-06fiscal Q2 2021471270001564590-21-042108
10-Q2021-05-07fiscal Q1 202146970001564590-21-025572
10-K2021-03-05fiscal FY 2020552170001564590-21-011297
10-Q2020-11-02fiscal Q3 2020471330001564590-20-049694
10-Q2020-08-06fiscal Q2 2020471290001564590-20-037882
10-Q2020-05-08fiscal Q1 202046970001564590-20-023624
10-K/A2020-03-02fiscal FY 2019531970001564590-20-008201
10-K2020-02-27fiscal FY 2019531970001564590-20-007328
10-Q2019-11-01fiscal Q3 2019451260001564590-19-039372
10-Q2019-08-02fiscal Q2 2019451220001564590-19-028275
10-Q2019-05-03fiscal Q1 201945910001564590-19-015662
10-K2019-02-28fiscal FY 2018501920001564590-19-005274
10-Q2018-11-02fiscal Q3 2018431160001564590-18-026410
10-Q2018-08-10fiscal Q2 2018431160001564590-18-021253
10-Q2018-05-10fiscal Q1 201840840001564590-18-012783
10-K2018-03-16fiscal FY 2017471830001564590-18-005966
10-Q2017-11-03fiscal Q3 2017401100001564590-17-021467
10-Q2017-07-28fiscal Q2 2017401100001564590-17-014368
10-Q2017-05-05fiscal Q1 201741860001437749-17-008109
10-K2017-03-08fiscal FY 2016451770001437749-17-004007
10-Q2016-10-28fiscal Q3 2016401070001437749-16-040523
10-Q2016-07-29fiscal Q2 2016401070001437749-16-035965
10-Q2016-05-03fiscal Q1 201640830001437749-16-030610
10-K2016-03-04fiscal FY 2015441730001437749-16-026852
10-Q2015-10-30fiscal Q3 2015411120001437749-15-019196
10-Q2015-08-04fiscal Q2 2015411120001437749-15-014721
10-Q2015-05-05fiscal Q1 201541860001437749-15-008887
10-K2015-03-10fiscal FY 2014471850001437749-15-004629
10-Q2014-11-07fiscal Q3 2014421140001437749-14-019965
10-Q2014-08-05fiscal Q2 2014421140001437749-14-014277
10-Q2014-05-06fiscal Q1 201443900001437749-14-008009
10-K2014-03-11fiscal FY 2013471860001437749-14-003872
10-Q2013-11-06fiscal Q3 2013431200001437749-13-014049
10-Q2013-08-05fiscal Q2 2013411120001437749-13-009893
10-Q2013-05-09fiscal Q1 201340840001193125-13-209484
10-K2013-03-13fiscal FY 2012451830001193125-13-104234
10-Q2012-10-31fiscal Q3 2012411100001193125-12-442940
10-Q2012-07-27fiscal Q2 2012411100001193125-12-319162
10-Q2012-04-30fiscal Q1 201240840001193125-12-191859
10-K2012-03-02fiscal FY 2011411060001193125-12-094607
10-Q2011-11-02fiscal Q3 2011401030001193125-11-292736
10-Q2011-08-03fiscal Q2 2011401050001193125-11-208115

Inspect the source

Entity
Ruths Hospitality Group, Inc. / CIK 0001324272
Captured
SEC response SHA-256
5a8f6ee5f191f5ae664ccb4e1cd1155748914cf808da2e9288474313559e53ea

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