razorhash / pyfmpcloud

A python wrapper for the Financial Model Prep API for analysis of public companies
MIT License
49 stars 9 forks source link

corrected 'to' parameter in historical_stock_data #20

Open johnnydoer opened 2 years ago

johnnydoer commented 2 years ago

The 'to' parameter in the function 'historical_stock_data' was missing a '=' (equals sign) and therefore all the responses received were the default latest data instead of the given range.