yahoo-finance-api icon indicating copy to clipboard operation
yahoo-finance-api copied to clipboard

PHP client for Yahoo Finance API 📈

Results 6 yahoo-finance-api issues
Sort by recently updated
recently updated
newest added

I've checked the code and it doesn't look like the "Statistics" tab data is queryable for a stock. Is the data on [this page](https://finance.yahoo.com/quote/FMG.AX/key-statistics?p=FMG.AX) able to be returned? I'm trying...

When using `$client->getQuotes($symbols)`, if one of the symbols is invalid or Yahoo don't have information about, the class will just skip it, so if I sent an array with 20...

**Description** Adding stock Summary to get information about shares and stock data I need this information to get the float shares of a stock If I need this information maybe...

https://fc.yahoo.com/ is problematic because the system is running extremely slow and sometimes gives errors. Has anyone found an alternative solution? ![WhatsApp Image 2023-12-06 at 13 45 22](https://github.com/scheb/yahoo-finance-api/assets/99640389/7d1c6f05-7f90-4153-a603-52184552e40d)

**Proposal to amend code to allow bulk inserts** I would like to do a bulk insert of historical data. This is trivial using Laravel's Query helper: ```php $client = Scheb\YahooFinanceApi\ApiClientFactory::createApiClient();...

Hallo Christian, I've just started playing around with your package and like it. Thank you! I've managed to get basic quote information such as trailing PE, however I fail to...