ciurana2016 / predict_stock_py

This is a submission for the "Predicting Stock Prices challenge" by @Sirajology on Youtube. [runner-up]
188 stars 84 forks source link

Chance to Currency #5

Open macd2 opened 7 years ago

macd2 commented 7 years ago

Hello, is it possible to adjust your script to get prediction for currencys insdead of stocks? i tried to change the URL from:

https://finance.google.com/finance?q=NASDAQ%3A

to https://finance.google.com/finance?q=CURRENCY%3A

As input i tried USD and EUR but no luck getting plenty of errors .

Also getting the error: "...bad sentiment"

ciurana2016 commented 7 years ago

Also getting the error: "...bad sentiment"

This is because the sentiment on Twitter for that word is lower than 0.

As for the currencys I'm not sure if google finance gives files like the stock ones, but sure if you feed the program any data structured correctly it will work, like in the demo folder in the repository.