AlphaVantageStockDB
AlphaVantageStockDB copied to clipboard
Feature Request - Add functionality for IEX, yfinance etc
Have you archived this repo or could we expand its database functions to accept files from multiple sources?
It isn't archived but not being worked on actively. I doubt I'll have the time to add additional databases anytime soon though.
On Sun, Aug 8, 2021, 5:02 PM Andrew Schell @.***> wrote:
Have you archived this repo or could we expand its database functions to accept files from multiple sources?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/justinclarkhome/AlphaVantageStockDB/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADNSXWZ3OBZDGDEKDDWLAK3T33WGLANCNFSM5BY3HWAA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .
@justinclarkhome If you add me as a user I will have some time this summer and can work on a few areas. I'm part of the pandas dataframe team so we are connecting several data points.
On Mon, Aug 9, 2021 at 4:30 PM Justin Clark @.***> wrote:
It isn't archived but not being worked on actively. I doubt I'll have the time to add additional databases anytime soon though.
@justinclarkhome I'm nearly ready to send a pr but I'm have questions.
-
The creds.yaml file is a challenge as its not in the file, so can we supply a sample or reference how they are made. I've only used .env files and conda
-
I'm trying to use the .sh files you supplied but no matter what I do the python interpreter says for lines 12, 15, 18, 21, 24 and 27
/AlphaVantageStockDB/create_intraday.sh: line 21: mysql: command not found
What is a possible solution, I can connect to the database but should I be adding a path to something or?