☰
Login
Signup
Home
›
.Net API client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
14K
All Categories
0
Incidents
156
Node JS client
40
Go client
794
.Net API client
383
Kite Publisher
537
.Net / VBA / Excel (3rd party)
462
Algorithms and Strategies
1K
Java client
1.1K
API clients
405
PHP client
4K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
February 2024
sujith
February 2024
niioo
January 2024
themohammedfaisal
Incorrect Lot size for MCX FnO and Futures in instrument file
Harsh1993
January 2024
in
.Net API client
Instead of 1 in Lot size of MCX it must be 100 or relevant
>For NFO
instrument_token exchange_token tradingsymbol name last_price expiry strike tick_size lot_size instrument_type segment exchange
18268674 71362 NIFTY24DEC25000CE NIFTY 0 26-12-2024 25000 0.05 50 CE NFO-OPT NFO
18268930 71363 NIFTY24DEC25000PE NIFTY 0 26-12-2024 25000 0.05 50 PE NFO-OPT NFO
For MCX
instrument_token exchange_token tradingsymbol name last_price expiry strike tick_size lot_size instrument_type segment exchange
109136647 426315 CRUDEOIL24FEB4550CE CRUDEOIL 0 14-02-2024 4550 0.1 1 CE MCX-OPT MCX
109138439 426322 CRUDEOIL24FEB4550PE CRUDEOIL 0 14-02-2024 4550 0.1 1 PE MCX-OPT MCX
@rakeshr
@sujith
@tonystark
Tagged:
Instruments
themohammedfaisal
January 2024
@Harsh1993
,
For commodities and currencies, this is how the exchanges use quantity in all their files and systems.
The multiplier is available in the positions data for these contracts. We plan to add this to the instruments master soon.
niioo
February 2024
Hey can you please tell me where can i find the multiplyer
niioo
February 2024
@themohammedfaisal
sujith
February 2024
@niioo
,
As mentioned above it is in the positions API response.
sujith
February 2024
It is also present on the
margin calculator
.
Sign In
or
Register
to comment.
For commodities and currencies, this is how the exchanges use quantity in all their files and systems.
The multiplier is available in the positions data for these contracts. We plan to add this to the instruments master soon.
As mentioned above it is in the positions API response.