TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Free Unlimited Stock/Finance API

9 点作者 bigman113将近 3 年前
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.

3 条评论

smt88将近 3 年前
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.
评论 #32583947 未加载
zinglersen将近 3 年前
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&#x2F;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&#x27;t seem to work hubbleinvesting.com&#x2F;StockAnalysis<p>I would also add better visual assets on the website, if you check out other digital product websites you&#x27;ll see they use their acutal UI in their assets, ex. Figma, Slack, etc.<p>Anyway it&#x27;s cool that you are up to share your data, I like it :)
kleer001将近 3 年前
&gt; an API for free<p>Who&#x27;s going to pay for the server costs?<p>Have you looked at Yahoo?<p><a href="https:&#x2F;&#x2F;algotrading101.com&#x2F;learn&#x2F;yahoo-finance-api-guide&#x2F;" rel="nofollow">https:&#x2F;&#x2F;algotrading101.com&#x2F;learn&#x2F;yahoo-finance-api-guide&#x2F;</a>