Im using python trade api and the get_asset fucntion only takes a single ticker.
basically I want something like:
apple = api.get_asset(["AAPL","FB","MSFT"])
and it will return a JSON file with all the company data
Im using python trade api and the get_asset fucntion only takes a single ticker.
basically I want something like:
apple = api.get_asset(["AAPL","FB","MSFT"])
and it will return a JSON file with all the company data