Baselight

Tata Motors - Hist. Stock Price - Dual Listing

Historical Stock Price (01-Oct-2020 to 01-Oct-2021) from BSE, NSE & NYSE

@kaggle.kkhandekar_tata_motors_hist_stock_price_dual_listing

Loading...
Loading...

About this Dataset

Tata Motors - Hist. Stock Price - Dual Listing

What Is Dual Listing

Dual listing refers to a listing of any security on two or more different exchanges. Companies use dual listing because of its benefits such as additional liquidity, increased access to capital, and the ability for its shares to trade for longer periods if the exchanges on which its shares are listed are in different time zones outweigh the costs of a second listing. Some exchanges have a number of listing categories for companies that seek a dual listing, each with different requirements and benefits.

Dual listing system precludes the need for a merger. In the case of two companies operating in two different countries entering into an equity alliance, the dual listing system would allow these companies to retain their separated legal identities and continue to be listed and traded on the stock exchanges of the two countries.

Tata motors is India’s largest automobile company, is a dual listed company and traded on both the Bombay Stock Exchange, National Stock Exchange as well as on the New York Stock Exchange. Infosys is also listed on NASDAQ along with Bombay Stock Exchange (BSE). Wipro is a dual listed Indian technology giant on Bombay Stock Exchange and New York Stock Exchange and many more like Larsen and Turbo, ITC Limited.

Content

Historical Stock Price of Tata Motors

  • Date = 01 Oct 2020 to 01 Oct 2021
  • TATAMOTORS_BSE_01Oct20-01Oct21.csv = Bombay Stock Exchange (INR)
  • TATAMTRDVR_NSE_01Oct20-01Oct21.csv = National Stock Exchange (INR)
  • TTM_NYSE_01Oct20-01Oct21.csv = New York Stock Exchange (USD)

Acknowledgements

Yahoo Finance

Inspiration

I was curious to understand if there were any stocks that were traded in multiple stock exchanges. Today, through this research I learned about Dual Listing and thus sharing the knowledge and the dataset with you all.

Tables

Tatamotors Bse 01oct20–01oct21

@kaggle.kkhandekar_tata_motors_hist_stock_price_dual_listing.tatamotors_bse_01oct20_01oct21
  • 15.13 KB
  • 248 rows
  • 7 columns
Loading...

CREATE TABLE tatamotors_bse_01oct20_01oct21 (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" DOUBLE
);

Tatamtrdvr Nse 01oct20–01oct21

@kaggle.kkhandekar_tata_motors_hist_stock_price_dual_listing.tatamtrdvr_nse_01oct20_01oct21
  • 15.02 KB
  • 248 rows
  • 7 columns
Loading...

CREATE TABLE tatamtrdvr_nse_01oct20_01oct21 (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" DOUBLE
);

Ttm Nyse 01oct20–01oct21

@kaggle.kkhandekar_tata_motors_hist_stock_price_dual_listing.ttm_nyse_01oct20_01oct21
  • 15.41 KB
  • 253 rows
  • 7 columns
Loading...

CREATE TABLE ttm_nyse_01oct20_01oct21 (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" BIGINT
);

Share link

Anyone who has the link will be able to view this.