工程師 Mars
工程師 Mars

在這裡我想跟你分享如何成為一位稱職的軟體工程師, 你將會學到許多網站架設、WordPress、程式交易、資料庫等技能。 讓你在職場表現令人讚賞,年年升職加薪。 轉職成功,走在科技路上,永遠不怕被淘汱。 提昇技術能力,接案賺外快,自己為自己加薪。 個人技術 Blog 連結 https://blog.hungwin.com.tw/

[C#] Obtain basic stock information of public information observatory (listing, OTC, emerging, public offering) (with sample download)

In the public information observatory, you can check the basic information of stocks, financial reports, shareholders' meetings, major information and other information. What I'm going to explain this time is how to use C# ASP.Net MVC to get the basic stock information of the public information observatory.

In the public information observatory, you can click "Summary Report > Basic Information > Basic Information Query Summary Form" to open the page

The URL is: https://mops.twse.com.tw/mops/web/t51sb01

You will see the "Basic Information Inquiry Summary Form" of all listed, OTC, OTC, and public offering companies

Simply click the "Inquiry" button without selecting the industry category to obtain the basic information of all listed companies

The query result also provides a download link for "Save CSV".

The downloaded file is in CSV format, and the content of the file can be read by a program

At present, there are 965 records of companies found out, and it is more appropriate to use the program to read a large amount of data.

Next, I will explain how to use C# to obtain the basic information of all stocks in a CSV file, and read the contents of the CSV file.

For the full article, please refer to: https://blog.hungwin.com.tw/csharp-twse-stock-base-info/

CC BY-NC-ND 2.0

Like my work?
Don't forget to support or like, so I know you are with me..

Loading...
Loading...

Comment