finance-query 2.5.0

A Rust library for querying financial data
Documentation
1
2
3
4
5
6
7
//! Trending models.
//!
//! Contains data structures for Yahoo Finance's trending tickers endpoint.

mod response;

pub use response::TrendingQuote;