htm_file
Download a raw HTML object from the SEC website.
Parameters
- standard
- sec
url: str | None
URL for the SEC filing.
use_cache: bool | None
Default: True
Cache the file for use later. Default is True.
Returns
results: SecHtmFile
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
url: str
URL of the downloaded file.
content: str
Raw content of the HTM/HTML file.