Active Member
September 9, 2021
I want to make the web work versus going the API route. The website is static with the ticker symbol on the end of web address. I added the fx to invoke different ticker symbols (picture attached). The only ticker symbol it works with is the one I started with. I cannot invoke new ticker symbols of companies. I get the error that column 20 is missing or invalid.
Endstate: I want to type it a ticker symbol and pull a small amount of information from the financial statements.
July 16, 2010
Hi Tim,
Thanks for sharing your file. Unfortunately, the website structure is not consistent which means the table numbers you need to extract vary depending on the ticker. FB it's Table1 and for AAPL it's Table2. That's going to be very difficult to automate unless you know the table numbers in advance.
e.g. the third step in the query; Data2 is = Source{2}[Data] for AAPL and = Source{1}[Data] for FB
You could add this as another variable, but I'm not sure how you're going to be able to keep track of that.
Mynda
1 Guest(s)