finance-query 2.5.1

A Rust library for querying financial data
Documentation
1
2
3
4
5
6
7
//! Web scrapers for financial data.
//!
//! This module contains scrapers for sources that don't provide official APIs.

pub(crate) mod stockanalysis;
pub(crate) mod yahoo_earnings;
pub(crate) mod yahoo_exchanges;