Hey everybody, I’ve built an Excel Add-In which feeds live financial data to cells via simple formulas. I currently have data from Yahoo Finance and IG Index, I am working on other data providers. For example to populate a cell with the latest Apple stock price: =EPF.Yahoo.Price(“AAPL”) I have some ...