(no title)
martinbaun | 10 months ago
Things I was also contemplating to implement you can freely steal:
1. Giving a list of potential interesting investments - these could also be behind paywall.
2. Summarize based on sectors to see where there's downturns coming - again maybe paywall this
3. Connect with news-sites or twitter etc.. to see what is happening and what is the sentiment. This is a lot harder as you'll need to either scrape or pay to get that info.
Best of luck
GodelNumbering|10 months ago
The first one is an interesting idea, but offering any real financial advice is regulated, which is a tread carefully territory
Second one is achievable and a good one at that. In fact, there is a lot of canonical data out there that when used carefully can provide a very nuanced picture of the current state of economy.
Third one, currently I have just a twitter account where the earnings reports are auto posted the second they are ready (that is, until I run out of free api limits). Their API cost for at the higher end makes it only viable if I am doing it full time and there was a clear edge by analyzing the data. My gut feeling is, most of the work will go into filtering out low signal posts idk
youainti|10 months ago
martinbaun|10 months ago
I would go for it and put a disclaimer, or I would just incorporate in a country where there's no issues with these things.
all this is hard of course to provide good value, but worthwhile.
Twitters' cost is insane right now, I had quite a few ideas for twitter integrations but they would easily cost thousands per month just to access their API.
I looked into https://github.com/d60/twikit - might not be suitable but you can definitely play around with it. Just don't use your official account as I got shadow banned using it unfortunately.
anshumankmr|10 months ago
NoToP|10 months ago