finance-query 2.6.0

A Rust library for querying financial data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Discovery models.
//!
//! Search, lookup, screeners, and trending tickers.

/// Type-filtered symbol lookup.
pub mod lookup;
/// Predefined and custom screeners.
pub mod screeners;
/// Full-text symbol and news search.
pub mod search;
/// Trending tickers.
pub mod trending;