The link used for exercise in accessing of API link is
address_template = 'https://finnhub.io/api/v1/stock/candle?symbol={}&resolution={}&from={}&to={}&token={}'
candle statistics access is only for premium users.
When we are demonstrating example for connecting and pulling data from API, can we just install its respective python package like finnhub-python in this case and extract data.
