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
common types and traits
crypto
a module includes Crypto struct for cryptocurrency data scraping
forex
a module includes Forex struct for forex data scraping
future
a module includes Future struct for futures data scraping
group
a module includes Group struct for group data scraping
insider
a module includes Insider struct for insider data scraping
news
a module includes News struct for news and blogs scraping
order_type
a module includes the enum of order type taht is used in Screener
output
a module includes helper function to convert scraped data to different types of output
screener
a module includes Screener struct and related function for data scraping
screener_type
a module includes the enum of screener type taht is used in Screener
signal_type
a module includes the enum of signal type taht is used in Screener
tickers
a module includes Tickers struct for stock data scraping and chart downloading
web_scraper
utility functions for scraping web content