polyio icon indicating copy to clipboard operation
polyio copied to clipboard

A create for interacting with the Polygon API at polygon.io.

Results 1 polyio issues
Sort by recently updated
recently updated
newest added

Implements the quote v3 api. Example usage: ```rust client.issue::( polyio::api::quotes::QuotesReq { symbol: "AAPL".to_string(), timestamp: "2022-03-01".to_string(), filter: None, order: None, sort: None } ).await; ```