Skip to content

INTERNATIONAL MONEY EXPRESS, INC.: filings

Every INTERNATIONAL MONEY EXPRESS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 39 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-10fiscal Q2 2026441210001628280-26-055191
10-Q2026-05-11fiscal Q1 202645940001628280-26-033174
10-K2026-03-06fiscal FY 2025501350001628280-26-015647
10-Q2025-11-10fiscal Q3 2025441200001628280-25-051013
10-Q2025-08-11fiscal Q2 2025441200001683695-25-000100
10-Q2025-05-08fiscal Q1 202544920001683695-25-000063
10-K2025-02-27fiscal FY 2024501350001683695-25-000030
10-Q2024-11-08fiscal Q3 2024441200001683695-24-000157
10-Q2024-08-08fiscal Q2 2024441160001683695-24-000138
10-Q2024-05-08fiscal Q1 202444900001683695-24-000097
10-K2024-02-28fiscal FY 2023491320001683695-24-000042
10-Q2023-11-07fiscal Q3 2023441160001683695-23-000069
10-Q2023-08-04fiscal Q2 2023441160001683695-23-000045
10-Q2023-05-05fiscal Q1 202344900001683695-23-000032
10-K2023-03-15fiscal FY 2022491330001683695-23-000022
10-Q2022-11-09fiscal Q3 2022441170001683695-22-000042
10-Q2022-08-08fiscal Q2 2022441170001683695-22-000032
10-Q2022-05-04fiscal Q1 202244900001683695-22-000011
10-K2022-03-07fiscal FY 2021471280001683695-22-000004
10-Q2021-11-05fiscal Q3 2021431140001683695-21-000020
10-Q2021-08-06fiscal Q2 2021411100001683695-21-000016
10-Q2021-05-10fiscal Q1 202141840001683695-21-000010
10-K2021-03-15fiscal FY 2020461270001683695-21-000005
10-Q2020-11-06fiscal Q3 2020411100001683695-20-000016
10-Q2020-08-06fiscal Q2 2020381000001683695-20-000013
10-Q2020-05-07fiscal Q1 202037770001683695-20-000010
10-K2020-03-11fiscal FY 2019442190001628280-20-003396
10-Q2019-11-12fiscal Q3 2019361000001140361-19-020323
10-Q2019-08-12fiscal Q2 2019371040001140361-19-014829
10-Q2019-05-15fiscal Q1 201935750001140361-19-009196
10-K2019-03-22fiscal FY 2018461660001140361-19-005471
10-Q2018-11-13fiscal Q3 201834900001140361-18-042971
10-Q2018-08-14fiscal Q2 201823640001140361-18-036357
10-Q2018-05-11fiscal Q1 201820390001213900-18-005896
10-K2018-03-15fiscal FY 201720410001213900-18-003024
10-Q2017-11-14fiscal Q3 201721540001213900-17-012079
10-Q2017-08-10fiscal Q2 201724420001213900-17-008447
10-Q2017-05-15fiscal Q1 201718280001213900-17-005226
10-K2017-04-19fiscal FY 201612210001213900-17-003999

Inspect the source

Entity
INTERNATIONAL MONEY EXPRESS, INC. / CIK 0001683695
Captured
2026-09-21T17:23:18.258Z
SEC response SHA-256
dce9776c13448b400333ff7e1ca6faaa39db71d482d050a527839e8fc2e33dd4

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