Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello I have two questions about the yfinance library.
start_date
andend_date
to thehistory()
method but can we set these to any method (e.g.institutional_holders
,insider_purchases
,upgrades_downgrades
, etc)?history()
method, let's say I have a job that pulls GOOG daily data once per day with the start date set to the last date it ran. Say the job runs on 2/1/2020 --> then the next job runs on 2/2/2020 with the start_date set to 2/1. If there's a stock split on 2/2/2020 is there a way to have it automatically account for that? I was thinking by using the built-in cacheing maybe it can recognize splits in some way? If not it probably just makes sense to keep track of the splits in a database and apply basic logic to the tickers that had a split.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions