0.0
No commit activity in last 3 years
No release in over 3 years
Access many functions of the Finviz Screener through API acces
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 4.2.5
 Project Readme

FinvizRails¶ ↑

gem 'finviz_rails', git: 'https://github.com/nemrow/finviz_rails.git'

To Use¶ ↑

without finviz authentication (not finviz elite)

finviz = Finviz.new

with authentication (using finviz elite)

finviz = Finviz.new(finviz_username, finviz_password)

// You can also set FINVIZ_USERNAME and FINVIZ_PASSWORD
// environment variables instead

to screen stocks

finviz.screener(
  pattern: "wedge",
  order: "-change",
  signal: "toplosers",
  max_stock_count: 20
)

avialable options:

price_range, analyst_recommendation, volatility,
average_volume, pattern, country, current_volume