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

How to call an API with NSE Data (NSE INDIA) ? #363

Open Jainu-s opened 4 years ago

Jainu-s commented 4 years ago

How to call an API with NSE symbol in it?

finnhubio commented 4 years ago

Hi, you can do it like this : SBIN.NS

ardagon89 commented 3 years ago

I get an error like below if I GET "https://finnhub.io/api/v1/quote?symbol=SBIN.NS&token=":

{"error":"You don't have access to this resource."}

If I do "https://finnhub.io/api/v1/quote?symbol=SBILIFE&token=" I get:

{"c":0,"h":0,"l":0,"o":0,"pc":0,"t":0}

sejpalsinh commented 3 years ago

Facing the same issue, @ardagon89 have you got any solution for this problem?

amaramrahul commented 3 years ago

I get an error like below if I GET "https://finnhub.io/api/v1/quote?symbol=SBIN.NS&token=":

{"error":"You don't have access to this resource."}

If I do "https://finnhub.io/api/v1/quote?symbol=SBILIFE&token=" I get:

{"c":0,"h":0,"l":0,"o":0,"pc":0,"t":0}

I have started facing this issue as well since the past few days.

chetanyachopra22 commented 3 months ago

+1

Screenshot 2024-08-26 at 12 05 03 AM Screenshot 2024-08-26 at 12 05 19 AM