flooidCX Corp.: research and development expense
Research and development expense for flooidCX Corp. Inspect selected reporting periods, original units and SEC filing links; download the financial history.
All flooidCX Corp. financial histories
What this measure means
Research and development costs recognized as expense. Capitalization policies and acquired projects can make this differ from total cash invested in development.
Exact concept: us-gaap:ResearchAndDevelopmentExpense. 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 2015-03-01 to 2024-12-31. The SEC response was captured on 2026-09-21.
Selected filing history
| Period start | Period end | Value | Unit | Filed | Source filing |
|---|---|---|---|---|---|
| 2024-01-01 | 2024-12-31 | 2,320,302 | USD | 2025-10-31 | 10-K · 0001477932-25-007833 |
| 2023-01-01 | 2023-12-31 | 0 | USD | 2025-10-31 | 10-K · 0001477932-25-007833 |
| 2021-03-01 | 2022-02-28 | 536,721 | USD | 2022-06-15 | 10-K · 0001477932-22-004392 |
| 2020-03-01 | 2021-02-28 | 1,002,639 | USD | 2022-06-15 | 10-K · 0001477932-22-004392 |
| 2019-03-01 | 2020-02-29 | 1,873,152 | USD | 2021-06-16 | 10-K · 0001477932-21-004062 |
| 2018-03-01 | 2019-02-28 | 785,458 | USD | 2020-06-16 | 10-K · 0001477932-20-003418 |
| 2017-03-01 | 2018-02-28 | 2,993,097 | USD | 2019-06-13 | 10-K · 0001477932-19-003513 |
| 2016-03-01 | 2017-02-28 | 1,069,627 | USD | 2018-05-29 | 10-K · 0001477932-18-002789 |
| 2015-03-01 | 2016-02-29 | 917,137 | USD | 2017-06-14 | 10-K · 0001477932-17-002832 |
Related financial histories
- flooidCX Corp.: total assets
- flooidCX Corp.: total liabilities
- flooidCX Corp.: stockholders equity
- flooidCX Corp.: cash and cash equivalents
- flooidCX Corp.: net income or loss
- flooidCX Corp.: operating cash flow
- flooidCX Corp.: capital expenditure payments
- flooidCX Corp.: revenue
- flooidCX Corp.: financing cash flow
- flooidCX Corp.: investing cash flow
- flooidCX Corp.: retained earnings or deficit
- flooidCX Corp.: basic weighted-average shares
- flooidCX Corp.: diluted weighted-average shares
- flooidCX Corp.: basic earnings per share
- flooidCX Corp.: diluted earnings per share
- flooidCX Corp.: net property, plant and equipment
- flooidCX Corp.: share-based compensation expense
- flooidCX Corp.: operating income or loss
- flooidCX Corp.: current assets
- flooidCX Corp.: current liabilities
- flooidCX Corp.: current accounts payable
- flooidCX Corp.: net current accounts receivable
- flooidCX Corp.: operating expenses
Inspect the source
- Entity
- flooidCX Corp. / CIK 0001609988
- Captured
- 2026-09-21T17:20:27.859Z
- SEC response SHA-256
87e771e04f65b2d434a38e263fa5f17437a38720668c9e6303d083971b10da82
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/0001609988.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"])))