Iexfinance

Latest version: v0.5.0

Safety actively analyzes 630026 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.3.4

This is a minor release from 0.3.3.

Highlights:

Adds and updates endpoints related to the May 25, 2018 provider update to the IEX API

New Features

- Added support for the Largest Trades endpoint through the ``get_largest_trades`` method of ``Stock``

Enhancements

- Added tests and documentation for cryptocurrency support [GH66] (https://github.com/addisonlynch/iexfinance/issues/66)
- Added docstring for ``get_chart`` ``changeFromClose`` and ``chartLast`` parameters [GH65](https://github.com/addisonlynch/iexfinance/issues/65)

Bug Fixes

- Removes dividend-issuing tickers from historical price tests [GH61] (https://github.com/addisonlynch/iexfinance/issues/61)
- Fix KeyError exception when there is no earnings or financials data on a ticker. (Thank you reixd)
[GH60](https://github.com/addisonlynch/iexfinance/pull/60)

0.3.3

This is a minor release from 0.3.2 which repairs PyPi upload and installation issues.

Please see the release notes for v0.3.2 for more information on the latest updates. This version simply repairs installation issues.

Bug Fixes

- Repairs installation problems for Python 2 and 3 by adding MANIFEST.in (44)

0.3.2

This is a minor release from 0.3.1, which repairs various bugs and adds minor enhancements.

New Features

- Adds decimal parsing option (thank you reixd)
- Adds support for market movers through the Stocks list endpoint (52)

Enhancements

- Adds default date paremeters (thank you stubs)
- Code refactoring for performance and simplicity

Bug Fixes

- Repaired 0.3.1 docs
- IEX Market Data functions not filtering when symbol passed (46)
- Expected close test fails (45)

0.3.1

This is a minor release from 0.3.0, which repairs various bugs related to the
Stocks endpoints. The iexfinance documentation has been expanded and repaired.

Enhancements

- Significant cleanup and rebuild of iexfinance docs

Bug Fixes

- Symbols with non-alphanumeric characters fail (38)
- Some Stocks endpoints return incorrectly (34)
- Repaired CodeCov code coverage support (14)

0.3.0

This is a major release from v0.2, and also the first official release of iexfinance. Support has been added for most of the remaining IEX endpoints. **We recommend that all users upgrade.**

Additions

- Added [IEX Market Data](https://iextrading.com/developer/docs/iex-market-data) endpoints
- Added [IEX Stats](https://iextrading.com/developer/docs/iex-stats) endpoints
- Updated to support 1/30/2018 IEX API [updates](https://iextrading.com/developer/docs/changelog).
- Added Stocks ``ohlc``, ``time-series`` endpoints, added ``chartReset``, ``chartSimplify``, ``chartInterval`` parameters to the Chart endpoint
- Added Reference Data ``corporate-actions``, ``dividends``, ``next-day-ex-date``

Enhancements

- Pandas DataFrame output formatting support for most endpoints
- Code formatting and PEP-8 compliance

Backward Compability

- The top-level ``IexFinance`` function is now ``Stock``
- Within the ``StockReader`` class (to retrieve stocks endpoints):
- ``refresh`` has been removed. Simply conduct another endpoint request to
download the most updated data
- ``get_select_datapoints`` has been replaced with ``filter``.
- ``get_select_endpoints`` has been replaced with ``get_endpoints``
- ``range`` parameter is now ``range_``
- ``outputFormat`` is now ``output_format``
- Parameters (other than ``output_format`` are now sent to each endpoint method, rather than at instantiation of the ``StockReader`` object.

0.2

Post-dated tag of original release. No longer functional. (see 23)

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.