Jays-code-collection / HMMs_Stock_Market

Contains all code related to using HMMs to predict stock market prices.
GNU General Public License v2.0
250 stars 59 forks source link

Import data from csv or xls instead of yahoo #9

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hello,

I'm trying to import stock data from a csv or xls file, avoiding yahoo, without success because I'm facing many errors and I'm almost new to Python code... In this case this is the example file, "stock.csv/xls". If it's possible could you please give me a tips to import stock data from local file? Thanks a lot in advance and sorry for the stupid question... p.s plz don't blame me for my question, if it's not possible feel free to close the "issues". Jean stock.csv stock.xls

ghost commented 2 years ago

Nevermind, solved by myself :)