fyers
An idiomatic, strongly-typed, async Rust client for the Fyers Trading API.
Features
- Fully async (
reqwest+tokio) - Typed request builders and response models - no raw JSON responses or dynamic dictionaries
- Single, ergonomic error type (
FyersError) - Authentication helpers
Examples
use ;
async
You can find more examples in the examples directory.
Also, check the docs for more information on all the endpoints and return types.
Scope
This crate does not aim to mirror the entire Fyers API one-to-one. Only commonly used and practically necessary endpoints are implemented for now.
If you need support for a specific endpoint, please feel free to open an issue.
License
Licensed under either of:
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.