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

Stock Futures data #178

Closed kennethaasan closed 4 years ago

kennethaasan commented 4 years ago

What is the issue ? Plz describe in details

How can I access the stock futures data? For example, FB (Facebook https://finnhub.io/api/v1/quote?symbol=FB.US) is valued to $213.70 as we speak in futures, while the current price in the quote endpoint is $194.19.

Thanks, Kenneth

finnhubio commented 4 years ago

We do not support futures data at the moment.

finnhubio commented 4 years ago

If you meant pre and post market hour. You can add "&trade=true" into the quote endpoint to get them. Not if that's what you are looking for by "future" though.

kennethaasan commented 4 years ago

Thanks! That's what I was looking for. That should probably be added to the documentation (https://finnhub.io/docs/api#quote)