Skip to content

MADISON AVE HOLDINGS INC: filings

Every MADISON AVE HOLDINGS INC annual and quarterly report in the SEC record with the published financial measures it tagged, 42 filings, each linked to its SEC index.

Filing record ends 2021-11-15

The latest filing in this captured record is a 10-Q filed 2021-11-15. No later filing is in the SEC companyfacts record captured on 2026-09-23. MADISON AVE 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-Q2021-11-15fiscal Q3 202121620001437749-21-026588
10-Q2021-08-09fiscal Q2 202121580001437749-21-018983
10-Q2021-05-11fiscal Q1 202114300001437749-21-011588
10-K2021-03-30fiscal FY 202014300001437749-21-007538
10-Q2020-11-05fiscal Q3 202014430001437749-20-022627
10-Q2020-08-10fiscal Q2 202014380001437749-20-017184
10-Q2020-05-08fiscal Q1 202012250001437749-20-009915
10-K2020-03-30fiscal FY 201912250001437749-20-006464
10-Q2019-11-12fiscal Q3 201914390001437749-19-022284
10-Q2019-08-13fiscal Q2 201914350001437749-19-016473
10-Q2019-05-15fiscal Q1 201914250001437749-19-009911
10-K2019-04-15fiscal FY 201814250001437749-19-007155
10-Q2018-11-09fiscal Q3 201813270001437749-18-020175
10-Q2018-08-10fiscal Q2 201811240001437749-18-015194
10-Q2018-05-11fiscal Q1 201815270001437749-18-009549
10-K2018-03-28fiscal FY 201713270001437749-18-005632
10-Q2017-11-13fiscal Q3 201715360001437749-17-019095
10-Q2017-08-07fiscal Q2 201713300001437749-17-013908
10-Q2017-05-11fiscal Q1 201712210001437749-17-008700
10-K2017-03-31fiscal FY 201611210001437749-17-005760
10-Q2016-11-14fiscal Q3 201614340001437749-16-041895
10-Q2016-08-11fiscal Q2 201618420001437749-16-037158
10-Q2016-05-12fiscal Q1 201618380001437749-16-031621
10-K2016-03-24fiscal FY 201513240001437749-16-028328
10-Q2015-11-13fiscal Q3 201519480001437749-15-020700
10-Q2015-08-07fiscal Q2 201517430001437749-15-015184
10-Q2015-05-13fiscal Q1 201519380001437749-15-009863
10-K2015-03-30fiscal FY 201416600001437749-15-006293
10-Q2014-11-14fiscal Q3 201413340001437749-14-020805
10-Q2014-08-14fiscal Q2 201412290001437749-14-015523
10-Q2014-05-15fiscal Q1 201412280001437749-14-009167
10-K2014-03-24fiscal FY 201312410001437749-14-004880
10-Q2013-11-08fiscal Q3 201314400001437749-13-014260
10-Q2013-08-12fiscal Q2 201312320001437749-13-010448
10-Q2013-05-10fiscal Q1 201312280001437749-13-005751
10-K2013-03-22fiscal FY 201213430001437749-13-003372
10-Q2012-10-31fiscal Q3 201212300001437749-12-010676
10-Q2012-07-31fiscal Q2 201212300001437749-12-007423
10-Q2012-05-11fiscal Q1 201212250001437749-12-004855
10-K2012-03-23fiscal FY 201118550001437749-12-002695
10-Q2011-11-01fiscal Q3 201112340001437749-11-007925
10-Q2011-07-22fiscal Q2 201113360001437749-11-005002

Inspect the source

Entity
MADISON AVE HOLDINGS INC / CIK 0001284196
Captured
SEC response SHA-256
04f456637af320bedc7860c6cee13c2236509cac132f9fe89e5e1e6b724773ae

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