Hi guys,
My first baby steps in Python coding and I can draw a -basic- graph with google datas for 1 stock!
Now I want to import PremiumData for US stocks (on my PC used for Amibroker) and I am stuck here:
engine = create_engine('mysql+mysqlconnector://root:root@localhost/????’)
I know can use the converter tool to create csv file to put these database under if this is what needs to be done.
But then I don’t know what to write here: mysql+mysqlconnector://root:root@localhost/????’
for Python to access it from my PC.
If you have an easy answer, I would be grateful otherwise maybe you can point me in the right direction in terms of literature (the book I have from the library is not deep enough).
Thanks. Laurent
My first baby steps in Python coding and I can draw a -basic- graph with google datas for 1 stock!
Now I want to import PremiumData for US stocks (on my PC used for Amibroker) and I am stuck here:
engine = create_engine('mysql+mysqlconnector://root:root@localhost/????’)
I know can use the converter tool to create csv file to put these database under if this is what needs to be done.
But then I don’t know what to write here: mysql+mysqlconnector://root:root@localhost/????’
for Python to access it from my PC.
If you have an easy answer, I would be grateful otherwise maybe you can point me in the right direction in terms of literature (the book I have from the library is not deep enough).
Thanks. Laurent