Skip to content

SharpSpring, Inc: filings

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

Filing record ends 2021-08-16

The latest filing in this captured record is a 10-Q filed 2021-08-16. No later filing is in the SEC companyfacts record captured on 2026-09-22. SharpSpring, 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-Q2021-08-16fiscal Q2 2021401140001654954-21-009070
10-Q2021-05-17fiscal Q1 202140840001654954-21-005870
10-K2021-03-30fiscal FY 202047940001654954-21-003521
10-Q2020-11-16fiscal Q3 2020481320001654954-20-012459
10-Q2020-08-14fiscal Q2 2020491380001654954-20-009187
10-Q2020-05-15fiscal Q1 2020521070001654954-20-005620
10-K2020-03-16fiscal FY 2019521050001654954-20-002682
10-Q2019-11-14fiscal Q3 2019511470001654954-19-012861
10-Q2019-08-14fiscal Q2 2019511470001654954-19-009412
10-Q2019-05-14fiscal Q1 2019511050001654954-19-005934
10-K2019-03-05fiscal FY 2018491000001654954-19-002262
10-Q2018-11-13fiscal Q3 2018481370001654954-18-012545
10-Q2018-08-13fiscal Q2 2018481370001654954-18-008953
10-Q2018-05-15fiscal Q1 201846930001654954-18-005407
10-K2018-03-15fiscal FY 201747960001654954-18-002630
10-Q2017-11-13fiscal Q3 2017461290001493152-17-012949
10-Q2017-08-11fiscal Q2 2017451270001493152-17-008975
10-Q2017-05-15fiscal Q1 201745900001493152-17-005299
10-K2017-03-31fiscal FY 2016491090001493152-17-003069
10-Q2016-11-14fiscal Q3 2016451260001493152-16-014859
10-Q2016-08-15fiscal Q2 2016461280001493152-16-012478
10-Q2016-05-12fiscal Q1 201643870001493152-16-009697
10-K2016-03-30fiscal FY 201546940001493152-16-008425
10-Q2015-11-13fiscal Q3 2015441270001493152-15-005428
10-Q2015-08-04fiscal Q2 2015421190001553350-15-000799
10-Q2015-05-15fiscal Q1 201542830001553350-15-000487
10-K2015-03-31fiscal FY 201444880001553350-15-000312
10-Q2014-11-14fiscal Q3 2014441170001553350-14-001394
10-Q2014-08-14fiscal Q2 2014371020001553350-14-000942
10-Q2014-05-14fiscal Q1 201435680001553350-14-000533
10-K2014-03-31fiscal FY 201336750001553350-14-000311
10-Q2013-11-04fiscal Q3 201334910001553350-13-000857
10-Q2013-08-14fiscal Q2 201334910001553350-13-000568
10-Q2013-05-14fiscal Q1 201334640001553350-13-000154
10-K2013-03-29fiscal FY 201235720000943440-13-000333
10-Q2012-11-01fiscal Q3 201235950000943440-12-001114
10-Q2012-07-25fiscal Q2 201235950000943440-12-000760
10-Q2012-05-15fiscal Q1 201232640000943440-12-000543
10-K2012-03-30fiscal FY 201135700000943440-12-000271
10-Q2011-11-14fiscal Q3 201134900000943440-11-000827
10-Q2011-08-02fiscal Q2 201134910000943440-11-000431

Inspect the source

Entity
SharpSpring, Inc / CIK 0001506439
Captured
SEC response SHA-256
5dfbf55149503b2df2e96b77c6995deb2b273dad41ed7ec6b36a7e9606128908

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