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

Response status 500 #246

Closed trugh16 closed 4 years ago

trugh16 commented 4 years ago

What is the issue ? Plz describe in details

I request candles using RapidAPI. It was working fine last week; but since yesterday the response is status 500.

How to reproduce the error ?

url = "https://finnhub-realtime-stock-price.p.rapidapi.com/stock/candle" querystring = {"to":1575243390,"symbol":'AAPL',"from":1572651390,"resolution":"15", "format":"csv"} headers = { 'x-rapidapi-host': "finnhub-realtime-stock-price.p.rapidapi.com", response = requests.request("GET", url, headers=headers, params=querystring)

What is the expected result and why do you think it's the correct result ?

It should return the stock prices. It was working fine all week last week. Suddenly stopped working.

finnhubio commented 4 years ago

The issue should be fixed now.