官术网_书友最值得收藏!

Circuit limits of a financial instrument

Each financial instrument has a well-defined price band. The instrument price is expected to be within this price band for the day. During the market hours, if the instrument price breaches the band on the upper or lower side, trading may be halted for the instrument by the exchange for a certain time or the entire day. This is done to prevent the sudden rise or fall in an instrument's price within a single day. The upper edge of the price band is known as the upper circuit limit and the lower edge of the price band is known as the lower circuit limit. This data is static, meaning it doesn't change during the day. However, it can significantly change from one day to another. This recipe helps find the circuit limits for a financial instrument.

Getting ready

Make sure the broker_connection and instrument1 objects are available in your Python namespace. Refer to the Technical requirements section of this chapter to set up broker_connection. Refer to the Attributes of a financial instrument recipe of this chapter to set up instrument1.

How to do it…

Fetch and print the lower and upper circuit limits of instrument1:

>>> lower_circuit_limit, upper_circuit_limit = \
broker_connection.get_circuit_limits(instrument1)
>>> print(f'Lower circuit limit: {lower_circuit_limit}')
>>> print(f'Upper circuit limit: {upper_circuit_limit}')

We get the following output (your output may differ):

Lower circuit limit: 315.9
Upper circuit limit: 386

How it works…

The get_circuit_limits() method of the BrokerConnectionZerodha class fetches the lower and upper circuit limits as a tuple for the given financial instrument. This method takes an object of the Instrument type as a parameter. We use instrument1 as the parameter here.

主站蜘蛛池模板: 建水县| 竹山县| 内江市| 平陆县| 迁西县| 花莲市| 潞西市| 万安县| 卫辉市| 托克托县| 土默特右旗| 中西区| 西乡县| 永兴县| 大余县| 和田县| 洛宁县| 溧阳市| 邻水| 获嘉县| 双江| 湖北省| 巢湖市| 内江市| 苏尼特左旗| 青川县| 墨江| 枝江市| 裕民县| 临沂市| 灵宝市| 老河口市| 通渭县| 嘉善县| 永登县| 手游| 东乌珠穆沁旗| 邵阳县| 安宁市| 塔河县| 永兴县|