Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get 1min, 15min, 30min or more stock equity data. #72

Open
virajkadam opened this issue Mar 23, 2024 · 2 comments
Open

Get 1min, 15min, 30min or more stock equity data. #72

virajkadam opened this issue Mar 23, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@virajkadam
Copy link

Describe the required feature

import pandas as pd
from datetime import date, timedelta
from jugaad_data.nse import stock_df

ticker_symbol = "RELIANCE"
end_date = date.today()
start_date = end_date - timedelta(days=1)

df = stock_df(symbol=ticker_symbol, from_date=start_date, to_date=end_date, series="EQ")
print(df.head())

How do we get 1min or 15min or 30min or more detailed historical stock equity data?
like yfinance .

URL where you observed this data

https://github.com/ranaroussi/yfinance?tab=readme-ov-file#the-ticker-module

API endpoint involved

No response

@virajkadam virajkadam added the enhancement New feature or request label Mar 23, 2024
@virajkadam virajkadam changed the title Get 1min, 15min, 30min stock quety data. Get 1min, 15min, 30min or more stock equity data. Mar 23, 2024
@divyankm
Copy link

+1

1 similar comment
@BlackXero
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants