Merge branch 'main' into gemini
This commit is contained in:
commit
476c15b955
|
|
@ -725,4 +725,4 @@ def get_fundamentals(ticker, curr_date):
|
|||
search_provider = SearchProviderFactory.create_provider(config)
|
||||
query = f"Search for fundamental analysis data and financial metrics for {ticker} stock from the month before {curr_date} to the month of {curr_date}. Look for earnings reports, financial ratios like PE, PS, cash flow, revenue growth, analyst ratings, and any fundamental analysis discussions. Please present key metrics in a structured format."
|
||||
return search_provider.search(query, ticker, curr_date)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue