I have the Daily market value data of listed companies,like:
stock_code date ME
1 01oct1978 1000000
1 02oct1978 1100000
...
1 31oct1978 1500000
1 01nov1978 1600000
...
1 30jul2019 5000000
2 01oct1978 2000000
2 02oct1978 2100000
...
2 31oct1978 2500000
2 01nov1978 2600000
...
2 30jul2019 8000000
now I want to group the market value of listed companies according to a specific date,
Divide into two groups (Small or Big) based on the market capitalization of all listed companies at the end of June(like June 31 or 30).
How can I do this?I know how to divide two groups based on every ME, It's simple. But I can't Group the market value of listed companies according to a specific date.
Plese help me.
Related Posts with Group the market value of listed companies according to a specific date
problem with substrI am trying to match two different data sets via the variable name. The problem that occurs is that …
Append/ merge datasetsI am using survey data which i was able to download for each year directly into stata. However i wan…
xtlogit does not converge (not concave)Dear Statalist I'm having difficulties trying estimate the following model working with panel data …
how to use color to differentiate the two groups? Code: set scheme s2mono * Example generated by -dataex-. To install: ssc install dataex clear inp…
Collapse commandHello In my dataset, I have two string variables. I am trying to summarize the number of implements…
Subscribe to:
Post Comments (Atom)
0 Response to Group the market value of listed companies according to a specific date
Post a Comment