finnhubio / Finnhub-API

Finnhub API provides institutional-grade financial data to investors, fintech startups and investment firms. We support real-time stock price, global fundamentals and alternative data. https://finnhub.io/docs/api
98 stars 6 forks source link

Multiple quotes in a single request #11

Open chintan-sd opened 4 years ago

chintan-sd commented 4 years ago

When using api call for quotes how to get quotes for symbols in one call. Can the symbols be supplied separated by comma ex: https://finnhub.io/api/v1/quote?symbol=AAPL,MSFT&token=demo

For an app, where websockets is not an option this really becomes a bottleneck & mostly will hit the per second limit for most of the plans.

Please advice.

Thanks

finnhubio commented 4 years ago

There is no way around that at the moment. If 30 api calls/second is not enough for your app, you can contact us via email for an enterprise solution. The plans available on our site are more suitable to personal use and single developer's app which doesn't handle a lot of traffic.

kalpeshjethva18 commented 1 year ago

Same here I have the issue. 10 Items of the symbol I need to call 21 apis 10 for a quote and 10 for graph data, which is irritating. Is there any other solution?