How to get a ticker symbol on behalf of a company using the Google Finance API?

This question (getting the symbol from the company name) has already been resolved in the next thread with the Yahoo API, and I found the first and third answers very useful. I also noticed that the second answer was about Google Finance, but it uses ticker symbols, not the name of the company ...

Unfortunately, I found out that Yahoo sometimes uses different ticker symbols on exchanges.

So, I would like to do the same thing , that is, I give the name of the company, and I get its symbol, but with the Google Finance API, and not with Yahoo.

Is it possible? Thanks

+6
source share

Source: https://habr.com/ru/post/911233/


All Articles