Releases: LautaroParada/eod-data
Releases · LautaroParada/eod-data
New version 0.2.1
Implementation of the new API releases. The 0.2.1 version includes the following implementations:
- Tweets Sentiment API. It is used with the
get_financial_tweets
method. - Cryptocurrency Fundamental Data API. It is used with the
get_fundamental_equity
method. There is an example in the documentation. - Minor editions to the documentation.
Do not hesitate to open a new issue if you have any comments or doubts.
Have a great day, and enjoy!
New version 0.2.0
Hi all, I have updated the eod
package to the 0.2.0 version. The update includes the following changes:
- Implementation of a WebSocket (in the documentation)
- Deletion of the
get_short_interest
method. The EOD API deleted the API from the available catalog. - Inclusion of the technical indicator Bollinger Band.
- Implementation of the historical market cap and sentiment APIs.
- Reorganization of the methods according to the latest order of the EOD API.
- Update of the financial news tags.
- Update of the macro indicators
- Fix the economic events API
get_economic_events
- Exhaustive revision of the documentation.
Pending customization:
- Native WebSocket implementation.
Implementation of the Economic events data API
With the release of this new API from EOD historical data, I have implemented the respective client in python. To update your installed package, please use the following command in your prompt:
pip install eod
This is the 0.1.1 version. For more details about the implementation, go to the client's documentation.
An implementation of the WebSocket is under development.