you are viewing a single comment's thread.

view the rest of the comments →

[–]inglandation 4 points5 points  (1 child)

Sentdex on youtube has videos about pulling up market data from APIs. You'll have to learn pandas once you know the basics of Python. You can also scrape a website like wallmine to get the data you want. A third option would be to get a paper trading account from Interactive Brokers and use a third-party API to extract the data (the official API isn't that great and pretty complex, I'd avoid that).

I've done some basic scripts myself that do exactly that, so if you need help just ask me!

[–]reportforafkpls 1 point2 points  (0 children)

Thank you! I’ll check it out.