Need to provide a tool to manage Asset records. For example, when we issue a command like this,
finance request_import_stock_values AAPL
we must be able to assure that AAPL exists or create one by fetching some data from a designated data source such as Yahoo Finance.
Sample data: view-source:https://finance.yahoo.com/quote/AAPL/profile?p=AAPL (root.App.main)
Need to provide a tool to manage
Assetrecords. For example, when we issue a command like this,we must be able to assure that
AAPLexists or create one by fetching some data from a designated data source such as Yahoo Finance.Sample data: view-source:https://finance.yahoo.com/quote/AAPL/profile?p=AAPL (
root.App.main)