Expand description
This is a simple wrapper around the FINRA REST API.
Almost no features are currently implemented, only fetching the consolidated short interest.
The basic filtering and limiting of the returned data is implemented though.
The tokio
feature makes the library use the tokio-specific replacements of the standard
library’s synchronization primitives but has no other functional differences.
Structs§
- Consolidated
Short Interest - Represents the short interest data obtained from Finra for a single stock symbol.
- Consolidated
Short Interest Query - Represents the query to limit the number of results. This does not correspond to the generic nature of the queries supported by FINRA but supports the common usecases.
- Finra
- The main entry-point to access the Finra data.
Enums§
- Consolidated
Short Interest Field - This enum is used to limit which fields are included in the query results.
- Error