Download the PHP package murilobd/google-finance-stocks without Composer
On this page you can find all versions of the php package murilobd/google-finance-stocks. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download murilobd/google-finance-stocks
More information about murilobd/google-finance-stocks
Files in murilobd/google-finance-stocks
Download murilobd/google-finance-stocks
More information about murilobd/google-finance-stocks
Files in murilobd/google-finance-stocks
Vendor murilobd
Package google-finance-stocks
Short Description This package will get from Google Finance all infos from a given stock (ex: BVMF:PETR4)
License MIT
Package google-finance-stocks
Short Description This package will get from Google Finance all infos from a given stock (ex: BVMF:PETR4)
License MIT
Please rate this library. Is it a good library?
Informations about the package google-finance-stocks
Google Finance Stocks for Laravel
This composer package will get from Google Finance all infos from a given stock (ex: BVMF:PETR4, NASDAQ:GOOGL, ...). Built to use with Laravel 5.x.
Instalation
Begin by pulling in the package through Composer.
If you're using Laravel >= 5.5, it's all done. If not, include the service provider and alias in your :
Usage
Whenever you want a stock informations, just call:
Mapped attributes are:
- symbol: Symbol
- exchange: Exchange
- name: Company name
- price: Last price in latest trading day
- variation: Last variation in percentage in latest trading day
- low: Lowest price in lastest trading day
- high: Highest price in lastest trading day
- low52: Lowest price in last 52 weeks
- high52: Highest price in last 52 weeks
- open: Open price in latest trading day
- volume: Number of shares traded in lastest trading day
- avarage_volume: Avarage of shares traded in last 30 days
- market_cap: Total value of a company in the stock market. It is generally calculated by multiplying the shares outstanding by the current share price.
- price_to_earning: Price to earning ratio
- dividend: Divident per share paid to shareholders in the most recent quarter
- dividend_yeld: Dividend yeld
- earnings_per_share: Earnings per share. The net income over the last four quarters divided by the shares outstanding.
- shares: Shares outstanding. The number of shares held by investors and company insiders, excluding dilutive securities such as non-vested RSUs and unexercised options.
Example:
All versions of google-finance-stocks with dependencies
PHP Build Version
Package Version
Requires
guzzlehttp/guzzle Version
^6.2
The package murilobd/google-finance-stocks contains the following files
Loading the files please wait ....