Get company news (Note on `_from` parameter)
masterWhen calling company_news, you must use the parameter name _from instead of from to avoid a Python syntax conflict with the reserved from keyword.
# Use _from instead of from to avoid conflict
print(finnhub_client.company_news('AAPL', _from="2020-06-01", to="2020-06-10'))