Skip to content

SocialPlay USA, Inc.: filings

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

Filing record ends 2018-06-18

The latest filing in this captured record is a 10-K filed 2018-06-18. No later filing is in the SEC companyfacts record captured on 2026-09-23. SocialPlay USA, 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-K2018-06-18fiscal FY 201716340001662252-18-000067
10-Q2017-12-01fiscal Q3 201715350001662252-17-000236
10-Q2017-11-22fiscal Q2 201715350001662252-17-000234
10-Q2017-05-22fiscal Q1 201715300001662252-17-000111
10-K2017-04-17fiscal FY 201615310001662252-17-000088
10-Q2017-03-31fiscal Q3 201613310001662252-17-000070
10-Q2017-01-13fiscal Q2 201613320001662252-17-000014
10-Q2016-05-23fiscal Q1 201612220001662252-16-000151
10-K2016-04-14fiscal FY 201513260001662252-16-000124
10-Q2015-12-16fiscal Q3 201513280001647488-15-000229
10-Q2015-08-19fiscal Q2 201512270001647488-15-000088
10-Q2015-05-15fiscal Q1 201417330001255294-15-000297
10-K2015-04-01fiscal FY 201419330001255294-15-000213
10-K2015-03-31fiscal FY 201419330001255294-15-000196
10-Q2014-11-14fiscal Q3 201419310001393905-14-000608
10-Q2014-08-14fiscal Q2 201419380001393905-14-000476
10-Q2014-05-15fiscal Q1 201419320001393905-14-000291

Inspect the source

Entity
SocialPlay USA, Inc. / CIK 0001597929
Captured
SEC response SHA-256
d7ce649546e38e2ff125ee17991e8faa46a747702fcf6ecb77825d66da91768d

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