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
url
: str
URL for the SEC filing.
• Optional: True
use_cache
: bool
Cache the file for use later. Default is True.
• Default: True
• Optional: True
Data
- standard
- sec
url
: str
URL of the downloaded file.
content
: str
Raw content of the HTM/HTML file.