Schema Files
Implementation details
Class names
Model name | Parameters class | Data class |
---|---|---|
SchemaFiles | SchemaFilesQueryParams | SchemaFilesData |
Import Statement
from openbb_core.provider.standard_models. import (
SchemaFilesData,
SchemaFilesQueryParams,
)
Parameters
- standard
- sec
Name | Type | Description | Default | Optional |
---|---|---|---|---|
query | str | Search query. | True |
Name | Type | Description | Default | Optional |
---|---|---|---|---|
query | str | Search query. | True | |
url | str | Enter an optional URL path to fetch the next level. | None | True |
use_cache | bool | Whether or not to use cache. | True | True |
Data
- standard
- sec
Name | Type | Description |
---|---|---|
; |
Name | Type | Description |
---|---|---|
files | List[str] | Dictionary of URLs to SEC Schema Files |