nickmccullum / algorithmic-trading-python

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

Error in batch API call section #45

Open rodneyholloway opened 1 year ago

rodneyholloway commented 1 year ago

I'm getting this error--the finished code is throwing a different error when I C&P it in. Any ideas? Thanks everyone and apologies if this is a noob question! The course is great and I'm a former code writer jumping in the deep end to learn some Python.

data_error_msg

npomfret commented 1 year ago

On line 9:

).json

should be

).json()