Skip to content

INNOVATIVE PAYMENT SOLUTIONS, INC.: filings

Every INNOVATIVE PAYMENT SOLUTIONS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 54 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-08-14fiscal Q2 202628870001213900-26-090083
10-Q2026-05-15fiscal Q1 202627580001213900-26-057675
10-K2026-03-31fiscal FY 202527550001213900-26-037405
10-Q2025-11-14fiscal Q3 202527840001213900-25-110820
10-Q2025-08-14fiscal Q2 202527800001213900-25-076595
10-Q2025-05-15fiscal Q1 202528570001213900-25-044146
10-K2025-03-31fiscal FY 202433650001213900-25-026455
10-Q2024-11-12fiscal Q3 2024331000001213900-24-096881
10-Q2024-08-14fiscal Q2 202433940001213900-24-068969
10-Q2024-05-14fiscal Q1 202432640001213900-24-042905
10-K/A2024-04-17fiscal FY 202335670001213900-24-033608
10-K2024-03-29fiscal FY 202335670001213900-24-027769
10-Q2023-11-13fiscal Q3 2023361070001213900-23-086089
10-Q2023-08-14fiscal Q2 202334990001213900-23-066736
10-Q2023-05-15fiscal Q1 202334670001213900-23-039367
10-K2023-03-31fiscal FY 202237720001213900-23-025263
10-Q2022-11-14fiscal Q3 2022361050001213900-22-071662
10-Q2022-08-11fiscal Q2 202235970001213900-22-046882
10-Q2022-05-13fiscal Q1 202229590001213900-22-026582
10-K2022-03-31fiscal FY 202131610001213900-22-016727
10-Q2021-11-12fiscal Q3 202132850001213900-21-058689
10-Q2021-08-12fiscal Q2 202130800001213900-21-041991
10-Q2021-05-14fiscal Q1 202129570001213900-21-026382
10-K2021-03-31fiscal FY 202029510001213900-21-019152
10-Q2020-11-16fiscal Q3 202028710001213900-20-037070
10-Q2020-08-14fiscal Q2 202027660001213900-20-022192
10-Q2020-07-02fiscal Q1 202025480001213900-20-016542
10-K2020-05-14fiscal FY 201921400001213900-20-012061
10-Q2019-11-19fiscal Q3 201924740001213900-19-024091
10-Q2019-08-19fiscal Q2 2019381010001213900-19-016322
10-Q2019-05-20fiscal Q1 201938750001615774-19-008156
10-K2019-04-09fiscal FY 201837750001615774-19-005533
10-Q2018-11-14fiscal Q3 2018421130001615774-18-012709
10-Q2018-08-14fiscal Q2 201838960001615774-18-008033
10-Q2018-05-21fiscal Q1 201837730001615774-18-004139
10-K2018-04-17fiscal FY 201738750001615774-18-002695
10-Q2017-11-14fiscal Q3 2017421200001615774-17-006713
10-Q2017-08-17fiscal Q2 2017381120001615774-17-004541
10-Q2017-05-22fiscal Q1 201737870001615774-17-002595
10-K2017-04-17fiscal FY 201638740001615774-17-001723
10-Q2016-12-13fiscal Q3 201638950001615774-16-008878
10-Q/A2016-12-13fiscal Q2 201638930001615774-16-008865
10-Q/A2016-12-13fiscal Q1 201637740001615774-16-008863
10-Q2016-08-18fiscal Q2 201638940001615774-16-006873
10-Q2016-06-17fiscal Q1 201637740001615774-16-005954
10-Q2016-02-19fiscal Q1 201613260001393905-16-000744
10-K2015-12-10fiscal FY 201516300001393905-15-000653
10-Q2015-09-02fiscal Q3 201515340001393905-15-000439
10-Q2015-05-22fiscal Q2 201513340001393905-15-000286
10-Q2015-02-19fiscal Q1 201513260001393905-15-000072
10-K2014-12-08fiscal FY 201416300001393905-14-000677
10-Q2014-09-04fiscal Q3 201415330001393905-14-000512
10-Q2014-06-09fiscal Q2 201415310001393905-14-000351
10-Q2014-06-09fiscal Q1 201414260001393905-14-000349

Inspect the source

Entity
INNOVATIVE PAYMENT SOLUTIONS, INC. / CIK 0001591913
Captured
2026-09-20T09:24:14.436Z
SEC response SHA-256
df185d637e59248534b04e8f44fdec152794aad08daae80d878ac0026e794a6c

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