htm_file
Download a raw HTML object from the SEC website.
Examples
from openbb import obb
obb.regulators.sec.htm_file(url=https://www.sec.gov/Archives/edgar/data/1723690/000119312525030074/d866336dex991.htm, provider='sec')
Parameters
- standard
- sec
Name | Type | Description | Default | Optional |
---|---|---|---|---|
; |
Name | Type | Description | Default | Optional |
---|---|---|---|---|
url | str | URL for the SEC filing. | True | |
use_cache | bool | Cache the file for use later. Default is True. | True | True |
Returns
OBBject
results : List[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
Name | Type | Description |
---|---|---|
; |
Name | Type | Description |
---|---|---|
url | str | URL of the downloaded file. |
content | str | Raw content of the HTM/HTML file. |