data.current, data.history, USEquityPricing, are what I'm refering to as functions. If you have a dataFrame with indexes 'Equity(43681 [WHF])' and add a column that calculates the price of that stock in that row using the index of that row, how to you get the SID to put into the function?
Almost every example code, directly enters SIDs. Also, I can't find a way to use the SYMBOL to get the SID to put into the function.
These "functions" only accept sid's and I cannot find a clear example of going from an INDEX to a sid anywhere.
I'm trying to use this in a scheduled function. Thanks.