So I found the solution. You can download it under the Downloads section. #Yahoo API #!pip install fix_yahoo_finance import fix_yahoo_finance as yf import pandas_datareader as pdr import datetime import pandas as pd yf.pdr_override() # <== that’s all it takes :-) def get(tickers, startdate, enddate): def data(ticker): return (pdr.get_data_yahoo(ticker, start=startdate, end=enddate))…

S&P 500 – Need a simple way to recieve free data for my python sentiment algo
I am trying to find free data for s&p 500 through an python API. Any useful tip is appreciated.

AI – Blockchain
Two very interesting companies working to solve the computing power problem with AI. Read more at: http://deepbrainchain.org Read more at: https://golem.network And further reading: https://www.nature.com/articles/d41586-018-00539-y How Artificial Intelligence Works AI works by combining large amounts of data with fast, iterative processing and intelligent algorithms, allowing the software to learn automatically from patterns…
Blockchain
Interesting thoughts on investing in blockchain technologies. https://www.bloomberg.com/news/articles/2017-10-02/goldman-sachs-said-to-explore-starting-bitcoin-trading-venture?cmpid=socialflow-facebook-business&utm_content=business&utm_campaign=socialflow-organic&utm_source=facebook&utm_medium=social #neo #eth #btc #siacoin #golem https://www.coingecko.com/en
Dukascopy article
A good article from dukascopy article contest about basic trading psychology -> http://www.dukascopy.com/fxcomm/fx-article-contest/?Understanding-The-Psychology-Of-Trading&action=read&id=1867
Inspiring story
Here is a story about a daytrader called CIS written by bloomberg, read it if you are interested to know how much money it is possible to make by trading. http://www.bloomberg.com/news/2014-09-25/mystery-man-moving-japan-made-more-than-1-million-trades.html
Backtesting and optimizing your strategys in MT4
Today im about to share a good tip regarding a reliable program for downloading and exporting historical data into MT4. The program is called Tickstory: Tickstory is a trader’s database that: Downloads market data for instruments from various sources. Stores this information in a local database for quick retrieval. Outputs/exports…
Investment Championships 2014
If you are from Sweden like me, dont miss the Swedish championship for investments that starts 1st October 2014. -> http://www.investerar-sm.com/ If you are interested in MQL programming you should take a look at http://championship.mql5.com/ The last official Automated Trading Championship went off at 2012, and there was an unofficial one for 2013. For…
Welcome.
In some time soon I will start to post utilities related to FOREX trading.