Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -9,4 +9,13 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
+
FinRobot-Forecaster takes random market news and optional basic financials related to the specified company from the past few weeks as input and responds with the company's positive developments and potential concerns. Then it gives out a prediction of stock price movement for the coming week and its analysis summary.
|
13 |
+
|
14 |
+
This demo calls the OpenAI GPT API (for example, gpt-4o-mini) as its base LLM, but welcomes any ticker symbol in this demo.
|
15 |
+
|
16 |
+
Company profile & Market news & Basic financials & Stock prices are retrieved using yfinance & finnhub.
|
17 |
+
|
18 |
+
This is just a demo showing what this model is capable of. Results inferred from randomly chosen news can be strongly biased. For more detailed and customized implementation, refer to our FinRobot project https://github.com/AI4Finance-Foundation/FinRobot
|
19 |
+
|
20 |
+
|
21 |
+
**Disclaimer: Nothing herein is financial advice, and NOT a recommendation to trade real money. Please use common sense and always first consult a professional before trading or investing.**
|