B betterLate Jul 25, 2012 #1 Hi all, Is anyone aware of any open source python scripts to create/track a custom stock index? Thanks, Frank
Hi all, Is anyone aware of any open source python scripts to create/track a custom stock index? Thanks, Frank
2 2rosy Jul 27, 2012 #2 Quote from betterLate: Hi all, Is anyone aware of any open source python scripts to create/track a custom stock index? Thanks, Frank More... sure here... prices=[34.2,12.43,18.88] sum(prices)/len(prices)
Quote from betterLate: Hi all, Is anyone aware of any open source python scripts to create/track a custom stock index? Thanks, Frank More... sure here... prices=[34.2,12.43,18.88] sum(prices)/len(prices)