Tools (SEC, Explain)
API reference for sovai.get_tools
Functions
sec_search()
sec_search()def sec_search(search = 'CFO Resgination')sec_filing()
sec_filing()def sec_filing(ticker = 'AAPL', form = '10-Q', date_input = '2023-Q3', verbose = False)code()
code()def code(prompt = 'get bankruptcy data for Tesla', verbose = False, run = False)sec_graph()
sec_graph()def sec_graph(
ticker: str = 'AAPL',
date: str = '2024-Q3',
verbose: bool = False,
ontology_type: str = 'causal',
oai_model: str = 'gpt-4o-mini',
batch: bool = True,
batch_size: int = 10,
sentiment_filter: Optional[Union[float, bool]] = None,
output_dir: str = './docs',
use_cache: bool = True,
) -> pd.DataFrameParameter
Type
Description
Last updated