Earnings Press Release Numeric

Numbers from Earnings Press Releases

class calcbench.press_release.FormatType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)
Text = 'text'
class calcbench.press_release.PressReleaseData(**kwargs)

Corresponds to PressReleaseDataWrapper on the server

cik: str
date: datetime
date_reported: datetime
entity_id: int
entity_name: str
facts: Sequence[PressReleaseDataPoint]
filing_type: str
fiscal_period: int
fiscal_year: int
fiscal_year_end_date: datetime
ticker: str
url: str
class calcbench.press_release.PressReleaseDataPoint(**kwargs)

Corresponds to PressReleaseDataPoint on the server

UOM: str
effective_value: Decimal
fact_id: int
format_type: FormatType
is_instant_value: bool
period_end: datetime
period_start: datetime
presentation_order: int
range_high_value: Decimal
reported_value: Decimal
sec_filing_id: int
statement_type: str
table_id: str
calcbench.press_release.press_release_data(company_identifiers, year, period)
Return type:

DataFrame

calcbench.press_release.press_release_raw(company_identifiers, year, period)
Return type:

Generator[PressReleaseData, None, None]