Open
Description
I am trying to do the same thing just with getting market cap in there instead. I'm using the latest version of Python. So far I have:
resp = requests.get('https://cloud.iexapis.com/stable/stock/IBM/stats/"marketCap"?token=xxxxxx')
resp.raise_for_status()
print(resp.json())
It is printing all the data in stats for some reason and not just market cap. Would you know how to fix this? Thanks for the help!
Metadata
Metadata
Assignees
Labels
No labels