Merge pull request #986 from hydrosquall/release/0.15

Release/0.15
This commit is contained in:
Cameron Yick
2024-05-25 20:47:45 -04:00
committed by GitHub
3 changed files with 28 additions and 18 deletions

View File

@@ -1,10 +1,19 @@
=======
History
=======
0.15.0 (2021-XX - Unreleased)
0.16.0 (2024-XX - Unreleased)
--------------------------------
0.15.0 (2024-05-25)
--------------------------------
* Feature: Support websockets client / endpoints (#508)
* Documentation: Add crypto endpoint examples (#621)
* Development: Code is formatted with black (#663)
* CI: Stopped testing Python versions older than 3.10 (#944)
* CI: fixed CodeCov upload (#856)
* CI: Add CodeQL for static analysis scanning (#785)
* Minor: bumped development / examples dependencies
0.14.0 (2021-03-06)
--------------------------------
@@ -23,7 +32,7 @@ History
0.12.0 (2019-10-20)
--------------------
* Feature: Added 3 new methods for crypo endpoints: top of book prices, historical, and metadata endpoints (@n1rna #340)
* Feature: Added 3 new methods for crypto endpoints: top of book prices, historical, and metadata endpoints (@n1rna #340)
* Feature: Permit list_tickers to support multiple asset types at once (@n1rna #346)
0.11.0 (2019-09-01)

View File

@@ -23,10 +23,11 @@ Tiingo Python
Tiingo is a financial data platform that makes high quality financial tools available to all. Tiingo has a REST and Real-Time Data API, which this library helps you to access. Presently, the API includes support for the following endpoints:
Tiingo is a financial data platform making high quality financial tools available to all. Tiingo has a REST and Real-Time Data API, which this library helps you access. The API includes support for these endpoints:
* Stock Market Ticker Closing Prices + Metadata. Data includes full distribution details and is validated using a proprietary EOD Price Engine.
* Curated news from top financial news sources + blogs. Stories are tagged with topic tags and relevant stock tickers by Tiingo's algorithms.
* Fundamentals data, including definitions, daily data, and quarterly statements for tickers
Usage

View File

@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = "0.14.0"
__version__ = "0.15.0"