Has anyone had any success or recommendations for a fundamental market data source(s) that can be queried via html/JavaScript, an return a parsable data string?
I use a few free and paid data providers, however, I do not like their presentation formats, which are often multiple pages and full of ads. I also must use different sources for some quality information (short interest, inventory, etc) information, which is time consuming.
I maintain my own web page and have a basic knowledge of HTML, JavaScript, VBscript, and some server side scripting. I would like to import information directly into my page, for my use, from 1 or more data sources to fulfill my needs. I can maintain a SQL database on the site. The data would preferably be returned as a parsable data string.
Most available data is distributed via active server pages and cannot be easily parsed into fields. I would like to set up my fields and web page, and query the data from a data source to populate the page. (via JavaScript)
This is more than just the basic, hi-lo-close-EPS-PE-cash flow stuff. I want to put together a comprehensive web page in my own format, that includes specifics I use, such as earnings and dividend dates, inventory, short interest, institutional owners and %, my own notes, comments and calculations (sql database for history).
Those that have or want to share an example would be appreciated. I can always use input from those older and wiser.
Thanks!
I use a few free and paid data providers, however, I do not like their presentation formats, which are often multiple pages and full of ads. I also must use different sources for some quality information (short interest, inventory, etc) information, which is time consuming.
I maintain my own web page and have a basic knowledge of HTML, JavaScript, VBscript, and some server side scripting. I would like to import information directly into my page, for my use, from 1 or more data sources to fulfill my needs. I can maintain a SQL database on the site. The data would preferably be returned as a parsable data string.
Most available data is distributed via active server pages and cannot be easily parsed into fields. I would like to set up my fields and web page, and query the data from a data source to populate the page. (via JavaScript)
This is more than just the basic, hi-lo-close-EPS-PE-cash flow stuff. I want to put together a comprehensive web page in my own format, that includes specifics I use, such as earnings and dividend dates, inventory, short interest, institutional owners and %, my own notes, comments and calculations (sql database for history).
Those that have or want to share an example would be appreciated. I can always use input from those older and wiser.
Thanks!