where can i find nifty 50 stocks list yearwise, from 5 years back - stock

I want to grab the list of nifty 50 stocks for say last 5 years , is there any website where i can easily find the list of stocks included and excluded in last 5 years , i just want the list of stocks .

Check in the yahoo finance site and let me know If you find it helpful.

Related

How to display top 5 along with custom in Tableau?

I am creating a dashboard which will display sales of top 5 products along with particular product in a category as per the filters. I have created top 5 category list using rank basis sales but am not able to club top 5 along with one specific category. This dashboard's objective is to compare industry vs our product in the category. Our product may or may not be in top 5.
I have tried using two different sheets and clubbing it together but it is not getting along properly.
For eg. The filters are set on TV.
Highest selling top 5 TVs will be displayed along with the in-house product as rows and column is sales. Can someone help.

how can I see data for last month in Fabric Answers? Or is it just for last 30 days overview

how can I see data for last month in Fabric Answers? Or is it just for last 30 days overview
I looked all documents on Fabric Answers website, blog and read almost every question here, but I have seen only data for 1 day, last 7 days or last 30 days.
Fabric/Firebase here - it depends what you're looking for. If you're talking about the active user categories, the dashboard will show you Daily Active Users (1 day), Weekly Active Users (7 days), or Monthly Active Users (30 days). If you just want Answers data that's more than 30 days old in general, you can actually export up to a year's worth of data directly from the Fabric dashboard for many different metrics. Check out this link for more information: https://docs.fabric.io/android/answers/export-data.html. Hope that answers your question.

how to visualize inflow and outflow of data

suppose there're 3 items with their respective vol:
a b c
12 20 28
each has a certain vol added and subtracted
a b c
added 3 5 12
subtracted 2 7 8
What format can best visualize the dynamics of inflow and outflow as such, even if number of items are far more than 3?
As I commented above, one visualization you could use would actually be a combination of a line chart, to show the running overall trend of the volume, along with a bar for each day, to show the positive or negative gain for that day. In the financial world, there is already such a chart, called a candlestick chart. Here is sample of one:
The way to read the chart is that the circle is where the trend ended in that year. But the start of the bar (below for losses, above for gains) is where the value actually started in that year. This is a convenient way to convey both pieces of information which you want to get across to your audience.

Product pricing based on price zones for a store-pickup grocery chain website

I am in the process of building a e-commerce website for a small local grocery chain to allow their customers to order online and pickup at store. I will be integrating with the in-store POS system to pull the category & product data and push back the order data.
As I am new to Prestashop I am wondering if the following setup is possible out-of-the-box:
The POS system uses price zones which can be shared by stores (e.g. price_zone_1 is used by the 3 stores in San Francisco for pricing, price_zone_2 is used by 2 stores in Los Angeles for pricing).
The POS system have a pricezone_productprice table
product_id pricezone_id price
1 1 14
1 2 12
Then there is store_stock table
product_id store_id stock
1 1 98
1 2 45
And the store table has a pricezone foreign key that ties everything together
store_id pricezone_id
1 2
2 1
I need to have a similar setup on the Prestashop side to exchange data and display correct pricing and stock information for different stores.
Is such a structure/feature available out-of-the-box? If not are you aware of any module that might help with this? And finally if nothing is available how feasible do you think this is to develop under prestashop?
I explored multistore feature but as far as I understand that would not do what I am looking for as it separates order history, etc. I want customers to be able to see their order history from different stores in one page.
This might deserve an entire Override for Product Class with a Module. But honestly, you should better do a multishop website based on the zone you want to deliver, then ask the client when he enters the website.
It will cost you 10 minutes and fine tuning instead of hours of dev and lot's of debug.
If you still want to use a Module, just overide Product class and following methods : getPriceStatic and getProductPrice
NB : Another idea would be to consider price by ... country and tell each as a separate one. But this can be dangerous :).

reward points as percent from total in opencart 2.1

I`m new in opencart system, but i allready have a trouble :) i have around 9 000 products in my store, and i want to make a loyal client program in which program every client will get 1 poitn for 10 (depends on the value, for example EURO). It will take a week or more to add the reward points to every single product data page, so im thinking about some kind of SQL query to data base, to add 10 percent to this column(column for the loyal clients reward points) from the column with the price of the product! I hope you understood me, thank you (sorry for my english!)
Regards! :)