Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
epogrebnyak authored Apr 20, 2022
1 parent b1580db commit a30d071
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pip install git+https://github.com/epogrebnyak/finec.git

## Minimal example

Get trading history by security as pandas dataframe:
Get MOEX trading history for stocks, bonds or currencies as pandas dataframe:

```python
from finec.moex import Bond, Currency, Stock, dataframe
Expand All @@ -23,4 +23,4 @@ dataframe(Currency("USD000UTSTOM").get_history(start="2022-01-01"))

## More examples

See [example.py](example.py).
See [example.py](example.py).

0 comments on commit a30d071

Please sign in to comment.