Skip to content

AAC Holdings, Inc.: filings

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

Filing record ends 2019-11-13

The latest filing in this captured record is a 10-Q filed 2019-11-13. No later filing is in the SEC companyfacts record captured on 2026-09-22. AAC Holdings, 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-Q2019-11-13fiscal Q3 2019471330001564590-19-043056
10-Q2019-09-10fiscal Q2 2019471300001564590-19-034399
10-Q2019-05-13fiscal Q1 201947960001564590-19-018644
10-K2019-04-15fiscal FY 2018493640001564590-19-011552
10-Q2018-11-06fiscal Q3 2018431190001564590-18-027093
10-Q2018-08-03fiscal Q2 2018431190001564590-18-019182
10-Q2018-05-09fiscal Q1 201839790001564590-18-012374
10-K2018-02-23fiscal FY 2017441460001564590-18-003044
10-Q2017-11-06fiscal Q3 2017381060001564590-17-021563
10-Q2017-08-03fiscal Q2 2017391080001564590-17-015439
10-Q2017-05-04fiscal Q1 201739800001564590-17-008855
10-K2017-03-07fiscal FY 2016481480001564590-17-003590
10-Q2016-11-08fiscal Q3 2016401090001564590-16-028023
10-Q2016-08-05fiscal Q2 2016401090001564590-16-022835
10-Q2016-05-06fiscal Q1 201640820001564590-16-018317
10-K2016-03-09fiscal FY 2015481480001564590-16-014247
10-Q2015-11-10fiscal Q3 2015411100001564590-15-010373
10-Q2015-08-03fiscal Q2 2015411090001564590-15-005942
10-Q2015-05-05fiscal Q1 201540800001564590-15-003247
10-K2015-03-11fiscal FY 2014461480001564590-15-001496
10-Q/A2014-12-10fiscal Q3 2014431170001564590-14-006143

Inspect the source

Entity
AAC Holdings, Inc. / CIK 0001606180
Captured
SEC response SHA-256
d7d741de66d621f4bdc72c777d75361f9970e8b7358de4a725dc9be0985f28b5

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