public-roadmap
public-roadmap copied to clipboard
[Google Finance API] Error when adding window at Currency searches
A user reported that upon searching currency data with window parameter it shows an error. I'm able to replicate this.
It should return the data just fine: https://www.google.com/finance/quote/EUR-ARS?hl=en&window=5D
The issue is that the query has a -
sign instead of a :
sign. And we are not properly handling queries with -
sign when using window
parameter.