Skip to content

Commit 9fee825

Browse files
committed
chore: update README.md
1 parent d580066 commit 9fee825

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
[![License](https://img.shields.io/pypi/l/okama.svg)](https://opensource.org/licenses/MIT)
77
[![Open In Collab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/mbk-dev/okama/blob/master/examples/01%20howto.ipynb)
88

9+
**ATTENTION**: Please update okama to `version 1.1.5` or higher to use the latest financial API (api.okama.io)
10+
911
# Okama
1012

1113
_okama_ is a library with investment portfolio analyzing & optimization tools. CFA recommendations are used in quantitative finance.

okama/api/api_methods.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class API:
1212
# TODO: introduce 'from' & 'to' for dates.
1313

1414
api_url = "http://api.okama.io:5000"
15-
default_timeout = 5 # seconds
15+
default_timeout = 5 # secondsq
1616

1717
endpoint_ror = "/api/ts/ror/"
1818
endpoint_symbol = "/api/symbol/"

0 commit comments

Comments
 (0)