[C#] Obtain basic stock information of public information observatory (listing, OTC, emerging, public offering) (with sample download)
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/
Like my work? Don't forget to support and clap, let me know that you are with me on the road of creation. Keep this enthusiasm together!
- Author
- More