In Today's Article we are going to learn how to fetch Nifty and Bank Nifty Data using Python and it's going to be amazing.
From where we ...
For further actions, you may consider blocking this person and/or reporting abuse
Hi bro, very good code.. I am automating my trading strategy into python code. Need some guidance. How can I contact u?
You can contact me through LinkedIn.
TYVM
Hi @shahstavan : Thank you for python program, I want to customise output as below
as in output i want to print the extra coloum as CENT and PENT and value inside those new 2 coloum based on total open interest number leangth.
eg. CE Open interest for 17400 strike = 12345678 then --> in CENT Coloum is should print first 3 digit of number : 123
eg. PE Open interest for 17400 strike = 456789 then --> in PENT Coloum is should print first 3 digit of number : 45
and leangth condition as :
if leangth is 6 digit then show 1st digit of number
if leangth is 7 digit then show 2st digit of number
if leangth is 8 digit then show 3st digit of number
if leangth is 9 digit then show 4st digit of number
can you help me with code.
Just format the output in Python code.
@shahstavan : Hi, I have updated code my self and its working fine as per my requirement.
Now i can you help me to run this code every 5 min and updated on some html page
Learn Flask or any other Framework and what you can do is reload the page every 5 minute automatically 🌛🙌
lol, reloading the page is soooo wrong in 2023.
Hi,
Is the data reported by Bandl is correct?
E.g. I am seeing OI data is much lower scale compared to that of say reported by other Options tools (e.g. Opstra or SensiBull).
Like this shows data as lots? E.g.
03-Nov-2022 17550 CE ( 294.8) [ 1167 ] { 250 } | PE ( 44.5) [ 17693 ] { 8428 }
It's actually 17693 lots?
yes, it's actually 17693 lots. If you what the data per lot you have to multiply the data by lot_size
This is nice example. How can one plot banknifty converting the
json.loads
data from this code to the dataframe?is it possible to add difference (CE,PE) column also for each strike price and total CE and PE
How can I contact you?
You can contact me on LinkedIn or can reach out to me from my portfolio website.
can you add some example of stock like reliance support and resistance in code
I've already created trading strategies you can check it out on my github repo.
Thats great code... From where should one pick up Current time and date of Exchange and whether the "today" is an Expiry day or not..?
Hello dear, can you help me out with python code to fetch live data for NSE Top 20 Contracts pl ?
nseindia.com/market-data/equity-de...
Very nice, indeed very nice.
Sir if I want to find out top-5 OI (including both call and put), what sort of changes you propose?
Basically want to find out the market behavior during this hour.
Hello,
Is it possible to scan options price OHLC values as well and creating a scanner based on the OHLC values. Please share your thoughts.
Thank you in advance.