pipiku915 / FinMem-LLM-StockTrading

FinMem: A Performance-Enhanced LLM Trading Agent with Layered Memory and Character Design
MIT License
312 stars 73 forks source link

cannot download data? #6

Closed QixingHuang closed 4 months ago

QixingHuang commented 9 months ago

when I run download-data/00_download_yfinance.py, I find some files are missing, such as "data/02_intermediate/parsed_ark.csv","data/02_intermediate/yf_data.parquet", similar problems appear when I try to download news/transcript data.

dean-sh commented 9 months ago

Hi, seconding this. To allow us to test your work, please update the readme with instructions on downloading the data. Thanks a lot!

Thanks a lot for your question. We will update a dockerzied version and data processing pipeline in very soon.

pipiku915 commented 9 months ago

when I run download-data/00_download_yfinance.py, I find some files are missing, such as "data/02_intermediate/parsed_ark.csv","data/02_intermediate/yf_data.parquet", similar problems appear when I try to download news/transcript data.

Hi, we have reformatted the data pipeline with detailed processing explanation, and dockerize the code, It is currently posted in main branch. Please let us know if there are further issues.

pipiku915 commented 9 months ago

Hi, seconding this. To allow us to test your work, please update the readme with instructions on downloading the data. Thanks a lot!

Thanks a lot for your question. We will update a dockerzied version and data processing pipeline in very soon.

Hi, we have reformatted the data pipeline with detailed processing explanation, and dockerize the code, It is currently posted in main branch. Please let us know if there are further issues.

NathanWang7 commented 8 months ago

Hi, seconding this. To allow us to test your work, please update the readme with instructions on downloading the data. Thanks a lot!

Thanks a lot for your question. We will update a dockerzied version and data processing pipeline in very soon.

Hi, we have reformatted the data pipeline with detailed processing explanation, and dockerize the code, It is currently posted in main branch. Please let us know if there are further issues.

Hi, when running the updated file named "01_Alpaca_News_API_download.py", it raise FileNotFoundError, saying couldn't find the data\03_primary\price_data.parquet

wang1946may7 commented 7 months ago

Hi there, Looks like 00 download price data from yahoo finiance is missing....

Acatsama0871 commented 4 months ago

Please see the updated data pipeline. Feel free to reopen it