Skip to content

VERUS INTERNATIONAL, INC.: filings

Every VERUS INTERNATIONAL, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 46 filings, each linked to its SEC index.

Filing record ends 2022-09-16

The latest filing in this captured record is a 10-Q filed 2022-09-16. No later filing is in the SEC companyfacts record captured on 2026-09-22. VERUS INTERNATIONAL, INC. 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-Q2022-09-16fiscal Q3 202230810001493152-22-026140
10-Q2022-06-21fiscal Q2 202230770001493152-22-017291
10-Q2022-04-15fiscal Q1 202227500001493152-22-010007
10-K2022-04-15fiscal FY 202132610001493152-22-010001
10-Q2021-09-20fiscal Q3 202132900001493152-21-023188
10-Q2021-06-21fiscal Q2 202132870001493152-21-014826
10-Q2021-03-26fiscal Q1 202132630001493152-21-006962
10-K2021-03-19fiscal FY 202035670001493152-21-006452
10-Q2020-09-21fiscal Q3 2020381120001493152-20-018086
10-Q2020-06-22fiscal Q2 2020361020001493152-20-011599
10-Q2020-04-29fiscal Q1 202032590001493152-20-007331
10-K2020-04-13fiscal FY 201932600001493152-20-006232
10-Q2019-09-10fiscal Q3 2019341000001493152-19-013930
10-Q2019-06-17fiscal Q2 201932960001493152-19-009269
10-Q/A2019-04-19fiscal Q1 201925520001493152-19-005666
10-Q2019-03-25fiscal Q1 201925520001493152-19-003889
10-K2019-03-19fiscal FY 201834970001493152-19-003604
10-Q2018-09-24fiscal Q3 201827760001493152-18-013679
10-Q2018-06-20fiscal Q2 201828770001493152-18-009033
10-Q2018-05-04fiscal Q1 201826510001493152-18-006292
10-K2018-03-26fiscal FY 201734960001493152-18-003916
10-Q2017-09-19fiscal Q3 201731800001493152-17-010741
10-Q2017-06-19fiscal Q2 201731800001493152-17-006845
10-Q2017-03-22fiscal Q1 201728550001493152-17-002745
10-K2017-02-10fiscal FY 201631640001493152-17-001331
10-Q2016-09-14fiscal Q3 201629760001437749-16-038700
10-Q2016-06-14fiscal Q2 201630770001437749-16-033783
10-Q2016-03-16fiscal Q1 201627560001437749-16-027817
10-K2016-02-18fiscal FY 201535710001437749-16-025662
10-Q2015-09-21fiscal Q3 201530810001437749-15-017561
10-Q2015-07-10fiscal Q2 201532860001144204-15-041822
10-Q2015-03-17fiscal Q1 201528560001144204-15-016807
10-K2015-02-13fiscal FY 201433680001144204-15-009128
10-Q2014-09-15fiscal Q3 201427760001144204-14-055956
10-Q2014-06-23fiscal Q2 201427760001144204-14-039075
10-Q2014-03-11fiscal Q1 201427560001144204-14-014922
10-K/A2014-02-18fiscal FY 201332650001144204-14-010308
10-Q/A2013-09-27fiscal Q3 201331830001144204-13-052839
10-Q/A2013-07-01fiscal Q2 201329800001144204-13-037286
10-Q/A2013-04-02fiscal Q1 201325520001144204-13-019754
10-K/A2013-02-20fiscal FY 201230620001144204-13-010306
10-Q/A2012-10-01fiscal Q3 201225760001144204-12-054040
10-Q/A2012-06-28fiscal Q2 201219540001144204-12-036999
10-Q/A2012-06-06fiscal Q1 201221440001144204-12-033585
10-K/A2012-06-06fiscal FY 201124500001144204-12-033583
10-Q2012-06-05fiscal Q3 201124680001144204-12-033324

Inspect the source

Entity
VERUS INTERNATIONAL, INC. / CIK 0001430523
Captured
SEC response SHA-256
16880f121d65f56b93d9220adb8a3262bfea0deef806aee62d603e48a25d9440

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