TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Excel Price Feed – Live and Streaming Financial Prices in Excel

6 pointsby andysinclairabout 6 years ago

1 comment

andysinclairabout 6 years ago
Developer here: I’ve built an Excel Add-In which feeds live financial data to cells via simple formulas. It currently sources data from Yahoo Finance and IG Index, I am working on other data providers.<p>For example to populate a cell with the latest Apple stock price: =EPF.Yahoo.Price(“AAPL”)<p>For brokers, such as IG Index you can download historical data for analysis, submit trades and stream real-time prices to cells.<p>I have some users using it to automatically keep track of the value of their portfolio across different brokers and I&#x27;m also helping one guy working on an automated trading system in Excel.<p>Here&#x27;s a tutorial on using it to build a realtime investment portfolio. <a href="https:&#x2F;&#x2F;www.excelpricefeed.com&#x2F;tutorials&#x2F;excel-realtime-stock-fund-portfolio" rel="nofollow">https:&#x2F;&#x2F;www.excelpricefeed.com&#x2F;tutorials&#x2F;excel-realtime-stoc...</a><p>You can try it free for 10 days at <a href="https:&#x2F;&#x2F;www.excelpricefeed.com" rel="nofollow">https:&#x2F;&#x2F;www.excelpricefeed.com</a><p>Would love to get some feedback!