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

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.

主站蜘蛛池模板: 新乐市| 犍为县| 定边县| 双鸭山市| 灯塔市| 兴城市| 财经| 呈贡县| 美姑县| 偏关县| 昭觉县| 鄂托克旗| 昭觉县| 运城市| 电白县| 和林格尔县| 皋兰县| 南涧| 南平市| 琼中| 抚顺市| 扬中市| 汤阴县| 理塘县| 临西县| 饶阳县| 无为县| 威海市| 齐河县| 高密市| 醴陵市| 沈阳市| 仁化县| 宾川县| 耿马| 离岛区| 宁武县| 渝中区| 宜昌市| 阳高县| 阳朔县|