Hi,
I need to build an application (vb.net or c# or a web application) that pulls financial stocks closing price
for that day.
For example:
Input: DELL, IBM, INTC
Output will be a table with the closing prices (pps) of the stocks for that day.
I’m not sure where to start as far as to find a source that provides that information in a format so that I can
extract and place it in Excel (or plain test file). Meaning where do I get the feed?
And if it’s a web feed how to extract the info.
Any help will be appreciated.
I need to build an application (vb.net or c# or a web application) that pulls financial stocks closing price
for that day.
For example:
Input: DELL, IBM, INTC
Output will be a table with the closing prices (pps) of the stocks for that day.
I’m not sure where to start as far as to find a source that provides that information in a format so that I can
extract and place it in Excel (or plain test file). Meaning where do I get the feed?
And if it’s a web feed how to extract the info.
Any help will be appreciated.
Comment