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

HTTP 500 for lots of TSX and TSXV symbols. #66

Closed saiOnline13 closed 4 years ago

saiOnline13 commented 4 years ago

It started Friday afternoon around 3 PM. Getting HTTP 500 for lots of TSX and TSXV symbols.

finnhubio commented 4 years ago

Plz follow our guideline and provide a reproducible example

saiOnline13 commented 4 years ago

Quote and Candle request fails for almost 50% of symbols traded on exchange. Here are few symbols that gave 500 error. They all used to work fine. It started yesterday evening.

AHY.UN.TO, AGU.TO, AGT.TO, AGF.B.TO, AF.TO, AEV.TO, ADW.B.TO, ADW.A.TO, ADC.UN.TO, ACZ.UN.TO, ACR.UN.TO, ACO.Y.TO, ACO.X.TO, ACC.TO, ABK.A.TO, AAR.UN.TO etc...

saiOnline13 commented 4 years ago

https://finnhub.io/api/v1/quote?token=&symbol=AAR.UN.TO Note: I removed the token key.

finnhubio commented 4 years ago

It should be ADW-A.TO . For some of other symbols, we simply do not have data for them

saiOnline13 commented 4 years ago

Thanks for the reply. I just pull the symbols using the exchange API. I just checked it, and I could see that API is also modified from . to - notation. It used to send ADW.A.TO symbol. Let me refresh symbols and give it a try. Thanks.

{ "description": "Andrew Peller Limited", "displaySymbol": "ADW-A.TO", "symbol": "ADW-A.TO" },

saiOnline13 commented 4 years ago

After symbol refresh, it is working fine. The major change was "." is replaced with "-" in most of the symbols. Thanks for the quick reply. I really appreciate it. :)