fmilthaler / FinQuant

A program for financial portfolio management, analysis and optimisation.
MIT License
1.38k stars 190 forks source link

ValueError: operands could not be broadcast together with shapes (5,) (4,) #38

Closed mbatzeris closed 4 years ago

mbatzeris commented 4 years ago

Hi, I'm getting the following error when the number of tickers is more than 5 FINQUANT

fmilthaler commented 4 years ago

Hi there, the error you are getting is due to having missed a , between "MSFT" and "BIP". I tested it with the ,, and it works fine.