Is there a way to get multiple asset with one api call?

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

1 Like