https://github.com/rdshinde/stock-profit-loss-checker
This app checks profit or loss for stocks.
https://github.com/rdshinde/stock-profit-loss-checker
api css html javascript responsive-web-design
Last synced: about 2 months ago
JSON representation
This app checks profit or loss for stocks.
- Host: GitHub
- URL: https://github.com/rdshinde/stock-profit-loss-checker
- Owner: rdshinde
- Created: 2021-08-24T06:00:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-10T09:44:57.000Z (over 3 years ago)
- Last Synced: 2025-02-07T10:17:32.295Z (3 months ago)
- Topics: api, css, html, javascript, responsive-web-design
- Language: CSS
- Homepage: https://stockecker.netlify.app/
- Size: 412 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Stock Position Checker (Stockecker)**
This app checks position of your stock. You just have to give share quantities and initial buying price.
> ### How do I get current stock price?
>
> In case you don't know current price of your stock just click here
and you will get this:

Now just enter the name of your stock for example, if you want the current price of `State Bank Of India` stock then type `SBIN` and you will get the last closing price in current price input box.
> ### What about API?
The serverURL of API is:
https://www.alphavantage.co/query?function=TIME_SERIES_DAILY_ADJUSTED&symbol=" +
stockName +
".BSE&outputsize=full&apikey=demo> ### What else you would like to tell about this app?
Here are some things about this app that i would like to share:
1. This looks pretty on mobile phone also.

2. Tech Stack Used is `HTML`, `CSS`, `Javascript`.
> ### Where do I can ckeckout all of this?
To visit the app just click [here](https://stockecker.netlify.app/) .
Or you can go here: https://stockecker.netlify.app .
I hope your stocks are in profit. 😉
Enjoy!