Skip to content

AARON'S INC: filings

Every AARON'S INC annual and quarterly report in the SEC record with the published financial measures it tagged, 41 filings, each linked to its SEC index.

Filing record ends 2020-07-29

The latest filing in this captured record is a 10-Q filed 2020-07-29. No later filing is in the SEC companyfacts record captured on 2026-09-22. AARON'S 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-Q2020-07-29fiscal Q2 202030900000706688-20-000102
10-Q2020-05-07fiscal Q1 202029630000706688-20-000068
10-K2020-02-20fiscal FY 2019431480000706688-20-000012
10-Q2019-11-04fiscal Q3 2019341010000706688-19-000166
10-Q2019-07-25fiscal Q2 201934970000706688-19-000145
10-Q2019-04-25fiscal Q1 201934690000706688-19-000095
10-K2019-02-14fiscal FY 2018391450000706688-19-000026
10-Q2018-10-25fiscal Q3 201828800000706688-18-000137
10-Q2018-07-26fiscal Q2 201828800000706688-18-000117
10-Q2018-04-26fiscal Q1 201829600000706688-18-000081
10-K2018-03-01fiscal FY 2017381340000706688-18-000032
10-Q2017-10-27fiscal Q3 201728800000706688-17-000130
10-Q2017-08-04fiscal Q2 201728800000706688-17-000104
10-Q2017-05-03fiscal Q1 201728580000706688-17-000078
10-K2017-02-24fiscal FY 2016381340000706688-17-000030
10-Q2016-11-02fiscal Q3 201628800000706688-16-000334
10-Q2016-08-04fiscal Q2 201627780000706688-16-000318
10-Q2016-05-06fiscal Q1 201627560000706688-16-000296
10-K2016-02-29fiscal FY 2015371300000706688-16-000237
10-Q2015-11-09fiscal Q3 201527780000706688-15-000184
10-Q2015-08-06fiscal Q2 201524720000706688-15-000160
10-Q2015-05-07fiscal Q1 201524500000706688-15-000146
10-K2015-03-02fiscal FY 2014351230000706688-15-000089
10-Q2014-11-05fiscal Q3 201424720000706688-14-000066
10-Q2014-08-08fiscal Q2 201424720000706688-14-000052
10-Q2014-05-09fiscal Q1 201424500000706688-14-000027
10-K2014-02-24fiscal FY 2013341210000706688-14-000015
10-Q2013-11-01fiscal Q3 201324700000706688-13-000022
10-Q2013-08-02fiscal Q2 201324700000706688-13-000010
10-Q2013-05-03fiscal Q1 201323480001193125-13-199013
10-K2013-02-22fiscal FY 2012331190001193125-13-071592
10-Q2012-11-07fiscal Q3 201226740001193125-12-457538
10-Q2012-08-08fiscal Q2 201225700001193125-12-343086
10-Q2012-05-08fiscal Q1 201225510001193125-12-218288
10-K2012-02-29fiscal FY 201129980001193125-12-088733
10-Q2011-11-07fiscal Q3 201125700001193125-11-299731
10-Q2011-08-04fiscal Q2 201125700001193125-11-210049
10-Q2011-05-04fiscal Q1 201119400000950123-11-044594
10-K2011-02-25fiscal FY 201017430000950123-11-018548
10-Q2010-11-03fiscal Q3 201019510000950123-10-099972
10-Q2010-08-04fiscal Q2 201019510000950123-10-072420

Inspect the source

Entity
AARON'S INC / CIK 0000706688
Captured
SEC response SHA-256
7e69bb45bad4aa2a2e4fd9ab691014be034a4cf046cecabe63466f21b4148021

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