nickmccullum / algorithmic-trading-python

The repository for freeCodeCamp's YouTube course, Algorithmic Trading in Python
2.35k stars 2.37k forks source link

Sandbox does exist. #55

Closed Hongyac closed 1 year ago

Hongyac commented 1 year ago

f'https://sandbox.iexapis.com/stable/stock/{symbol}/quote?token={IEX_CLOUD_API_TOKEN}' data = requests.get(api_url).json()

the url link here is not valid anymore.

joethesaint commented 1 week ago

How did you solve this?

joethesaint commented 1 week ago

How did you solve this?