Skip to content

A rust adapter eodhistoricaldata, a provider of financial data.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-Apache2.0
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

pauljsymonds/eodhistoricaldata_api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eodhistoricaldata API

This project provides a set of functions to receive data from the eodhistoricaldata website via their API. This project is licensed under Apache 2.0 or MIT license (see files LICENSE-Apache2.0 and LICENSE-MIT).

Usage

Please note that you need to have a registered account with eodhistoricaldata to receive an individual API token. The most basic account is free but limited to EOD Historical Data and LIVE/Realtime Data only and allows only 20 requests per day.

Since version 0.3 and the upgrade to reqwest 0.10, all requests to the yahoo API return futures, using async features. Therefore, the functions need to be called from within another async function with .await or via funtions like block_on. The examples are based on the tokio runtime applying the tokio-test crate.

About

A rust adapter eodhistoricaldata, a provider of financial data.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-Apache2.0
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%