Skip to content

ABV CONSULTING, INC.: filings

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

Filing record ends 2021-11-17

The latest filing in this captured record is a 10-Q filed 2021-11-17. No later filing is in the SEC companyfacts record captured on 2026-09-23. ABV CONSULTING, 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-Q2021-11-17fiscal Q3 202122680001640334-21-002878
10-Q2021-09-28fiscal Q2 202122640001640334-21-002429
10-Q2021-09-28fiscal Q1 202122480001640334-21-002426
10-K2021-09-28fiscal FY 202023470001640334-21-002403
10-Q2020-12-15fiscal Q3 202024720001640334-20-003076
10-Q2020-08-14fiscal Q2 202023660001640334-20-002132
10-Q2020-06-19fiscal Q1 202023500001640334-20-001552
10-K2020-06-15fiscal FY 201925520001640334-20-001510
10-Q2019-11-15fiscal Q3 201922650001640334-19-002353
10-Q2019-08-16fiscal Q2 201922610001640334-19-001670
10-Q2019-05-15fiscal Q1 201919410001640334-19-000864
10-K2019-03-27fiscal FY 201818370001640334-19-000439
10-Q2018-11-09fiscal Q3 201819500001640334-18-002091
10-Q2018-08-03fiscal Q2 201819480001640334-18-001495
10-Q2018-05-10fiscal Q1 201820390001640334-18-000922
10-K2018-03-19fiscal FY 201720650001640334-18-000475
10-Q2017-11-14fiscal Q3 201717360001640334-17-002381
10-Q2017-07-27fiscal Q2 201716340001640334-17-001477
10-Q2017-05-12fiscal Q1 201716300001640334-17-000910
10-K2017-03-31fiscal FY 201622430001640334-17-000620
10-Q2016-12-07fiscal Q3 201621510001213900-16-019203
10-Q2016-08-15fiscal Q2 201620540001213900-16-015917
10-Q2016-05-16fiscal Q1 201619390001213900-16-013358
10-K2016-03-23fiscal FY 201520400001213900-16-011813
10-Q2015-11-13fiscal Q3 201521520001213900-15-008600
10-Q2015-08-03fiscal Q2 201520480001213900-15-005663
10-Q2015-05-15fiscal Q1 201517320001213900-15-003767
10-K2015-03-20fiscal FY 201418330001213900-15-001911

Inspect the source

Entity
ABV CONSULTING, INC. / CIK 0001607450
Captured
SEC response SHA-256
e175cbd5e74e50361d4273bc8e5cd707a6fcb3bc5a0370e5208bb17ad55144f9

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