FinGPT
FinGPT copied to clipboard
Data-Centric FinGPT. Open-source for open finance! Revolutionize 🔥 We'll soon release the trained model.
你好,我在trade_with_gpt3.ipynb 中把env_args的stock_name 换成“MSFT”,运行中会出现 KeyError: 'microsoft corporation : microsoft assigned patent $ msft URL'错误,目前发现除了AAPL可以,有的会有失败 
Hi Authors, Thanks to open-source this great work. I am wondering: 1. if the FinGPT refered in [the finGPT paper](https://arxiv.org/abs/2306.06031) V1 or V2? I guess it is V2 but under...
There are a few improvements that can enhance its readability and maintainability. Here are the details: Error Handling for Missing Requirements File: The code attempts to read the requirements.txt file...
Hello, nice work. I would like to ask when the trained model will be open sourced and how I can call the trained model input text to predict the stock...
Hello, When trying to download the data for US model, there seem many attempt threads been started, while most of them are interrupted, guessing this is a issue from the...
https://github.com/AI4Finance-Foundation/FinGPT/blob/b21a21c54f469c488640d0c9e9a7dbe0a046943a/fingpt/FinGPT-v1/data_preparations/add_labels.py#LL11C41-L11C42
Hi, when I run download_contents.py for my csv fill, I encountered this issue,' If using all scalar values, you must pass an index.' What should I do to fix this?...
In this improved code, I've added logging, and I've also split the logic in the main function into two separate functions, load_data and save_data, for clarity and to make the...