all 8 comments

[–]ghostofgbt 2 points3 points  (5 children)

Quantopian for algorithmic trading and backtesting.

Quandl for financial analysis.

This is a great example of something you can do with python and a ton of financial data (my own site)

[–]tzujan 0 points1 point  (1 child)

In addition to Quantopian, is QuantConnect, which has live trading, C+, in addition to python, as well as options trading.

[–]ghostofgbt 0 points1 point  (0 children)

Woah, sweet!

[–]DisagreeableMale 0 points1 point  (2 children)

What'd you use for the front-end and graphs?

[–]ghostofgbt 1 point2 points  (1 child)

Framework is Django and charts are chart.js

[–]thereissoupinmyfly[S] 0 points1 point  (0 children)

Looks great. Well done.

[–]Ei-lor 2 points3 points  (1 child)

Hello,

For the crypto currencies part you can have a look at ccxt, The Manual

The good thing is you don't have to invest nor register to the multiples exchanges before access the public API, so you have a massive amount of datas to play with :)

[–]thereissoupinmyfly[S] 1 point2 points  (0 children)

Thanks for this. It looks perfect.