finance-query 2.6.0

A Rust library for querying financial data
Documentation
1
2
3
4
5
6
//! Futures market data endpoints.

pub mod aggregates;
pub mod contracts;
pub mod snapshots;
pub mod trades;