Skip to content

SALAMANDER INNISBROOK, LLC: filings

Every SALAMANDER INNISBROOK, LLC annual and quarterly report in the SEC record with the published financial measures it tagged, 40 filings, each linked to its SEC index.

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-K2026-06-18fiscal FY 2025311310001193125-26-275979
10-K2025-11-14fiscal FY 2024321310001193125-25-282775
10-K2024-12-10fiscal FY 202333650000950170-24-134954
10-Q2023-11-14fiscal Q3 202331730000950170-23-063566
10-Q2023-09-29fiscal Q2 202330710001410578-23-002134
10-Q2023-08-08fiscal Q1 202331640001410578-23-001595
10-K/A2023-06-22fiscal FY 2022311230001410578-23-001456
10-K2023-05-05fiscal FY 2022311230001410578-23-000890
10-Q2022-06-08fiscal Q1 202230630001410578-22-001861
10-K2022-04-15fiscal FY 2021301210001410578-22-000941
10-K2021-12-23fiscal FY 202030680001104659-21-153144
10-K2020-09-18fiscal FY 201827560001104659-20-106552
10-Q2020-09-18fiscal Q3 201828690001104659-20-106545
10-Q2020-09-18fiscal Q2 201828690001104659-20-106534
10-Q2020-09-18fiscal Q1 201827570001104659-20-106526
10-K2018-04-26fiscal FY 201725520001144204-18-022725
10-Q2017-11-29fiscal Q3 201725610001144204-17-061280
10-Q2017-08-14fiscal Q2 201721530001144204-17-043054
10-Q2017-05-23fiscal Q1 201721450001144204-17-029033
10-K2017-04-03fiscal FY 201621440001144204-17-018578
10-Q2016-11-14fiscal Q3 201620520001144204-16-134041
10-Q2016-08-10fiscal Q2 201620520001144204-16-118084
10-Q2016-05-19fiscal Q1 201623500001144204-16-103600
10-K2016-04-14fiscal FY 201524500001144204-16-094350
10-Q2015-11-16fiscal Q3 201524600001144204-15-066044
10-Q2015-08-27fiscal Q2 201524600001144204-15-052227
10-Q2015-05-15fiscal Q1 201523500001144204-15-031447
10-K2015-04-16fiscal FY 201424500001144204-15-023087
10-Q2014-11-18fiscal Q3 201423580001144204-14-069445
10-Q2014-08-13fiscal Q2 201423580001144204-14-049242
10-Q2014-05-15fiscal Q1 201423500001144204-14-031125
10-K2014-03-25fiscal FY 201324500001144204-14-017645
10-Q2013-11-14fiscal Q3 201323580001144204-13-061897
10-Q2013-08-22fiscal Q2 201322560001144204-13-047343
10-Q2013-05-17fiscal Q1 201322480001144204-13-030123
10-K2013-04-03fiscal FY 201224500001144204-13-019904
10-Q2012-11-19fiscal Q3 201221560001144204-12-063816
10-Q/A2012-09-12fiscal Q2 201221540001144204-12-050740
10-Q2012-05-21fiscal Q1 201219420001144204-12-030921
10-K2012-04-03fiscal FY 201121440001144204-12-019865

Inspect the source

Entity
SALAMANDER INNISBROOK, LLC / CIK 0001418372
Captured
2026-09-21T17:19:37.983Z
SEC response SHA-256
34f5f84561a9cade8a7d192d66b71c10e9d65b67637318862d3aade6cef75f66

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