Skip to content

Commit

Permalink
Update more examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmysitu committed Apr 13, 2024
1 parent 5b272a7 commit f2f1ed4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/get_xnys.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
}

for ticker in sorted(tickers_list):
valuations = stock.get_valuations(ticker, 'xshg')
financials = stock.get_financials(ticker, 'xshg')
valuations = stock.get_valuations(ticker, 'xnys')
financials = stock.get_financials(ticker, 'xnys')

print(f"Ticker: {ticker}")
for valuation in valuations:
Expand Down
3 changes: 2 additions & 1 deletion examples/get_xtai.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
)

tickers_list = {
'2454', '2330',
'2454',
'2330', # TSMC
}

for ticker in sorted(tickers_list):
Expand Down

0 comments on commit f2f1ed4

Please sign in to comment.