Real-Time Permission
Checks whether real-time data access is permitted for a given symbol.
Syntax
=rt_Permission(Symbol)Examples
=rt_Permission("AAPL")When to Use
- Verify data access
- Check subscription status
When NOT to Use
| Scenario | Use Instead |
|---|---|
| Get price data | RTI_Last() |
