Hi guys,
I have to questions regarding the fetcher:
1-Is is possible to download an arbitrary csv, i.e. do something like this:
df = fetch_csv('www.url/file.csv')
where the data is not associated with any stock symbol or date?
2-If I update my CSV daily, how can I download the new data if fetch_csv can only be used within initialize?