Click here to Skip to main content
15,884,353 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello friends can any one give me concept or any link to pull data from excel wich have stock market reat time data changes/update
i want to display data in datagrid with real time changes .
thanks

What I have tried:

i have try and display online data in data grid but it was not updating in realtime..
Posted
Updated 2-Jan-21 20:41pm
Comments
RickZeeland 3-Jan-21 2:36am    
To get online data you probably need to use some API, try to get this information from the supplier of the data. If there is a website try to find the information there.
Member 12643851 5-Jan-21 8:32am    
i think it can be done using DDE,socet programing but hoow to connect third party software like broker terminal to access stock prices in grid view
RickZeeland 5-Jan-21 12:38pm    
That seems like a difficult thing to accomplish, you will also need information from the manufacturer of the 3rd party software or some SDK that allows you to communicate with their software. Another (ugly) option would be to scan the Excel file by reading it from your application.
Member 12643851 27-Jan-21 9:16am    
they also provide excel file where stock prices(LTP of stock) is change continuously how to fetch data from excel using c#(something like live stream of excel Colum data)
RickZeeland 27-Jan-21 12:19pm    
That seems like the Excel file is using macro's to fetch the data. You will have to try to open these macro's which are mostly written in VBA to know what they do. If you can't, ask the manufacturer for more information.

1 solution

You can find some examples here: stock · GitHub Topics · GitHub[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900