justinclarkhome / AlphaVantageStockDB

MySQL database to hold stock price data from AlphaVantage, along with Python-based update scripts.
23 stars 8 forks source link

Feature Request - Add functionality for IEX, yfinance etc #4

Open datatalking opened 3 years ago

datatalking commented 3 years ago

Have you archived this repo or could we expand its database functions to accept files from multiple sources?

justinclarkhome commented 3 years ago

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 .

datatalking commented 2 years ago

@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.

datatalking commented 1 year ago

@justinclarkhome I'm nearly ready to send a pr but I'm have questions.

  1. 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

  2. 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?