Skip to content

Releases: LautaroParada/eod-data

New version 0.2.1

11 Jul 17:21
216217b
Compare
Choose a tag to compare

Implementation of the new API releases. The 0.2.1 version includes the following implementations:

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

19 Jun 00:43
cfd3c9f
Compare
Choose a tag to compare

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

04 Jan 21:17
e849908
Compare
Choose a tag to compare

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.