Crate finviz_rs

source ·
Expand description

finviz-rs is a crate gathering financial data from finviz.com. Check READMD.md to get started with examples.

Modules

  • common types and traits
  • a module includes Crypto struct for cryptocurrency data scraping
  • a module includes Forex struct for forex data scraping
  • a module includes Future struct for futures data scraping
  • a module includes Group struct for group data scraping
  • a module includes Insider struct for insider data scraping
  • a module includes News struct for news and blogs scraping
  • a module includes the enum of order type taht is used in Screener
  • a module includes helper function to convert scraped data to different types of output
  • a module includes Screener struct and related function for data scraping
  • a module includes the enum of screener type taht is used in Screener
  • a module includes the enum of signal type taht is used in Screener
  • a module includes Tickers struct for stock data scraping and chart downloading
  • utility functions for scraping web content