We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
I need a way from within client-side Javascript to find a full company name given a ticker symbol. I am aware of Yahoo Finance s interface at:
http://finance.yahoo.com/d/quotes.csv?s=TKR&f=n
and am able to access that via YQL (since this is cross-domain). However, that doesn t return the full company name, yet Yahoo Finance has such because it appears in their charts for the company and on their pages about the company.
I don t need for the solution to be via Yahoo Finance... just mention it here as I already know about it (and am accessing it for other data).