public-roadmap icon indicating copy to clipboard operation
public-roadmap copied to clipboard

[Google Finance API] Error when adding window at Currency searches

Open hilmanski opened this issue 10 months ago • 1 comments

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

Intercom | Inspect | Playground Link

hilmanski avatar Apr 17 '24 04:04 hilmanski

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.

aciddjus avatar Apr 17 '24 09:04 aciddjus

This issue has been resolved.

Using window parameter now works with all queries.

image

Playground

aciddjus avatar May 23 '24 11:05 aciddjus