GB SCIENCES INC: net income available to common stockholders
Net income available to common stockholders for GB SCIENCES INC. Inspect selected reporting periods, original units and SEC filing links; download the financial history.
All GB SCIENCES INC financial histories
What this measure means
Net income after preferred dividends and similar adjustments, the numerator for basic earnings per share. It can be lower than reported net income.
Exact concept: us-gaap:NetIncomeLossAvailableToCommonStockholdersBasic. Each value covers an annual-duration reporting interval, shown with both start and end dates. Different units remain separate; no currency conversion or interpolation is applied.
Coverage of this history
Selected reporting periods run from 2017-04-01 to 2024-03-31. The SEC response was captured on 2026-09-21.
This selected history ends more than two years before capture. Do not treat its final value as a current balance or current annual result. More recent filings may use another accounting tag; inspect the filings before drawing conclusions about the company.
Selected filing history
| Period start | Period end | Value | Unit | Filed | Source filing |
|---|---|---|---|---|---|
| 2023-04-01 | 2024-03-31 | -1,639,992 | USD | 2024-08-30 | 10-K · 0001437749-24-028160 |
| 2022-04-01 | 2023-03-31 | -4,125,194 | USD | 2024-08-30 | 10-K · 0001437749-24-028160 |
| 2021-04-01 | 2022-03-31 | -530,873 | USD | 2023-07-14 | 10-K · 0001437749-23-019964 |
| 2020-04-01 | 2021-03-31 | -3,725,027 | USD | 2022-06-30 | 10-K · 0001437749-22-016285 |
| 2019-04-01 | 2020-03-31 | -12,373,579 | USD | 2021-07-06 | 10-K · 0001437749-21-016461 |
| 2018-04-01 | 2019-03-31 | -23,653,165 | USD | 2020-08-28 | 10-K · 0001437749-20-018953 |
| 2017-04-01 | 2018-03-31 | -22,974,190 | USD | 2019-07-15 | 10-K · 0001445866-19-000862 |
Related financial histories
- GB SCIENCES INC: total assets
- GB SCIENCES INC: total liabilities
- GB SCIENCES INC: stockholders equity
- GB SCIENCES INC: cash and cash equivalents
- GB SCIENCES INC: net income or loss
- GB SCIENCES INC: operating cash flow
- GB SCIENCES INC: capital expenditure payments
- GB SCIENCES INC: revenue
- GB SCIENCES INC: financing cash flow
- GB SCIENCES INC: investing cash flow
- GB SCIENCES INC: retained earnings or deficit
- GB SCIENCES INC: basic weighted-average shares
- GB SCIENCES INC: basic earnings per share
- GB SCIENCES INC: income tax expense or benefit
- GB SCIENCES INC: net property, plant and equipment
- GB SCIENCES INC: share-based compensation expense
- GB SCIENCES INC: operating income or loss
- GB SCIENCES INC: current assets
- GB SCIENCES INC: interest expense
- GB SCIENCES INC: current liabilities
- GB SCIENCES INC: current accounts payable
- GB SCIENCES INC: net finite-lived intangible assets
- GB SCIENCES INC: net current accounts receivable
- GB SCIENCES INC: net inventory
- GB SCIENCES INC: gross profit
- GB SCIENCES INC: cost of revenue
- GB SCIENCES INC: research and development expense
- GB SCIENCES INC: common shares outstanding
- GB SCIENCES INC: cash including restricted cash
- GB SCIENCES INC: additional paid-in capital
- GB SCIENCES INC: total equity including noncontrolling interests
- GB SCIENCES INC: gross property, plant and equipment
- GB SCIENCES INC: accumulated depreciation on property, plant and equipment
- GB SCIENCES INC: accrued current liabilities
- GB SCIENCES INC: prepaid expenses and other current assets
- GB SCIENCES INC: pre-tax income or loss from continuing operations
- GB SCIENCES INC: profit or loss including noncontrolling interests
- GB SCIENCES INC: general and administrative expense
- GB SCIENCES INC: depreciation expense
- GB SCIENCES INC: other nonoperating income or expense
- GB SCIENCES INC: nonoperating income or expense
- GB SCIENCES INC: current income tax expense or benefit
- GB SCIENCES INC: interest paid, net
- GB SCIENCES INC: proceeds from issuing common stock
- GB SCIENCES INC: change in accounts receivable
- GB SCIENCES INC: change in inventories
- GB SCIENCES INC: change in accounts payable
Inspect the source
- Entity
- GB SCIENCES INC / CIK 0001165320
- Captured
- 2026-09-21T17:18:52.310Z
- SEC response SHA-256
12b1d1f0b357f0e2b89807866d8015ff01521dc77cf9434cd2743e05e167f8a9
Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON
Latest-filed annual-report facts per unit and reporting period at capture time. Duration facts cover 300 to 400 days. This selection can include restatements and is not a point-in-time backtest dataset. Missing concepts are omitted, never zero-filled. Values retain original units and are not currency converted. Extended concepts require compatible unit shapes and at least three reporting ends with changing values within one unit. Constant or incompatible added histories are omitted.
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.
- Get an API key and run your first validation
- Connect the MCP server to your coding assistant
- Inspect the ALPHAC engine on GitHub
- Read the MCP server source and integration examples
Read the published dataset with Python
import json
from urllib.request import urlopen
with urlopen("https://canlicapital.com/company-data/0001165320.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"])))