Skip to content

FISION Corporation: filings

Every FISION Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 49 filings, each linked to its SEC index.

Filing record ends 2023-06-29

The latest filing in this captured record is a 10-Q filed 2023-06-29. No later filing is in the SEC companyfacts record captured on 2026-09-22. FISION Corporation may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2023-06-29fiscal Q3 2022361080001477932-23-004888
10-Q2023-03-07fiscal Q2 202232900001477932-23-001354
10-Q2023-01-23fiscal Q1 202236760001477932-23-000456
10-K2023-01-03fiscal FY 202137740001477932-23-000012
10-Q2021-11-23fiscal Q3 202132970001477932-21-008741
10-Q2021-08-16fiscal Q2 202131920001477932-21-005538
10-Q2021-05-19fiscal Q1 202131650001477932-21-003403
10-K2021-04-15fiscal FY 202030620001477932-21-002364
10-Q2020-11-23fiscal Q3 202033990001477932-20-006862
10-Q2020-08-19fiscal Q2 202027780001477932-20-005071
10-Q2020-06-29fiscal Q1 202031670001477932-20-003645
10-K/A2020-06-04fiscal FY 201930590001477932-20-003226
10-K/A2020-05-29fiscal FY 201930590001477932-20-003122
10-K2020-05-27fiscal FY 201930590001477932-20-003073
10-Q2019-11-21fiscal Q3 201927790001477932-19-006769
10-Q2019-09-06fiscal Q2 201926710001477932-19-005289
10-Q2019-05-22fiscal Q1 201927520001477932-19-003110
10-K2019-04-05fiscal FY 201830600001477932-19-001497
10-Q2018-11-16fiscal Q3 201826670001477932-18-005631
10-Q2018-08-17fiscal Q2 201826670001477932-18-004184
10-Q2018-05-15fiscal Q1 201826500001477932-18-002449
10-K2018-04-02fiscal FY 201729590001477932-18-001642
10-Q2017-11-15fiscal Q3 201721530001477932-17-005627
10-Q2017-08-21fiscal Q2 201721530001477932-17-004079
10-Q2017-05-16fiscal Q1 201720390001477932-17-002354
10-K2017-04-03fiscal FY 201626530001477932-17-001513
10-Q/A2016-11-23fiscal Q3 201620540001477932-16-013816
10-Q2016-11-14fiscal Q3 201620540001477932-16-013542
10-Q2016-08-12fiscal Q2 201621560001477932-16-011788
10-Q2016-05-12fiscal Q1 201621400001477932-16-010208
10-K2016-04-18fiscal FY 201626520001477932-16-009828
10-Q2016-01-15fiscal Q3 201613330001477932-16-008110
10-Q2015-12-07fiscal Q2 201613300001493152-15-006086
10-Q2015-12-07fiscal Q1 201613240001493152-15-006084
10-K2015-12-07fiscal FY 201513270001493152-15-006082
10-Q2015-12-07fiscal Q3 201513320001493152-15-006080
10-Q2015-12-07fiscal Q2 201513320001493152-15-006078
10-Q2015-12-07fiscal Q1 201513250001493152-15-006076
10-K2015-12-07fiscal FY 201413260001493152-15-006074
10-Q2015-12-07fiscal Q3 201413310001493152-15-006072
10-Q2015-12-07fiscal Q2 201412280001493152-15-006070
10-Q2015-12-07fiscal Q1 201411210001493152-15-006068
10-K2013-08-02fiscal FY 201214350001225279-13-000069
10-Q2013-01-11fiscal Q3 20128220001225279-13-000006
10-Q2012-09-25fiscal Q2 20129270001225279-12-000204
10-Q2012-07-06fiscal Q1 20129210001225279-12-000136
10-Q/A2012-07-06fiscal Q3 201110320001225279-12-000135
10-Q/A2012-07-06fiscal Q2 201110310001225279-12-000134
10-K2012-05-24fiscal FY 201110190001225279-12-000069

Inspect the source

Entity
FISION Corporation / CIK 0001487931
Captured
SEC response SHA-256
33b53f52ebdf1196ca6fb7fbb202353dc3c2b50e947867ff718f95315d249be2

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