You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

raptorfinance

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

raptorfinance

finance api especially for Indian NSE/BSE Stock Data

0.0.1
pipPyPI
Maintainers
1

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

hdfc = RaptorFinance('HDFC.NS', result_range='1mo', interval='15m', dropna='True').result

Installation

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/

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts