Skip to content

BOTS, Inc./PR: filings

Every BOTS, Inc./PR annual and quarterly report in the SEC record with the published financial measures it tagged, 51 filings, each linked to its SEC index.

Filing record ends 2021-12-15

The latest filing in this captured record is a 10-Q filed 2021-12-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. BOTS, Inc./PR 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-12-15fiscal Q2 202226670001376474-21-000459
10-Q2021-11-29fiscal Q1 202226550001376474-21-000440
10-K2021-11-15fiscal FY 202133680001477932-21-008327
10-Q2021-05-17fiscal Q3 202132860001477932-21-003323
10-Q2021-04-29fiscal Q2 202128740001477932-21-002731
10-Q2021-04-29fiscal Q1 202128580001477932-21-002730
10-K/A2021-04-29fiscal FY 202035720001477932-21-002729
10-K2021-04-19fiscal FY 202035720001477932-21-002490
10-Q2020-04-13fiscal Q3 202028750001662252-20-000023
10-Q2019-12-26fiscal Q2 202028760001662252-19-000067
10-Q2019-12-11fiscal Q1 201928560001662252-19-000063
10-K2019-11-19fiscal FY 201931620001662252-19-000059
10-Q2019-04-09fiscal Q3 201930820001662252-19-000031
10-Q2019-01-16fiscal Q2 201930820001662252-19-000012
10-Q2018-10-26fiscal Q1 201828560001662252-18-000098
10-K2018-08-30fiscal FY 201831630001662252-18-000085
10-Q/A2018-04-19fiscal Q3 201830800001662252-18-000058
10-Q2017-12-21fiscal Q2 201830800001662252-17-000250
10-Q2017-10-12fiscal Q1 201830580001662252-17-000205
10-K/A2017-09-08fiscal FY 201730580001662252-17-000189
10-Q2017-03-06fiscal Q3 201729740001662252-17-000038
10-Q/A2016-12-19fiscal Q1 201729560001662252-16-000296
10-K/A2016-12-19fiscal FY 201631600001662252-16-000294
10-Q/A2016-12-19fiscal Q3 201627700001662252-16-000292
10-Q/A2016-12-19fiscal Q2 201629750001662252-16-000290
10-Q2016-12-12fiscal Q2 201629730001662252-16-000284
10-Q2015-09-16fiscal Q1 201627540001609876-15-000045
10-K2015-09-03fiscal FY 201532620001609876-15-000039
10-Q2015-03-25fiscal Q3 201526700001609876-15-000018
10-Q2015-03-23fiscal Q3 201526700001609876-15-000017
10-K2015-01-30fiscal FY 201418360001609876-15-000008
10-Q2015-01-30fiscal Q1 201518360001609876-15-000006
10-Q2014-12-30fiscal Q2 201419530001609876-14-000091
10-Q2014-09-26fiscal Q1 201517340001609876-14-000057
10-K2014-08-22fiscal FY 201428600001609876-14-000041
10-Q/A2014-03-21fiscal Q2 201426740001376474-14-000063
10-Q/A2014-03-21fiscal Q1 201425590001376474-14-000062
10-K/A2014-03-21fiscal FY 201327640001376474-14-000061
10-Q2014-03-17fiscal Q3 201428670001376474-14-000052
10-Q2013-12-16fiscal Q2 201426740001376474-13-000547
10-Q/A2013-09-20fiscal Q1 201425590001376474-13-000473
10-K/A2013-08-05fiscal FY 201327640001376474-13-000384
10-Q2013-03-18fiscal Q3 201326700001554795-13-000161
10-Q2012-12-13fiscal Q2 201322620001517126-12-000255
10-Q2012-09-14fiscal Q1 201322520001517126-12-000184
10-K/A2012-07-26fiscal FY 201216360001517126-12-000131
10-K2012-07-25fiscal FY 201216360001517126-12-000129
10-Q/A2012-04-05fiscal Q3 201215400001517126-12-000033
10-Q/A2012-04-05fiscal Q2 201215330001517126-12-000032
10-Q2012-03-16fiscal Q3 201215400001517126-12-000022
10-Q2012-03-16fiscal Q2 201215330001517126-12-000021

Inspect the source

Entity
BOTS, Inc./PR / CIK 0001525852
Captured
SEC response SHA-256
8bbd47e94225ffb5c0bf39a84f366ad2df8d5ebc198dcb3acd068be55e879e3c

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