Skip to content

Montalvo Spirits, Inc.: filings

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

Filing record ends 2016-04-11

The latest filing in this captured record is a 10-K filed 2016-04-11. No later filing is in the SEC companyfacts record captured on 2026-09-23. Montalvo Spirits, 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-K2016-04-11fiscal FY 201526540001415889-16-005474
10-Q2015-03-25fiscal Q3 201425710001415889-15-001028
10-Q2015-02-25fiscal Q3 201425710001415889-15-000660
10-Q2014-11-14fiscal Q2 201425720001415889-14-003528
10-Q2014-08-13fiscal Q1 201423490001415889-14-002418
10-K2014-06-30fiscal FY 201424480001415889-14-002014
10-Q2014-02-13fiscal Q3 201324820001415889-14-000543
10-Q/A2013-11-19fiscal Q2 201325930001144204-13-063016
10-Q/A2013-09-11fiscal Q1 201325750001144204-13-050072
10-K/A2013-08-13fiscal FY 201224650001144204-13-045058
10-K/A2013-07-19fiscal FY 201224650001144204-13-040346
10-Q/A2013-02-28fiscal Q3 201223850001144204-13-012123
10-Q2012-11-06fiscal Q2 201216480001494733-12-000247
10-Q/A2012-09-18fiscal Q1 201216370001494733-12-000209
10-K2012-07-11fiscal FY 201114350001494733-12-000131
10-Q2012-02-10fiscal Q3 201114310001494733-12-000019
10-Q/A2012-02-03fiscal Q2 201115330001494733-12-000013
10-Q2011-11-10fiscal Q2 201113290001494733-11-000052
10-Q2011-09-07fiscal Q1 201113280001494733-11-000044

Inspect the source

Entity
Montalvo Spirits, Inc. / CIK 0001518238
Captured
SEC response SHA-256
d8296a42fd46bbbe28f8ed7cba86744488bfd6b0aaa8481bb01f904c1dbaae28

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