Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmysitu committed Mar 16, 2024
1 parent 85f0ba2 commit 70e25b7
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 @@ -31,7 +31,7 @@ print(stock.get_operating_and_efficiency('aapl', 'xnas'))
print(stock.get_financial_health('aapl', 'xnas'))
print(stock.get_cash_flow('aapl', 'xnas'))
```
- More example is placed in [example](https://github.com/jimmysitu/msfinance/tree/main/example) directory
- More example is placed in [example](https://github.com/jimmysitu/msfinance/tree/main/example) directory. Add msfinance path to environment variable: PYTHONPATH


## US Tickers and Exchanges
Expand All @@ -45,7 +45,7 @@ print(stock.get_cash_flow('aapl', 'xnas'))
## TODO
- [x] Add 'Last Updated' to database record
- [x] Add support for pip package
- [x] Add tickers from HK exchanges
- [ ] Add tickers from HK exchanges
- [ ] Add docs in docs directory for readthedoc.io
- [ ] Add multiprocessing for speed up
- [ ] More robust error handling
Expand Down

0 comments on commit 70e25b7

Please sign in to comment.