Bhav Copy Analysis
Project description
This library can make Derivative Analysis easy for the F&O stocks listed in Indian Stock Market. It takes in input as the location of the folder where the Bhav Copy is stored for Cash Market and F&O Market.
And then it within the same folder can create the csv files for F&O Bhav copy analysis. It shows the cumulative OI and cumulative OI change as well as in percentage.
The sample code is as below:
from AlgoFnO import * list = [‘RELIANCE’,’TCS’,’INFY’] a = BhavCopyAnalysis() print(a.doAnalysis(“/Users/<username>/Desktop/AlgoFnO Sample Data”,list))
Using the above code basically we pass comma separated list of stocks and the location of the folder where the files are stored.
CHANGELOG
0.0.1 (13/07/2022)
-First Release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file AlgoFnO-0.0.1.tar.gz
.
File metadata
- Download URL: AlgoFnO-0.0.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d5848f91d137d3d79041b8d08d2ca801fd67c7bce55be9fa578359bde21a84a |
|
MD5 | e55a1904ad2750e4c8996be7083ca1c9 |
|
BLAKE2b-256 | c4497badbb59f2db1a5d304a29a10b068526b6cbe5f40d99dfca2e2d33e4fbbe |