Skip to content

Athena Bitcoin Global: filings

Every Athena Bitcoin Global annual and quarterly report in the SEC record with the published financial measures it tagged, 19 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-Q2026-05-14fiscal Q1 2026501040001683168-26-003924
10-K2026-03-06fiscal FY 2025511050001683168-26-001588
10-Q2025-11-13fiscal Q3 2025511560001683168-25-008331
10-Q2025-08-13fiscal Q2 2025511510001683168-25-006043
10-Q2025-06-02fiscal Q1 2025481020001683168-25-004147
10-Q2014-11-12fiscal Q3 201424820001515971-14-000494
10-Q2014-08-13fiscal Q2 201423790001019687-14-003084
10-Q2014-05-15fiscal Q1 201423610001515971-14-000219
10-K2014-03-06fiscal FY 2013241050001515971-14-000063
10-Q2013-11-13fiscal Q3 201323790001515971-13-000526
10-Q2013-08-09fiscal Q2 201323790001515971-13-000356
10-Q2013-05-14fiscal Q1 201323610001515971-13-000210
10-K2013-02-28fiscal FY 2012241030001515971-13-000067
10-Q2012-11-13fiscal Q3 201223790001515971-12-000404
10-Q2012-08-10fiscal Q2 201223790001515971-12-000260
10-Q2012-05-14fiscal Q1 201223610001515971-12-000133
10-K2012-03-30fiscal FY 2011271110001515971-12-000084
10-Q2011-11-14fiscal Q3 201127990001158957-11-000407
10-Q2011-08-12fiscal Q2 201127990001158957-11-000286

Inspect the source

Entity
Athena Bitcoin Global / CIK 0001095146
Captured
2026-09-20T05:22:23.275Z
SEC response SHA-256
42356fe31f05ddbf382b107264e16e3a1ec3f810ed8f451aed291857614890ef

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