#finance #rest #org #short #interest #finra #consolidated

finra-rs

Provides access to finra.org REST API in a somewhat intelligent manner

1 unstable release

0.1.0 May 21, 2024

#492 in HTTP server

Download history 151/week @ 2024-05-21

151 downloads per month

MIT/Apache

23KB
544 lines

== FINRA-RS

This is a simple wrapper around the FINRA (finra.org) REST API.

It is by no means complete and currently only supports fetching the consolidated short interest.


lib.rs:

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.

Dependencies

~6–18MB
~255K SLoC