finance-query 2.8.0

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

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