Hey everyone,<p>I have an investing app, so I am paying (quite a bit) for a subscription to get financial data for the app. While building this, I always wished that I could have free access to this information. I would love to provide this information as an API for free, but I wanted to know what sorts of info people would want. Ideally, I would only like to create a few endpoints so it’s easier to track. Feel free to check out my app (Hubble Investing) and let me know what information you would like from there in an endpoint.<p>Note: I won’t be able to provide the AI as an endpoint because that model is stored locally in the app.
If you are paying for financial data subscription, there is a 0% chance you can give it to other people for free without violating the terms of that subscription and being dropped by the vendor.
Sounds great!<p>Here are a few things to consider:<p>- Do some research on Google Finance and Yahoo Finance APIs and front-end<p>- The more data the better, so if you meta data, company sector, description, etc.<p>- Your range of instruments are important for other companies (stocks only? how many exchanges? etc.)<p>- Some users need live data and not delayed data<p>- Some users need frequent updates of price data (100/s)<p>- Not being able to trade on the data might limit the audience<p>- Most companies pay good money for the above so as mentioned you should check the license if you are allowed to share it.<p>I checked your website and your service sounds interesting but the barrier to learn more is quite high, and this link doesn't seem to work hubbleinvesting.com/StockAnalysis<p>I would also add better visual assets on the website, if you check out other digital product websites you'll see they use their acutal UI in their assets, ex. Figma, Slack, etc.<p>Anyway it's cool that you are up to share your data, I like it :)
> an API for free<p>Who's going to pay for the server costs?<p>Have you looked at Yahoo?<p><a href="https://algotrading101.com/learn/yahoo-finance-api-guide/" rel="nofollow">https://algotrading101.com/learn/yahoo-finance-api-guide/</a>