datatalking / mstables

MorningStar.com scraper that consolidates tens of thousands of financial records into a SQLite relational database. Class 'dataframes' easily converts the SQLite data into pandas DataFrames (see Jupyter notebook for examples)
MIT License
0 stars 0 forks source link

Initial issue - Triage - Scope - Capacity #2

Open datatalking opened 1 year ago

datatalking commented 1 year ago

The code works to access a massive archive of data that is updated. Inviting @Alienbushman

  1. Expand current to accept multiple API
  2. Update the financial analysis to include forex, crypto, commodities etc
  3. Keep it open source and use multiple countries markets
  4. Expand data analysis to include inflation and black swan events
Alienbushman commented 1 year ago

@datatalking This is a really fun project, nice find. In terms of expanding, how do you feel about social media monitoring?

datatalking commented 1 year ago

@Alienbushman Thanks for replying.

Social media is an option since it can inform, but this code base handles objective data and not as of yet the subjective data from social media, so my questions to start.

  1. What methods do you propose would be helpful in adding that sort of stochastic data source(s)?

  2. How would social media give us data, this sounds like it has potential but we need to be very specific as to what we are adding and how.