Hello Team,
In day trading, how to check how margin we have utilized, maxmium & minmium margin ultilized using the python code.
Hello Manoj,
You mean margin as the money borrowed from a broker to purchase an investment?
If that's the case, in order to check margin requirements through python, you have to:
- Know if your chosen broker has an API
- Learn how to use the API from your broker
- Learn the specific method or function to get margin data for your account.
So depending on which broker you use, you have to code according to its API.
I hope this helps,
Thanks and regards,
José Carlos