Skip to content

SOUTH DAKOTA SOYBEAN PROCESSORS LLC: financial reference

Explore SOUTH DAKOTA SOYBEAN PROCESSORS LLC financial histories from SEC filings, with original units, reporting periods, filing dates and downloadable source data.

Context from the filing

For 2023–2025, South Dakota Soybean Processors reports earnings per LLC capital unit, not per corporate common share. The source taxonomy’s share concepts represent capital units here. The numerator is income attributable to the Company after noncontrolling interests. The filing states that it has no other capital units or member-equity instruments that are dilutive for this calculation. The reported unit counts and per-unit values are retained without adding basic and diluted denominators. Read the source filing.

Reported financial histories

Choose a measure to inspect its definition, complete selected history and filing provenance. Each row shows the latest period available for that selected concept and original unit. Separate currencies and reporting intervals remain separate rows. Coverage dates can differ between concepts. A recent capture does not imply recent accounting coverage; these amounts are not prices.

Latest periods by selected concept and original unit
MeasurePeriod startPeriod endValueUnitFiled
Total assetsAt date2025-12-31842,782,234USD2026-03-31
Cash and cash equivalentsAt date2025-12-318,352,627USD2026-03-31
Net income or loss2025-01-012025-12-3117,735,646USD2026-03-31
Operating cash flow2025-01-012025-12-31-38,918,881USD2026-03-31
Capital expenditure payments2025-01-012025-12-31202,159,959USD2026-03-31
Revenue2013-01-012013-12-310USD2016-03-23
Contract revenue excluding tax2025-01-012025-12-31503,815,120USD2026-03-31
Financing cash flow2025-01-012025-12-31210,047,068USD2026-03-31
Investing cash flow2025-01-012025-12-31-202,369,644USD2026-03-31
Basic weighted-average shares2025-01-012025-12-3130,411,500shares2026-03-31
Diluted weighted-average shares2025-01-012025-12-3130,411,500shares2026-03-31
Basic earnings per share2025-01-012025-12-310.58USD/shares2026-03-31
Diluted earnings per share2025-01-012025-12-310.58USD/shares2026-03-31
Income tax expense or benefit2021-01-012021-12-310USD2022-04-27
Net property, plant and equipmentAt date2025-12-31553,391,247USD2026-03-31
Operating income or loss2025-01-012025-12-3117,453,510USD2026-03-31
Current assetsAt date2025-12-31183,716,676USD2026-03-31
Interest expense2024-01-012024-12-316,419,829USD2025-03-28
Current liabilitiesAt date2025-12-31158,339,144USD2026-03-31
Current accounts payableAt date2025-12-313,157,382USD2026-03-31
Net finite-lived intangible assetsAt date2015-12-316,314USD2016-03-23
Net current accounts receivableAt date2025-12-3129,285,341USD2026-03-31
Net inventoryAt date2025-12-31132,834,755USD2026-03-31
Gross profit2025-01-012025-12-3124,698,076USD2026-03-31
Cost of revenue2025-01-012025-12-31479,117,044USD2026-03-31

Inspect the source

Entity
SOUTH DAKOTA SOYBEAN PROCESSORS LLC / CIK 0001163609
Captured
2026-09-20T07:43:27.941Z
SEC response SHA-256
d9218bf4ec27955c4ad39b6bf08f993680612291077680c22092b5b68404ac3e

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Latest-filed annual-report facts per unit and reporting period at capture time. Duration facts cover 300 to 400 days. This selection can include restatements and is not a point-in-time backtest dataset. Missing concepts are omitted, never zero-filled. Values retain original units and are not currency converted. Extended concepts require compatible unit shapes and at least three reporting ends with changing values within one unit. Constant or incompatible added histories are omitted.

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