Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rochi88 committed Mar 4, 2024
1 parent be33690 commit bfe4249
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ print(df.to_string())
|get_market_inf()|||
|get_latest_pe()|||
|get_market_inf_more_data()|||
|get_market_depth_data()|||
|get_market_depth_data()|str|get_market_depth_data('aci')|

### <a name="roadmap"></a> [TODO's and Road Map:](#contents)
- [x] refine logic for parameters
Expand All @@ -139,7 +139,6 @@ print(df.to_string())
- [x] Add CSE support for last trading price
- [x] Add DSE Index data support
- [x] Add DSEX Index data support
- [ ] Add P/E and historical data scraping form CSE


### Documentation
Expand Down
2 changes: 1 addition & 1 deletion tests/test_mkt_depth.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

from bdshare import get_market_depth_data

df = get_market_depth_data('1JANATAMF')
df = get_market_depth_data('AAMRANET')

print(df.to_string())

0 comments on commit bfe4249

Please sign in to comment.