Sec Htm File
Implementation details
Class names
Model name | Parameters class | Data class |
---|---|---|
SecHtmFile | SecHtmFileQueryParams | SecHtmFileData |
Import Statement
from openbb_core.provider.standard_models. import (
SecHtmFileData,
SecHtmFileQueryParams,
)
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 |
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. |