Asset Tracker helps you track all your financial assets. In this website, the users will get live day to day update of their stocks as well as they can track their personal assets. The website provide you with all necessary information regarding your assets like their percentage gain/loss and your total savings.
https://fierce-citadel-85684.herokuapp.com/
- Live update every 24 hours
- Graphical representation using charts
- Authentication and secure datas
- Local assets with update price feature
- Cross platform
You can get live price as well as you can customise with your own price.
You can add your custom assets like gold, real estates and will be able to update their current price.
Users will get graphical representation using different charts. Pie chart: ALlocations of assets in your portfolio Bar chart: Invested amount vs Current value
GET /api/v3/search?query=${companyName}&limit=10&exchange=NASDAQ&apikey=${apiKey}
Parameter | Type | Description |
---|---|---|
apiKey |
string |
Required. Your API key |
companyName |
string |
Required. Search company Name |
GET /query?function=GLOBAL_QUOTE&symbol=${symbol}&apikey=${apiKey}
Parameter | Type | Description |
---|---|---|
apiKey |
string |
Required. Your API key |
symbol |
string |
Required. Search using company symbol |