Skip to main content

Crate rustyfinance

Crate rustyfinance 

Source

Re-exports§

pub use config::Config;
pub use domain::industry::Industry;
pub use domain::market::Market;
pub use domain::sector::Sector;
pub use errors::Result;
pub use errors::YfError;
pub use live::AsyncWebSocket;
pub use live::WebSocket;
pub use lookup::Lookup;
pub use multi::download;
pub use screener::query::EquityQuery;
pub use screener::query::FundQuery;
pub use screener::query::QueryOperand;
pub use screener::screener::screen;
pub use screener::screener::ScreenParams;
pub use screener::screener::ScreenQuery;
pub use screener::screener::PREDEFINED_SCREENER_QUERIES;
pub use search::Search;
pub use ticker::Ticker;
pub use tickers::Tickers;

Modules§

base
cache
calendars
config
consts
data
domain
errors
live
lookup
multi
pricing_pb2
scrapers
screener
search
shared
ticker
tickers
utils
version