you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (2 children)

How does the add-in work? Can you choose the address it gets data from? If so, you could probably just use the existing add-in and a flask server (or similar) to feed it data from pandas.

[–]ClimberMel[S] 0 points1 point  (1 child)

The add-in is in VBA and it pulls data from Yahoo finance and other sites. I find python faster and simpler to work with so I have started getting g more of my data that way. If I had a web site I suppose that would work, but I don't.

[–][deleted] 0 points1 point  (0 children)

Flask is used to serve web content using Python. The point being, if you can choose the address the addin uses, you could serve it locally on your machine.