I'm building a database of listed US securities. For my purposes it is important to know if a security is optionable - monthly only or both monthly and weekly.
Are there datasources (free/paid) available that provide this information? Many thanks in advance.
Thank you, gentlemen, for your input.
I ended up writing a piece of standalone Java code that, based on the ticker symbol as input, produces a comma delimited list of earning dates.
It does scrape Earnings.com site.
If anyone's interested, I can provide the jar. Free of charge of course:)
I'm too looking for earnings history, but only the dates of earnings releases.
I tried that earnings.com place, it looks promising, but I don't see how one can scrape their screen, the dates are mixed with a lot of other stuff.
Have you tried to parse it? Any suggestions would be...