serpapi / public-roadmap

Public Roadmap for SerpApi, LLC (https://serpapi.com)
45 stars 3 forks source link

[Google Finance Api] Error when add paramter window to the request. #1586

Closed mybess00 closed 1 month ago

mybess00 commented 2 months ago

When the window parameter is added to the request, an error is returned: Google Finance has not returned any results for this query.

The data should be returned well like this:: https://www.google.com/finance/quote/BRL-EUR?window=5D

Playground Example

schaferyan commented 2 months ago

Thanks for the issue @mybess00!

You are correct, we don't seem to be processing the window parameter correctly. Here is another example:

Screenshot 2024-05-02 at 11 31 20 AM Screenshot 2024-05-02 at 11 31 12 AM

Search Inspector 1 | Search Inspector 2 | Playground

aciddjus commented 1 month ago

Thank you for reporting the issue, @mybess00 👍

I'm closing this one as we already have one open for the same bug: https://github.com/serpapi/public-roadmap/issues/1551