This is a trading item or a component that was created using QuantShare by one of our members.
This item can be downloaded and used by QuantShare Trading Software.
Trading items are of different types. There are data downloaders, trading indicators, trading systems, watchlists, composites/indices...
You can use this item and hundreds of others for free by downloading QuantShare.
Top Reasons Why You Should Use QuantShare:
Works with US and international markets (stock, forex, options, futures, ETF...)
Offers you the tools that will help you become a profitable trader
Allows you to implement any trading ideas
Exchange items and ideas with other QuantShare users
Our support team is very responsive and will answer any of your questions
We will implement any features you suggest
Very low price and much more features than the majority of other trading software
This object downloads fundamental data/ratios for eleven Indian indices listed on the National Stock Exchange (NSE). The indices are: S&P CNX NIFTY, CNX NIFTY JUNIOR, CNX IT, BANK NIFTY, CNX MIDCAP, CNX 100, CNX PSU BANK, NIFTY MIDCAP 50, S&P CNX 500, S&P CNX NIFTY SHARIAH.
It saves the data in a database named "indices_fund" and in the following fields: P/E - Price/Earnings: Also called PER, this ratio is the best-known investment valuation indicator. It is simply the stock price divided by the earnings per share or EPS. A high value indicates that either the market is overvalued or stocks that constitute the index have high growth potential.
P/B - Price/Bookvalue: Also called price-equity ratio, the Price-To-Book ratio is calculated by taking the stock price and dividing it by the total assets minus intangible assets and liabilities. A low value indicates that either the market is undervalued or there is something fundamentally wrong with several stocks listed on the index.
Div_Yield - Dividend Yield: This is the DPS - Dividend per share - divided by the current share price of the stock.
The object is very easy to use. You just open the downloader, select a start and end date, start the downloading process and then access the data using the "GetData" function. To get for example Price to Book historical data:
pricetobook = GetData("indices_fund", "p/b", LastData);
This formula retuns data when one of the above indices is selected.
To get the time series when selecting any other ticker symbol, you can use the following formula to display "CNX MIDCAP" Price to Earnings data.
pricetobook = GetDataExtern("indices_fund", "p/e", 0, "^CNX_MIDCAP");
You have to log in to bookmark this object What is this?
>>>> More trading objects? click here to search for trading sytems, downloaders, screens, custom drawing tools, indicators... by country, market or style.