PHPackages                             joseraul/finviz-crawler - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. joseraul/finviz-crawler

Abandoned → [https://github.com/joseraul/finviz-scraper](/?search=https%3A%2F%2Fgithub.com%2Fjoseraul%2Ffinviz-scraper)Library[Utility &amp; Helpers](/categories/utility)

joseraul/finviz-crawler
=======================

Framework agnostic PHP Finviz crawler

0.0.4(5y ago)8315[1 PRs](https://github.com/joseraul/finviz-scraper/pulls)MITPHP

Since Oct 22Pushed 1y ago1 watchersCompare

[ Source](https://github.com/joseraul/finviz-scraper)[ Packagist](https://packagist.org/packages/joseraul/finviz-crawler)[ RSS](/packages/joseraul-finviz-crawler/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (2)Versions (5)Used By (0)

[![Build Status](https://camo.githubusercontent.com/c64a4c320365dcefb134934a84bd8b3f493e97a0a779ff938fcb8f6923d25c2c/68747470733a2f2f7472617669732d63692e6f72672f6a6f73657261756c2f66696e76697a2d736372617065722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/joseraul/finviz-scraper)

### Description

[](#description)

Finviz is one of the most famous stock screener and financial visualizations.

This is an Open Source package that helps to extract information from Finviz. Keep in mind that you do not own the information, it is only for your personal use.

### Installation

[](#installation)

```
composer require joseraul/finviz-scraper

```

### Example of use

[](#example-of-use)

#### Quotes

[](#quotes)

Extract information from `https://finviz.com/quote.ashx?t=AAPL`. Example:

```
$finviz_crawler = new Client();
$data = $finviz_crawler->quote('AAPL');

```

Response

```
Array
(
    [snapshot] => Array
        (
            [Index] => -
            [P/E] => 2.38
            [EPS (ttm)] => 0.81
            [Insider Own] => 100.00%
            [Shs Outstand] => 6.62M
            [Perf Week] => -0.52%
            [Market Cap] => 12.78M
            [Forward P/E] => -
            [EPS next Y] => -
            [Insider Trans] => 0.00%
            [Shs Float] => 0.83M
            [Perf Month] => -6.77%
            [Income] => 5.30M
            [PEG] => -
            [EPS next Q] => -
            [Inst Own] => 1.00%
            [Short Float] => 5.90%
            [Perf Quarter] => -22.16%
            [Sales] => 132.40M
            [P/S] => 0.10
            [EPS this Y] => 10.90%
            [Inst Trans] => -27.41%
            [Short Ratio] => 0.88
            [Perf Half Y] => -28.94%
            [Book/sh] => 15.50
            [P/B] => 0.12
            [ROA] => 3.70%
            [Target Price] => -
            [Perf Year] => -20.32%
            [Cash/sh] => 0.15
            [P/C] => 12.78
            [EPS next 5Y] => -
            [ROE] => 5.60%
            [52W Range] => 1.76 - 8.90
            [Perf YTD] => -32.99%
            [Dividend] => -
            [P/FCF] => -
            [EPS past 5Y] => -5.50%
            [ROI] => 5.50%
            [52W High] => -78.31%
            [Beta] => 1.35
            [Dividend %] => -
            [Quick Ratio] => 4.40
            [Sales past 5Y] => 1.60%
            [Gross Margin] => 11.10%
            [52W Low] => 9.66%
            [ATR] => 0.14
            [Employees] => 209
            [Current Ratio] => 4.80
            [Sales Q/Q] => 22.30%
            [Oper. Margin] => 6.00%
            [RSI (14)] => 45.53
            [Volatility] => 3.19% 5.54%
            [Optionable] => No
            [Debt/Eq] => 0.31
            [EPS Q/Q] => -7.20%
            [Profit Margin] => 4.00%
            [Rel Volume] => 0.01
            [Prev Close] => 1.89
            [Shortable] => Yes
            [LT Debt/Eq] => 0.08
            [Earnings] => Nov 30 AMC
            [Payout] => 0.00%
            [Avg Volume] => 55.83K
            [Price] => 1.93
            [Recom] => -
            [SMA20] => -0.92%
            [SMA50] => -4.17%
            [SMA200] => -22.31%
            [Volume] => 650
            [Change] => 2.12%
        )
)

```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~193 days

Total

4

Last Release

2176d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a453df4a2aae96c23c40db76d7f895d360c91c2cea99e908efe02c7586dd5b07?d=identicon)[joseraul](/maintainers/joseraul)

---

Top Contributors

[![joseraul](https://avatars.githubusercontent.com/u/676681?v=4)](https://github.com/joseraul "joseraul (13 commits)")[![Metabor](https://avatars.githubusercontent.com/u/2135064?v=4)](https://github.com/Metabor "Metabor (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/joseraul-finviz-crawler/health.svg)

```
[![Health](https://phpackages.com/badges/joseraul-finviz-crawler/health.svg)](https://phpackages.com/packages/joseraul-finviz-crawler)
```

###  Alternatives

[raulr/google-play-scraper

A PHP scraper to get app data from Google Play

12892.7k](/packages/raulr-google-play-scraper)[jansenfelipe/cpf-gratis

Com esse pacote você poderá consultar, gratuitamente, CPFs diretamente no site da receita.

1895.9k](/packages/jansenfelipe-cpf-gratis)[bubbstore/correios

Biblioteca que faz cálculo de frete, rastreamento de objetos e consulta de CEP diretamente do Webservice dos Correios.

2589.0k](/packages/bubbstore-correios)[stefanbauer/ignition-laracasts-tab

A tab to retrieve laracasts.com answers

5311.5k](/packages/stefanbauer-ignition-laracasts-tab)[jansenfelipe/cidades-gratis

Com esse pacote você poderá consultar, gratuitamente, Cidades diretamente no site do IBGE.

423.5k](/packages/jansenfelipe-cidades-gratis)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
