I\'m trying to average out the bid + ask for yfinance. So far I\'ve got this: price = ({info[\'bid\']} + {info[\'ask\']}) / 2
price = ({info[\'bid\']} + {info[\'ask\']}) / 2
but that returns an error s