用python写1个代码:test.py。通过 import bs_inference 来导入之前的download函数,从而获取到对应股票的数据
时间: 2023-03-08 17:15:36 浏览: 111
可以这么写:import bs_inferencedef test():
stock_data = bs_inference.download('your stock code')
print(stock_data)test()
相关问题
用python写1个代码:test.py。通过 import bs_inference 来进行导入之前的download函数,从而获取到对应股票的数据
在test.py中,可以使用import bs_inference来导入之前下载的函数,从而获取相应股票的数据:
```
import bs_inferencedef get_stock_data(symbol):
stock_data = bs_inference.download(symbol)
return stock_dataif __name__ == "__main__":
stock_data = get_stock_data('AAPL')
print(stock_data)```
用python写1个测试代码:test.py。通过 import bs_inference来导入之前的download函数,从而获取到对应股票的数据
import bs_inferencedef test():
stock_data = bs_inference.download('AAPL')
print(stock_data)if __name__ == '__main__':
test()
阅读全文