-
-
Notifications
You must be signed in to change notification settings - Fork 613
Open
Description
What's the feature or data that should be improved?
A description of what's the feature or data you want improved, and a bit of context (why is that).
I found the following errors with the "market" column.
Repro:
import financedatabase as fd
fd.show_options("equities")
equities = fd.Equities()
display(equities)
Then view the market
column
Issues:
- exchange
CSE
is Columbo Stock Exchange, butmarket
column says "First North Copenhagen"
- you can see the currency of all the stocks with exchange
CSE
isLKR
Sri Lanka Rupee
- exchange
TWO
is Taipei Stock Exchange, butmarket
column says "Taiwan Stock Exchange". They are two distinct exchanges. - exchange
ICE
-> market should be "NASDAQ Iceland"
Describe how you would like the feature or data improved
A description of what the current feature or data is vs what it would be after your suggestion.
See above
Possibly describe the ideal way to improve this
If you have thought about how you would do it, add it here.
See above
Additional information
Add any other information or screenshots about the feature improvement.
See above
Metadata
Metadata
Assignees
Labels
No labels