Checks whether real-time data access is permitted for a given 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() |
Checks whether real-time data access is permitted for a given symbol.
=rt_Permission("AAPL")| Scenario | Use Instead |
|---|---|
| Get price data | RTI_Last() |