finnhub-rs icon indicating copy to clipboard operation
finnhub-rs copied to clipboard

Rust client for the Finnhub API

Results 6 finnhub-rs issues
Sort by recently updated
recently updated
newest added

Currently, we output and print the value of our API request in our tests. We need to check manually if everything looks fine. If anyone has any ideas where we...

enhancement
help wanted
good first issue

Some routes such as [Press Releases](https://finnhub.io/docs/api/press-releases) are premium and require the user to pay for a subscription. It would be great if we can support these (same method as all...

enhancement
help wanted

Fix commented out `Client` methods (errors happen because the response object is not what we defined in our struct (`types.rs`)) Also, the features of Finnhub which haven't been implemented yet...

enhancement
help wanted

In the README.md and top of src/lib.rs is where the documentation lies. It would be better if we had a description of what Finnhub actually is, the versioning, and the...

documentation
enhancement
help wanted
good first issue

Fix docs regarding how to use Finnhub API with the changes implemented by #1 Now, to create a Finnhub client we use `Client::v1` instead of `Client::new`

bug
documentation
help wanted
good first issue

Allows `company_news` to take NaiveDate arguments, clearing up possible confusion/user error when providing String args for dates.