I have come across a data set that looks very relevant to what I need.
The data set is provided through the online platform Quantopian, where you impot it into their existing Python environment. Is it possible at all to import this same data set API from Quantopian into a local Python script?
pip install quantopian
does not exist.
pip install quantopian-tools
seems to be deprecated, and does not seem to provide access to the data libraries.