scheb / yahoo-finance-api

PHP client for Yahoo Finance API 📈
MIT License
275 stars 54 forks source link

Added possibility to search in other regions #36

Closed BenjaminPaap closed 2 years ago

BenjaminPaap commented 2 years ago

Description We need to search for searchTerms in other regions than only the US. You can provide a region to the Yahoo Finance API in order to get other results. Added a possibility to specify a region but did not break any logic.

scheb commented 2 years ago

Please check the syntax error on PHP 7.1 in the build. Besides that, looks good to me.

BenjaminPaap commented 2 years ago

Please check the syntax error on PHP 7.1 in the build. Besides that, looks good to me.

Updated PR. Thanks for the hint.

scheb commented 2 years ago

Thanks for contributing. Released as v4.3.0.

BenjaminPaap commented 2 years ago

Nice, thanks!