Skip to content

Friendable, Inc.: filings

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

Filing record ends 2022-11-21

The latest filing in this captured record is a 10-Q/A filed 2022-11-21. No later filing is in the SEC companyfacts record captured on 2026-09-22. Friendable, 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-Q/A2022-11-21fiscal Q3 202228890001199835-22-000683
10-Q/A2022-08-25fiscal Q2 202229860001199835-22-000512
10-Q2022-05-23fiscal Q1 202224460001199835-22-000333
10-K/A2022-04-22fiscal FY 202124470001199835-22-000250
10-Q2021-11-10fiscal Q3 202122700001199835-21-000682
10-Q/A2021-08-20fiscal Q2 202125790001199835-21-000534
10-Q2021-05-24fiscal Q1 202123480001199835-21-000326
10-K2021-04-28fiscal FY 202025520001199835-21-000226
10-Q2020-11-25fiscal Q3 202025780001654954-20-012924
10-Q2020-08-14fiscal Q2 202025740001654954-20-009198
10-Q/A2020-07-17fiscal Q1 202024500001199835-20-000176
10-Q2020-07-16fiscal Q1 202024500001199835-20-000173
10-K/A2020-06-30fiscal FY 201926530001654954-20-007166
10-Q2019-11-19fiscal Q3 201924700001654954-19-013178
10-Q2019-08-23fiscal Q2 201924700001654954-19-009980
10-Q/A2019-05-31fiscal Q1 201924500001654954-19-006768
10-Q2019-05-20fiscal Q1 201924500001654954-19-006315
10-K/A2019-04-17fiscal FY 201827560001654954-19-004533
10-Q2018-11-21fiscal Q3 201826740001654954-18-013068
10-Q2018-08-20fiscal Q2 201826740001654954-18-009362
10-Q2018-05-21fiscal Q1 201826540001654954-18-005719
10-K2018-04-17fiscal FY 201727560001654954-18-004044
10-Q2017-11-20fiscal Q3 201726740001654954-17-010919
10-Q2017-08-16fiscal Q2 201725720001654954-17-007680
10-Q2017-05-22fiscal Q1 201725520001654954-17-004989
10-K2017-04-17fiscal FY 201627560001654954-17-003389
10-Q2016-11-15fiscal Q3 201624660001654954-16-004058
10-Q2016-08-15fiscal Q2 201624650001654954-16-001621
10-Q2016-05-23fiscal Q1 201624500001199835-16-000843
10-K2016-04-15fiscal FY 201527560001199835-16-000746
10-Q2015-11-16fiscal Q3 201524700001199835-15-000535
10-Q2015-08-14fiscal Q2 201524700001199835-15-000374
10-Q2015-05-26fiscal Q1 201524540001199835-15-000229
10-K2015-04-16fiscal FY 201423480001199835-15-000136
10-Q2014-11-17fiscal Q3 201423570001199835-14-000588
10-Q2014-08-19fiscal Q2 201424540001471242-14-000324
10-Q/A2014-05-22fiscal Q1 201422430001471242-14-000222
10-K/A2014-05-22fiscal FY 201324660001471242-14-000220
10-Q/A2013-11-27fiscal Q3 201324940001199835-13-000815
10-Q/A2013-08-29fiscal Q2 201324940001199835-13-000543
10-Q/A2013-05-22fiscal Q1 201324780001199835-13-000304
10-K2013-04-01fiscal FY 201225630001199835-13-000148
10-Q2012-11-15fiscal Q3 201223870001199835-12-000791
10-Q/A2012-08-31fiscal Q2 201223860001199835-12-000597
10-Q2012-05-17fiscal Q1 201223560001199835-12-000375
10-K2012-04-16fiscal FY 201123480001199835-12-000222
10-Q2011-11-15fiscal Q3 201125790001199835-11-000744
10-Q/A2011-09-14fiscal Q2 201127860001214659-11-003114

Inspect the source

Entity
Friendable, Inc. / CIK 0001414043
Captured
SEC response SHA-256
61bbe39b006bc742e80c62224e7997b830e971d15a4e5ea2347c2d156d7c3fe7

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