finance-query 2.5.0

A Rust library for querying financial data
Documentation
1
2
3
4
5
6
7
8
9
//! Symbol-specific data access.
//!
//! Provides [`Ticker`] for fetching quotes, charts, financials, and news
//! for specific symbols.

mod core;
mod macros;

pub use core::{ClientHandle, Ticker, TickerBuilder};