Skip to content

ARGENTUM 47, INC.: filings

Every ARGENTUM 47, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 36 filings, each linked to its SEC index.

Filing record ends 2020-11-12

The latest filing in this captured record is a 10-Q filed 2020-11-12. No later filing is in the SEC companyfacts record captured on 2026-09-22. ARGENTUM 47, 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-11-12fiscal Q3 2020351020001493152-20-020979
10-Q2020-08-07fiscal Q2 2020351020001493152-20-014998
10-Q2020-05-07fiscal Q1 202035710001493152-20-007936
10-K2020-03-25fiscal FY 201936710001493152-20-004694
10-Q2019-11-13fiscal Q3 2019341010001493152-19-017048
10-Q2019-08-13fiscal Q2 201933990001493152-19-012128
10-Q2019-05-10fiscal Q1 201934760001493152-19-006796
10-K2019-04-01fiscal FY 201837700001493152-19-004502
10-Q2018-11-13fiscal Q3 201835990001493152-18-015691
10-Q2018-07-25fiscal Q2 201832900001493152-18-010416
10-Q2018-05-15fiscal Q1 201833660001493152-18-007040
10-K2018-04-06fiscal FY 201733640001493152-18-004869
10-Q2017-11-13fiscal Q3 201730810001493152-17-012898
10-Q2017-08-04fiscal Q2 201728720001493152-17-008529
10-Q2017-05-12fiscal Q1 201725500001493152-17-005115
10-K2017-03-23fiscal FY 201630570001493152-17-002774
10-Q2016-11-14fiscal Q3 201630820001493152-16-014857
10-Q2016-08-11fiscal Q2 201625640001493152-16-012184
10-Q2016-05-11fiscal Q1 201623450001493152-16-009620
10-K2016-03-18fiscal FY 201525540001493152-16-008126
10-Q2015-11-05fiscal Q3 201524640001493152-15-005154
10-Q2015-08-12fiscal Q2 201528800001493152-15-003553
10-Q2015-05-15fiscal Q1 201525490001493152-15-001967
10-K2015-04-14fiscal FY 201429560001493152-15-001392
10-Q2014-11-13fiscal Q3 201428780001493152-14-003669
10-Q2014-08-18fiscal Q2 201427710001493152-14-002619
10-Q2014-05-14fiscal Q1 201428610001493152-14-001454
10-K2014-03-31fiscal FY 201328580001493152-14-000894
10-Q2013-11-13fiscal Q3 201327800001493152-13-002290
10-Q2013-08-19fiscal Q2 201327760001493152-13-001640
10-Q2013-05-14fiscal Q1 201321420001493152-13-000876
10-K2013-04-16fiscal FY 201227500001493152-13-000655
10-Q2012-11-19fiscal Q3 201221530001493152-12-001748
10-Q/A2012-08-28fiscal Q2 201221520001493152-12-001139
10-Q/A2012-05-29fiscal Q1 201220430001165527-12-000576
10-Q2012-05-15fiscal Q1 201220430001165527-12-000476

Inspect the source

Entity
ARGENTUM 47, INC. / CIK 0001533106
Captured
SEC response SHA-256
36ad4468e38b04b972d746d93594d60b280924a94a6e7c8630bd21539fd02991

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