Anyone else using get_security_historical_quotes (i.e. FetchSecurityHistoricalQuotes GraphQL function) also getting errors, since a few days?
The GraphQL API returns UNPROCESSABLE_ENTITY errors for me.
I checked the web app, and I can't find any calls to that GraphQL function anymore...
The graphs are using a FetchIntraDayChartQuotes function that returns what seems like equivalent information, but it uses different properties.
Anyone else using
get_security_historical_quotes(i.e.FetchSecurityHistoricalQuotesGraphQL function) also getting errors, since a few days?The GraphQL API returns
UNPROCESSABLE_ENTITYerrors for me.I checked the web app, and I can't find any calls to that GraphQL function anymore...
The graphs are using a
FetchIntraDayChartQuotesfunction that returns what seems like equivalent information, but it uses different properties.