rss_litigation
Get the RSS feed that provides links to litigation releases concerning civil lawsuits brought by the Commission in federal court.
Examples
from openbb import obb
obb.regulators.sec.rss_litigation(provider='sec')
Parameters
- standard
- sec
Name | Type | Description | Default | Optional |
---|---|---|---|---|
; |
Name | Type | Description | Default | Optional |
---|---|---|---|---|
; |
Returns
OBBject
results : List[RssLitigation]
Serializable results.
provider : Optional[Literal['sec']]
Provider name.
warnings : Optional[List[Warning_]]
List of warnings.
chart : Optional[Chart]
Chart object.
extra : Dict[str, Any]
Extra info.
Data
- standard
- sec
Name | Type | Description |
---|---|---|
; |
Name | Type | Description |
---|---|---|
published | datetime | The date of publication. |
title | str | The title of the release. |
summary | str | Short summary of the release. |
id | str | The identifier associated with the release. |
link | str | URL to the release. |