Last Traded Price
On this page
How to fetch Last Traded Price
Parameters
| Attribute | Type | Requirement | Notes |
|---|---|---|---|
| exchange | string | Required | exchange name such as “NSE” |
| tradingsymbol | string | Required | Trading Symbol of the particular stock. For ex. “ACC” |
broker.get_ltp(exchange=None, tradingsymbol=None)
Response
| Attribute | Type | Notes |
|---|---|---|
| LTP | float | gives Last Traded price |