Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shidenggui committed Apr 2, 2018
1 parent 139aa9f commit 80844f1
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 @@ -344,7 +344,7 @@ data = quotation.market_snapshot(prefix=True)

import easyquotation
quotation = easyquotation.use("daykline")
data = quotation.real(['00001','00700'])
data = quotation.get_stock_data(stock_list=['00001','00700'])
print(data)

```
Expand All @@ -368,7 +368,7 @@ print(data)

import easyquotation
quotation = easyquotation.use("hkquote")
data = quotation.get_stock_data(stock_list=['00001','00700'])
data = quotation.real(['00001','00700'])
print(data)
```

Expand Down

0 comments on commit 80844f1

Please sign in to comment.