Skip to content

GOLD.COM, INC.: filings

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

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-K2026-09-10fiscal FY 2026541370001193125-26-386799
10-Q2026-05-11fiscal Q3 2026511460001193125-26-215252
10-Q2026-02-06fiscal Q2 2026501380001193125-26-041321
10-Q2025-11-07fiscal Q1 2026491000001193125-25-272399
10-K2025-09-11fiscal FY 2025501270001193125-25-200462
10-Q2025-05-12fiscal Q3 2025501420000950170-25-069268
10-Q2025-02-10fiscal Q2 2025491360000950170-25-016909
10-Q2024-11-08fiscal Q1 2025501020000950170-24-124015
10-K2024-09-13fiscal FY 2024511290000950170-24-106317
10-Q2024-05-09fiscal Q3 2024491380000950170-24-057222
10-Q2024-02-08fiscal Q1 2024491340000950170-24-012899
10-Q2023-11-08fiscal Q1 2024501020000950170-23-061277
10-K2023-09-12fiscal FY 2023521310000950170-23-047575
10-Q2023-05-10fiscal Q3 2023491390000950170-23-019919
10-Q2023-02-08fiscal Q2 2023481330000950170-23-002032
10-Q2022-11-09fiscal Q1 202348970000950170-22-023431
10-K2022-09-02fiscal FY 202250970000950170-22-018068
10-Q2022-05-09fiscal Q3 2022481360000950170-22-008189
10-Q2022-02-08fiscal Q2 2022461300000950170-22-000913
10-Q2021-11-08fiscal Q1 202246940001564590-21-055022
10-K2021-09-13fiscal FY 202150970001564590-21-047760
10-Q2021-05-14fiscal Q3 2021491390001564590-21-027773
10-Q2021-02-10fiscal Q2 2021481340001564590-21-005305
10-Q2020-11-12fiscal Q1 202148970001564590-20-053626
10-K2020-09-14fiscal FY 202049930001564590-20-043316
10-Q2020-05-08fiscal Q3 2020481320001564590-20-023508
10-Q2020-02-10fiscal Q2 2020491350001591588-20-000013
10-Q2019-11-12fiscal Q1 202047920001591588-19-000043
10-K2019-09-16fiscal FY 201945910001591588-19-000024
10-Q2019-05-10fiscal Q3 2019431170001591588-19-000014
10-Q2019-02-12fiscal Q2 2019431170001591588-19-000006
10-Q2018-11-13fiscal Q1 201941830001591588-18-000057
10-K2018-09-19fiscal FY 201845910001591588-18-000044
10-Q2018-05-11fiscal Q3 2018431150001591588-18-000016
10-Q2018-02-09fiscal Q2 2018431150001591588-18-000006
10-Q2017-11-14fiscal Q1 201843870001591588-17-000082
10-K2017-09-15fiscal FY 201745910001591588-17-000062
10-Q2017-05-10fiscal Q3 2017421110001591588-17-000031
10-Q2017-02-08fiscal Q2 2017421110001591588-17-000010
10-Q2016-11-09fiscal Q1 201744890001591588-16-000189
10-K2016-09-23fiscal FY 201644890001591588-16-000181
10-Q2016-05-11fiscal Q3 2016401050001591588-16-000155
10-Q2016-02-11fiscal Q2 2016401050001591588-16-000122
10-Q2015-11-12fiscal Q1 201639790001591588-15-000080
10-K2015-09-24fiscal FY 201544900001591588-15-000072
10-Q2015-05-07fiscal Q3 2015401040001591588-15-000026
10-Q2015-02-10fiscal Q2 2015401040001591588-15-000004
10-Q2014-11-07fiscal Q1 201540820001591588-14-000113
10-K2014-09-26fiscal FY 2014441390001591588-14-000110
10-Q2014-05-13fiscal Q3 201438970001591588-14-000092
10-Q2014-03-27fiscal Q2 201439990001591588-14-000079

Inspect the source

Entity
GOLD.COM, INC. / CIK 0001591588
Captured
2026-09-20T09:24:08.188Z
SEC response SHA-256
7382d5f58932c8af6abc04d867f53f94579c774272a68cf06390cb9194a4e721

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