Skip to content

DBUB GROUP, INC: filings

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

Filing record ends 2019-11-14

The latest filing in this captured record is a 10-Q filed 2019-11-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. DBUB GROUP, 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-Q2019-11-14fiscal Q3 201929780001607062-19-000449
10-Q2019-08-14fiscal Q2 201929780001607062-19-000333
10-Q2019-05-20fiscal Q1 201930590001607062-19-000233
10-K2019-04-16fiscal FY 201829530001607062-19-000158
10-Q2018-11-21fiscal Q3 201824640001607062-18-000453
10-Q2018-05-21fiscal Q1 201827540001607062-18-000179
10-K2018-04-17fiscal FY 201727550001607062-18-000131
10-Q2017-11-20fiscal Q3 201734890001607062-17-000403
10-Q2017-08-16fiscal Q2 201736920001607062-17-000276
10-Q2017-05-19fiscal Q1 201734690001607062-17-000203
10-K2017-04-03fiscal FY 201637720001607062-17-000144
10-Q/A2016-11-22fiscal Q3 201635850001607062-16-001073
10-Q2016-08-15fiscal Q2 201633790001607062-16-000961
10-Q2016-05-16fiscal Q1 201632610001607062-16-000847
10-K2016-04-05fiscal FY 201537780001607062-16-000771
10-Q2015-11-16fiscal Q3 201534850001607062-15-000502
10-Q2015-08-14fiscal Q2 201533840001607062-15-000360
10-Q2015-05-14fiscal Q1 201533630001607062-15-000207
10-K2015-04-09fiscal FY 201435700001607062-15-000171
10-Q2014-11-14fiscal Q3 201435890001607062-14-000186
10-Q2014-08-14fiscal Q2 201434900001144204-14-050131
10-Q2014-05-19fiscal Q1 201433700001144204-14-031879
10-K2014-04-11fiscal FY 201337760001144204-14-021979
10-Q2013-11-19fiscal Q3 201336960001144204-13-062883
10-Q2013-08-14fiscal Q2 201331860001144204-13-045386
10-Q2013-05-15fiscal Q1 201331660001144204-13-029454
10-K2013-04-12fiscal FY 201235720001144204-13-021575
10-Q2012-11-14fiscal Q3 201234920001144204-12-061892
10-Q2012-08-14fiscal Q2 201233880001144204-12-045099
10-Q/A2012-06-20fiscal Q2 201131800001144204-12-035556
10-Q/A2012-06-20fiscal Q3 201131800001144204-12-035532
10-Q2012-05-16fiscal Q1 201228580001144204-12-029844
10-K2012-04-16fiscal FY 201132850001144204-12-021796
10-Q2011-11-21fiscal Q3 201131800001144204-11-065909
10-Q2011-08-15fiscal Q2 201131800001144204-11-047456

Inspect the source

Entity
DBUB GROUP, INC / CIK 0001076784
Captured
SEC response SHA-256
645751f99542189801a710bcc8c0a6b4608ad1384a038a3929f8e6c052737eaa

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