Skip to content

Donegal Group Inc.: 10-Q filed 2018-05-07

What Donegal Group Inc. reported in its quarterly report filed 2018-05-07 (fiscal Q1 2018): 16 published measures, 32 facts as tagged in accession 0001193125-18-154086.

This filing

Form
10-Q (quarterly report)
Filed
2018-05-07
Fiscal period
fiscal Q1 2018
Accession
0001193125-18-154086 on SEC EDGAR

Values are as tagged in this filing. A later filing can restate them; each measure links to its history page, which shows the latest-filed value per period. All Donegal Group Inc. filings.

Reported measures

Total assets

Resources recognized on the balance sheet. Book assets are not the market value of the business.

PeriodValueUnitDays
At 2018-03-311,774,039,109USD
At 2017-12-311,737,919,778USD

Total liabilities

Recognized obligations at the reporting date. The definition and scope differ from interest-bearing debt.

PeriodValueUnitDays
At 2018-03-311,348,685,395USD
At 2017-12-311,289,223,674USD

Stockholders equity

The reported residual interest after liabilities. It is an accounting amount, not market capitalization.

PeriodValueUnitDays
At 2018-03-31425,353,714USD
At 2017-12-31448,696,104USD

Net income or loss

Reported profit or loss for the period. Check the filing for attribution, exceptional items and discontinued operations before comparing companies.

PeriodValueUnitDays
2018-01-01 to 2018-03-31-18,178,078USD90
2017-01-01 to 2017-03-315,104,818USD90

Revenue

Revenue under this specific accounting concept. A missing value is not zero; filers can use other revenue concepts.

PeriodValueUnitDays
2018-01-01 to 2018-03-31189,328,278USD90
2017-01-01 to 2017-03-31178,970,963USD90

Retained earnings or deficit

Accumulated undistributed earnings or deficit at the reporting date. This balance is not cash available for distribution.

PeriodValueUnitDays
At 2018-03-31224,745,078USD
At 2017-12-31236,893,041USD

Income tax expense or benefit

Current and deferred income tax expense or benefit for continuing operations. This accounting expense differs from cash taxes paid.

PeriodValueUnitDays
2018-01-01 to 2018-03-31-10,357,093USD90
2017-01-01 to 2017-03-311,620,011USD90

Net property, plant and equipment

Carrying amount of property, plant and equipment after accumulated depreciation, depletion and amortization. It is not replacement cost or market value.

PeriodValueUnitDays
At 2018-03-317,237,338USD
At 2017-12-317,280,415USD

Interest expense

Borrowing costs recognized as interest expense. This is distinct from cash interest paid and may not include every capitalized borrowing cost.

PeriodValueUnitDays
2018-01-01 to 2018-03-31464,148USD90
2017-01-01 to 2017-03-31363,675USD90

Goodwill carrying amount

Recognized goodwill remaining after accumulated impairment. It arises from business combinations and does not measure the current value of the company’s brand.

PeriodValueUnitDays
At 2018-03-315,625,354USD
At 2017-12-315,625,354USD

Accumulated other comprehensive income or loss

Cumulative other comprehensive items after tax, such as translation and unrealized hedging or securities effects. These amounts have not passed through net income.

PeriodValueUnitDays
At 2018-03-31-15,513,406USD
At 2017-12-31-2,684,275USD

Net intangible assets excluding goodwill

Intangible assets other than goodwill after amortization and impairment. Internally developed intangibles are usually not recognized, so this understates what a company relies on.

PeriodValueUnitDays
At 2018-03-31958,010USD
At 2017-12-31958,010USD

Pre-tax income or loss from continuing operations

Income or loss from continuing operations before income taxes and noncontrolling interests. It excludes discontinued operations and is not net income.

PeriodValueUnitDays
2018-01-01 to 2018-03-31-28,535,171USD90
2017-01-01 to 2017-03-316,724,829USD90

Comprehensive income or loss

Net income plus other comprehensive income after tax. It includes unrealized items that net income excludes and is not a cash measure.

PeriodValueUnitDays
2018-01-01 to 2018-03-31-24,781,063USD90
2017-01-01 to 2017-03-315,451,597USD90

Other nonoperating income or expense

Other income or expense outside operations under this concept. The composition is filer-specific and can include one-time items.

PeriodValueUnitDays
2018-01-01 to 2018-03-31482,000USD90
2017-01-01 to 2017-03-31472,000USD90

Proceeds from issuing common stock

Cash received from issuing common stock during the period. It is gross of costs only where the filer reports it so, and it does not include noncash issuances.

PeriodValueUnitDays
2018-01-01 to 2018-03-31754,297USD90
2017-01-01 to 2017-03-311,865,399USD90

Inspect the source

Entity
Donegal Group Inc. / CIK 0000800457
Captured
2026-09-19T15:05:20.390Z
SEC response SHA-256
0cf51482f18e1da8fb281a62c717e2c90f3bb66454f66e2966cda14397342994

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