Skip to content

BorrowMoney.com, Inc.: filings

Every BorrowMoney.com, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 34 filings, each linked to its SEC index.

Filing record ends 2024-01-16

The latest filing in this captured record is a 10-Q filed 2024-01-16. No later filing is in the SEC companyfacts record captured on 2026-09-23. BorrowMoney.com, 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-Q2024-01-16fiscal Q1 202421440001493152-24-002441
10-K2023-12-14fiscal FY 202327500001493152-23-044833
10-Q2023-07-13fiscal Q3 202322690001493152-23-024384
10-Q2023-04-12fiscal Q2 202322660001493152-23-011920
10-Q2023-01-12fiscal Q1 202321420001493152-23-001240
10-K2022-11-28fiscal FY 202225500001493152-22-033788
10-Q2022-07-07fiscal Q3 202222710001493152-22-018763
10-Q2022-04-15fiscal Q2 202221630001493152-22-010019
10-Q/A2022-01-21fiscal Q2 202120410001493152-22-001923
10-Q2022-01-13fiscal Q2 202120410001493152-22-001115
10-K/A2021-12-29fiscal FY 202121430001493152-21-032626
10-K2021-12-09fiscal FY 202121430001493152-21-030930
10-Q2021-07-20fiscal Q3 202120630001493152-21-017282
10-Q2021-05-17fiscal Q2 202120590001493152-21-011649
10-Q/A2021-05-07fiscal Q1 202119420001493152-21-010751
10-K/A2021-04-19fiscal FY 202021400001493152-21-009072
10-Q2021-02-03fiscal Q1 202119370001493152-21-002418
10-K2020-12-01fiscal FY 202021250001493152-20-022779
10-Q2020-07-14fiscal Q3 202022680001493152-20-013252
10-Q2020-04-14fiscal Q2 202021650001493152-20-006319
10-Q2020-02-03fiscal Q1 202020410001493152-20-001489
10-K2020-01-29fiscal FY 201920380001493152-20-001278
10-Q/A2020-01-07fiscal Q3 201919610001493152-20-000261
10-Q/A2020-01-07fiscal Q2 201918560001493152-20-000260
10-Q/A2020-01-07fiscal Q1 201918360001493152-20-000259
10-Q2019-07-09fiscal Q3 201922650001493152-19-010375
10-Q2019-04-15fiscal Q2 201919600001493152-19-005259
10-Q2019-01-09fiscal Q1 201919390001493152-19-000362
10-K2018-11-13fiscal FY 201821400001493152-18-015677
10-Q2018-07-16fiscal Q3 201821570001493152-18-010026
10-Q2018-04-16fiscal Q2 201819520001493152-18-005227
10-Q2018-01-16fiscal Q1 201819390001493152-18-000626
10-K2017-11-28fiscal FY 201722460001493152-17-013886
10-Q2017-07-14fiscal Q3 201720530001493152-17-007826

Inspect the source

Entity
BorrowMoney.com, Inc. / CIK 0001656501
Captured
SEC response SHA-256
f16efb0ba5ee02c2f60ad08d9310203df718299243eb511a266246c98e075593

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