Skip to content

Commit

Permalink
Updated findatapy version
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedamen committed Apr 8, 2024
1 parent 6c7a83c commit 65a4461
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -115,6 +115,7 @@ individual data providers)

# Release Notes

* 0.1.34 - findatapy (08 Apr 2024)
* 0.1.33 - findatapy (01 Apr 2024)
* 0.1.32 - findatapy (17 Feb 2024)
* 0.1.31 - findatapy (01 Dec 2023)
Expand All @@ -140,6 +141,8 @@ individual data providers)

# Coding log

* 08 Apr 2024
* Removed list typecheck (to make code Python 3.8 compatible)
* 01 Apr 2024
* Added support for ArcticDB to store market data with findatapy
* 17 Feb 2024
Expand Down
2 changes: 1 addition & 1 deletion findatapy/market/marketdatarequest.py
Expand Up @@ -83,7 +83,7 @@ def generate_key(self) -> str:

def __init__(self, data_source: str = None,
start_date="year", finish_date=datetime.datetime.utcnow(),
tickers: str | List[str] =None,
tickers: str =None,
category: str = None, freq_mult: int = 1, freq: str = "daily",
gran_freq: str =None, cut: str ="NYC",
fields: List[str] = ["close"],
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@
tickers, using configuration files. There is also functionality which is particularly useful for those downloading FX market data."""

setup(name='findatapy',
version='0.1.33',
version='0.1.34',
description='Market data library',
author='Saeed Amen',
author_email='saeed@cuemacro.com',
Expand Down

0 comments on commit 65a4461

Please sign in to comment.