Serving the Quantitative Finance Community

Search found 2 matches

by andysinclair
October 2nd, 2019, 5:24 am
Forum: Programming and Software Forum
Topic: Excel Price Feed Add-in
Replies: 3
Views: 9446

Re: Excel Price Feed Add-in

I also helping one guy working on an automated trading system in Excel. Can you please provide with details on this project? I mean Excel is not the trading API one would think of nowadays. Good luck with your endeavor anyways.  Thanks. I should have said semi-automated. Every 5 minutes the spreads...
by andysinclair
September 18th, 2019, 4:36 pm
Forum: Programming and Software Forum
Topic: Excel Price Feed Add-in
Replies: 3
Views: 9446

Excel Price Feed Add-in

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 ...