Crate finra_rs

Source
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§

ConsolidatedShortInterest
Represents the short interest data obtained from Finra for a single stock symbol.
ConsolidatedShortInterestQuery
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§

ConsolidatedShortInterestField
This enum is used to limit which fields are included in the query results.
Error

Type Aliases§

Result