You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to receive up-to-date information about an option or a group of options.
For example, I want to ask: "show me information about option XLF241025C00045500".
And I want to receive either an error, because there is no such option, or at least some information.
Another example, I ask: "show me information on options XLF241018C00045000, XLF241025C00045500".
And here I want to see information or a signal/error about the absence of such an option for each ticker.
I think this function should be able to accept from one to 20 option tickers.
The function returns a string where each row corresponds to each specified ticker.
Why:I need to see exactly the status of the options on Alpaca. Because the prices and generally the availability of options on third-party resources often do not correspond to reality.
The text was updated successfully, but these errors were encountered:
I need to receive up-to-date information about an option or a group of options.
For example, I want to ask: "show me information about option XLF241025C00045500".
And I want to receive either an error, because there is no such option, or at least some information.
Another example, I ask: "show me information on options XLF241018C00045000, XLF241025C00045500".
And here I want to see information or a signal/error about the absence of such an option for each ticker.
I think this function should be able to accept from one to 20 option tickers.
The function returns a string where each row corresponds to each specified ticker.
Why: I need to see exactly the status of the options on Alpaca. Because the prices and generally the availability of options on third-party resources often do not correspond to reality.
The text was updated successfully, but these errors were encountered: