Skip to main content

Posts

Showing posts from January, 2022

Why Mr.Carlos Ghosn was kicked out of Nissan

  Why Mr.Carlos Ghosn was kicked out of Nissan I saw this news interestingly. Renault open to Nissan pursuing merger talks with Honda, Bloomberg News reports https://www.reuters.com/business/autos-transportation/renault-open-nissan-pursuing-merger-talks-with-honda-bloomberg-news-reports-2024-12-18/ Mr.Carlos Ghosn might oppose to the merger with Honda and Nissan. Japan Ministry of Economy, Trade and Industry(METI) wanted to eliminate him. So he was arrested by Japan police. This is the reason why Mr.Carlos Ghosn was kicked out of Nissan. This is Japan, and this is the Japan.

Nikkei index price analysis with Python

  2022/1/16.  Nikkei index price analysis with Python I wrote some Python codes for analysis about Nikkei index price. The time period is 2021/10 - 2021/12, and I uses Nikkei index price, Volume and Selling Volume as parameters. The codes are on GitHub. https://github.com/Kouhei-Takagi/NIKKEI-Price PPDAC is important for this task, PPDAC is consisted from Problem, Plan, Data, Analysis and Conclusion. {Ploblem} I want to know what happened about movement of Nikkei index price. {Plan} Can I know it from some parameters? {Data} I collected data with some Python codes. {Analysis} I visualized the data and thought about it. 2021/10 2021/11 2021/12 These figures show that (A) Volume and Selling Volume had strong relationships, and (B) perhaps Nikkei index price downed after 5 -10 day later when Selling Volume increased.   {Conclusion} Not secret. From thinking about above (A) and (B), Nikkei index price may be difficult to fall down or raise u...

Python coding

 I did Python coding and wrote one article on Qiita. https://qiita.com/K-TKG/items/cb198a0f63f98003d961 This is written in Japanese, so that perhaps you are not able to read it... Parts of my code are below... https://github.com/Kouhei-Takagi/NIKKEI-Price