PHPackages                             floda/yahoo\_finance - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. floda/yahoo\_finance

ActiveLibrary[API Development](/categories/api)

floda/yahoo\_finance
====================

Yahoo Finance market data

1.0.0(6y ago)24208[1 issues](https://github.com/gauss314/yahoo-finance-api/issues)MITPHP

Since Jan 5Pushed 4y ago2 watchersCompare

[ Source](https://github.com/gauss314/yahoo-finance-api)[ Packagist](https://packagist.org/packages/floda/yahoo_finance)[ RSS](/packages/floda-yahoo-finance/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Yahoo Finance non oficial SDK
=============================

[](#yahoo-finance-non-oficial-sdk)

[![Total Downloads](https://camo.githubusercontent.com/608d121d0e7728418d52f7bf19f3508a781df6d854434a396904fa8cd873b1d4/68747470733a2f2f706f7365722e707567782e6f72672f666c6f64612f7961686f6f5f66696e616e63652f646f776e6c6f616473)](https://packagist.org/packages/floda/yahoo_finance)[![License](https://camo.githubusercontent.com/1458a0607bf4019105d349c13cafbb164ea77c7eebdfb2f760461a6ae739eec6/68747470733a2f2f706f7365722e707567782e6f72672f666c6f64612f7961686f6f5f66696e616e63652f6c6963656e7365)](https://packagist.org/packages/floda/yahoo_finance)

Since APIs have been discontinued in November 2017, this client is using non-official API endpoints for quotes, search and historical data.

**WARNING:** These non-official APIs cannot be assumed stable and might break any time. Also, you might violate Yahoo's terms of service. So use them at your own risk.

Installation
============

[](#installation)

```
$ composer require "floda/yahoo_finance"
```

Usage
=====

[](#usage)

If your project has not an autoloder, just include once this line:

```
require_once __DIR__ . "/../vendor/autoload.php";
```

For Laravel 5, Symfony, just instance object and use functions

Historical Data
---------------

[](#historical-data)

```
