Metadata-Version: 2.1
Name: raptorfinance
Version: 0.0.1
Summary: finance api especially for Indian NSE/BSE Stock Data
Home-page: https://github.com/swaroop9ai9/raptorfinance
Author: M V D SATYA SWAROOP
Author-email: swaroop9ai9@gmail.com
License: UNKNOWN
Description: # Yahoo Finance Python API
        
        # This API Supports to retrieve data especially works for NSE/BSE stocks.
        # Also can Retrieve Intraday 1min gradualar Data.
        
        ## Usage
        
        This command returns a dataframe which can be further modified to add new columns , exported to excel etc
        
        ``` python
        hdfc = RaptorFinance('HDFC.NS', result_range='1mo', interval='15m', dropna='True').result
        ```
        
        
        ## Installation
        
        ``` bash
        git clone https://github.com/swaroop9ai9/Fintech/raptor_finance_api.git
        cd raptor_finance_api
        python setup.py install
        ```
        
        ### Requirements
        
        - Pandas
        - Request
        
        ### Note
        
        Make sure to use TICKER symbol from yahoo finance website
        https://in.finance.yahoo.com/ 
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
