That can happen more frequently if I download a few more data, e.g. data from 50 companyies. It seems to be related to access rate? I am using a normal fiber internet connection from France & access it via Python + requests.
Hello. To follow up on this, I don’t see any errors logged in the Rapid API infrastructure, nor in the internal infrastructure either. I haven’t been able to reproduce the experience you are having, so while I continue monitoring/testing, my suggestions would be that perhaps the connectivity to the end source occasionally misbehaves, so you could try putting some check/logic in your downloader to detect these empty fields and then pause for a short time before resuming downloads?
I haven’t had any reports from other users about this issue, so any details you can give about your location / network / setup, might be useful.
for VICI now, I have this as response, which contains only empty data.
{“result”:{“currency”:“USD”,“quarterlyValuationMeasures”:[{“period”:“Current”,“label”:“Market Cap (intraday)”,“value”:""},{“period”:“Current”,“label”:“Enterprise Value”,“value”:""},{“period”:“Current”,“label”:“Trailing P/E”,“value”:""},{“period”:“Current”,“label”:“Forward P/E”,“value”:""},{“period”:“Current”,“label”:“PEG Ratio (5 yr expected)”,“value”:""},{“period”:“Current”,“label”:“Price/Sales”,“value”:""},{“period”:“Current”,“label”:“Price/Book”,“value”:""},{“period”:“Current”,“label”:“Enterprise Value/Revenue”,“value”:""},{“period”:“Current”,“label”:“Enterprise Value/EBITDA”,“value”:""}]},“responseStatus”:null}
It seems working for me now. It wasn’t working 1 hour ago, so I said sometimes, which means it is not 100% reliable. It you have some kinds of logging, you will find that it was giving sometimes the empty results like the following:
these responses say quarterly, but you asked about yearly? can you confirm what request type you are sending and confirm that it’s the one you intend to send?
That can happen more frequently if I download a few more data, e.g. data from 50 companyies. It seems to be related to access rate? I am using a normal fiber internet connection from France & access it via Python + requests.
Hello. To follow up on this, I don’t see any errors logged in the Rapid API infrastructure, nor in the internal infrastructure either. I haven’t been able to reproduce the experience you are having, so while I continue monitoring/testing, my suggestions would be that perhaps the connectivity to the end source occasionally misbehaves, so you could try putting some check/logic in your downloader to detect these empty fields and then pause for a short time before resuming downloads?
I haven’t had any reports from other users about this issue, so any details you can give about your location / network / setup, might be useful.
regards
thanks for the info, I’ll do some investigation and let you know if/when i can find a cause.
When I request
https://yahoofinance-stocks1.p.rapidapi.com/stock-statistics
for
VICI
now, I have this as response, which contains only empty data.{“result”:{“currency”:“USD”,“quarterlyValuationMeasures”:[{“period”:“Current”,“label”:“Market Cap (intraday)”,“value”:""},{“period”:“Current”,“label”:“Enterprise Value”,“value”:""},{“period”:“Current”,“label”:“Trailing P/E”,“value”:""},{“period”:“Current”,“label”:“Forward P/E”,“value”:""},{“period”:“Current”,“label”:“PEG Ratio (5 yr expected)”,“value”:""},{“period”:“Current”,“label”:“Price/Sales”,“value”:""},{“period”:“Current”,“label”:“Price/Book”,“value”:""},{“period”:“Current”,“label”:“Enterprise Value/Revenue”,“value”:""},{“period”:“Current”,“label”:“Enterprise Value/EBITDA”,“value”:""}]},“responseStatus”:null}
I am using all these apis
https://yahoofinance-stocks1.p.rapidapi.com/stock-statistics
https://yahoofinance-stocks1.p.rapidapi.com/financialstatements/annual-income
https://yahoofinance-stocks1.p.rapidapi.com/financialstatements/quarterly-income
It seems working for me now. It wasn’t working 1 hour ago, so I said sometimes, which means it is not 100% reliable. It you have some kinds of logging, you will find that it was giving sometimes the empty results like the following:
{“result”:{“currency”:“USD”,“quarterlyValuationMeasures”:[]},“responseStatus”:null}
{“total”:0,“offset”:0,“results”:[],“responseStatus”:null}
i just requested BABA from statistics endpoint and it returned 40+ items.
please try again, but it seems to be working fine for me.
these responses say quarterly, but you asked about yearly? can you confirm what request type you are sending and confirm that it’s the one you intend to send?
And https://yahoofinance-stocks1.p.rapidapi.com/stock-statistics is returning empty data to every stock now.
Take
BABA
as example.{“result”:{“currency”:“USD”,“quarterlyValuationMeasures”:[]},“responseStatus”:null}
Same problem for
ACMR
.{“result”:{“currency”:“USD”,“quarterlyValuationMeasures”:[]},“responseStatus”:null}
{“total”:0,“offset”:0,“results”:[],“responseStatus”:null}
Like
IIPR
I got this.
{“result”:{“currency”:“USD”,“quarterlyValuationMeasures”:[]},“responseStatus”:null}
{“total”:0,“offset”:0,“results”:[],“responseStatus”:null}