Skip to content

TRUGOLF HOLDINGS, INC.: 10-Q filed 2023-11-13

What TRUGOLF HOLDINGS, INC. reported in its quarterly report filed 2023-11-13 (fiscal Q2 2024): 14 published measures, 39 facts as tagged in accession 0001493152-23-040516.

This filing

Form
10-Q (quarterly report)
Filed
2023-11-13
Fiscal period
fiscal Q2 2024
Accession
0001493152-23-040516 on SEC EDGAR

Values are as tagged in this filing. A later filing can restate them; each measure links to its history page, which shows the latest-filed value per period. All TRUGOLF HOLDINGS, INC. filings.

Reported measures

Total assets

Resources recognized on the balance sheet. Book assets are not the market value of the business.

PeriodValueUnitDays
At 2023-09-307,005,273USD
At 2023-03-319,776,747USD

Total liabilities

Recognized obligations at the reporting date. The definition and scope differ from interest-bearing debt.

PeriodValueUnitDays
At 2023-09-307,897,236USD
At 2023-03-317,222,569USD

Stockholders equity

The reported residual interest after liabilities. It is an accounting amount, not market capitalization.

PeriodValueUnitDays
At 2023-09-30-7,373,389USD
At 2023-06-30-7,012,356USD
At 2023-03-31-6,440,256USD
At 2022-09-30-4,559,363USD
At 2022-06-30-3,930,360USD
At 2022-03-31-3,775,940USD

Net income or loss

Reported profit or loss for the period. Check the filing for attribution, exceptional items and discontinued operations before comparing companies.

PeriodValueUnitDays
2023-07-01 to 2023-09-30-270,346USD92
2023-04-01 to 2023-09-30-531,911USD183
2023-04-01 to 2023-06-30-261,565USD91
2022-07-01 to 2022-09-30-165,559USD92
2022-04-01 to 2022-09-30-319,979USD183
2022-04-01 to 2022-06-30-154,420USD91

Operating cash flow

Cash generated or used by operating activities. Working-capital timing can make this differ substantially from reported income.

PeriodValueUnitDays
2023-04-01 to 2023-09-30-322,675USD183
2022-04-01 to 2022-09-30-362,426USD183

Financing cash flow

Net cash from financing activities, including borrowing, repayments and transactions with owners. A positive amount does not establish operating profitability.

PeriodValueUnitDays
2023-04-01 to 2023-09-30-2,629,613USD183

Investing cash flow

Net cash from investing activities, including asset purchases, disposals and investment transactions. This differs from capital expenditure payments alone.

PeriodValueUnitDays
2023-04-01 to 2023-09-302,714,230USD183

Retained earnings or deficit

Accumulated undistributed earnings or deficit at the reporting date. This balance is not cash available for distribution.

PeriodValueUnitDays
At 2023-09-30-7,373,767USD
At 2023-03-31-6,440,634USD

Current assets

Assets classified as current under the normal operating cycle or one-year boundary. Not all current assets can be converted immediately into cash.

PeriodValueUnitDays
At 2023-09-307,005,273USD
At 2023-03-319,776,747USD

Current liabilities

Obligations classified as current under the operating-cycle or one-year boundary. The balance includes more than short-term borrowing.

PeriodValueUnitDays
At 2023-09-303,469,736USD
At 2023-03-312,795,069USD

Common-stock repurchase payments

Cash paid to reacquire common stock during the period. This is not an authorization limit or a direct measure of the net change in share count.

PeriodValueUnitDays
2023-04-01 to 2023-09-302,914,230USD183

Operating expenses

Recurring operating costs under this accounting concept, generally excluding production costs included in cost of sales. Check filing presentation before combining expense subtotals.

PeriodValueUnitDays
2023-07-01 to 2023-09-30361,033USD92
2023-04-01 to 2023-09-30733,133USD183
2022-07-01 to 2022-09-30717,723USD92
2022-04-01 to 2022-09-30987,556USD183

General and administrative expense

General and administrative costs reported under this concept, separate from selling expense. Filers group overhead differently, so compare presentation before comparing companies.

PeriodValueUnitDays
2023-07-01 to 2023-09-30327,153USD92
2023-04-01 to 2023-09-30640,336USD183
2022-07-01 to 2022-09-30652,723USD92
2022-04-01 to 2022-09-30857,556USD183

Nonoperating income or expense

Total nonoperating income or expense, which can include interest, investment results and other items. A positive value is not operating profit.

PeriodValueUnitDays
2023-07-01 to 2023-09-3090,687USD92
2023-04-01 to 2023-09-30201,222USD183
2022-07-01 to 2022-09-30552,164USD92
2022-04-01 to 2022-09-30667,577USD183

Inspect the source

Entity
TRUGOLF HOLDINGS, INC. / CIK 0001857086
Captured
2026-09-21T17:39:01.347Z
SEC response SHA-256
0e36d84a877146e287e1ac2df686e3ca091e496ef771cc6f105b5a81b67af43d

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