-
Notifications
You must be signed in to change notification settings - Fork 1
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
🏷️ Add Last Closing Price Column to Database #19
Comments
I'm thinking this should be two columns. One column for Last Closing Price, one column for Closing Price Updated On [date]. Would love some assistance from the community on finding a free and restrictions-free dataset from a reputable source. Ideally two of the columns in the Google sheet can be repurposed for this (from the first 28 columns would be great) but I can work around it if needed. @JFWooten4 @BibicJr @tehchives @apes-on-parade |
Great catch on the members tagging. I would love to be able to directly tag anyone who has created an issue before, for example, or automatically welcome as member with limited perms a person who had done so. I wonder if there's a way to expand that feature? Per the data - It seems like a variety of different popular websites do have the ability to download bulk CSV data on a per ticker basis. Examples: Marketwatch: https://www.marketwatch.com/investing/index/spx/download-data - Select any ticker, then select the Historical Quotes tab, then hit Download Data to get the last year of information. It also automatically displays key information per trading day with the most recent appearing first. Going per ticker and querying for a download every time it is updated would be pretty intensive I imagine. Maybe it would be easier (and I don't know if this is true) to scrape the plaintext on a website (or group of common websites, like marketwatch, yahoo, tradingview, etc) and have our prices display in post an average or plurality of what those sites display? This avoids dealing with direct downloads, storing data, or needing to ever request an API. |
Thanks @tehchives, a script could be made to pull the data from MarketWatch though I'm not sure their ToS would allow for this for thousands of tickers daily. Correct me if I'm wrong, would we need a service or site that allows commercial use of their data? From what I'm reading, Alpha Vantage might be the closest fit for the price of free, though that may mean that closing price gets updated roughly once a month. |
It's a great question and honestly I am not sure of the correct answer. Do these entities like Marketwatch pay NYSE and NASDAQ for access to their API for pricing updates? It's something we will need to research or consult an expert on. Now that WhyDRS 501c3 status is approved, we might be able to find grants or special accesses to data as well. |
Thank you @JamesAlfonse for the thoughtful approach to member inclusion here and in WhyDRS/.github#15! Very important (for me personally at least) to let community members display their passionate involvement with the group through a digital "Organization" profile badge. 💜 Thank you @tehchives for coming up with some preliminary ideas to achieve James' innovative price idea. Never would've thought of (a) associating the companies with their stock price or (b) going through the public Both great ideas diving at a relatively deeper systemic flaw of the current market infrastructure, which Chives just got at. Yes, the entities we'll be familiar with on the data interaction layer do pay the SIPs. NMS actually lays out the revenue split and operating hierarchies of the three subprocessors and their interaction with the exchanges of the Americas. A couple years ago, there were actually some House Fin. Services Committee hearings on lowering the statutory access fees, which haven't changed since the Recession. Needless to say, we didn't have a seat at the table back then, and the support for change from Dave wasn't enough to push that reform over the finish line. Price DataUntil we get the trading on-chain, we should be able to access everything we need with a public API service for under $100/mo. It's really only the brokers that get the live L2s from the SIPs for exorbitant rates. For us retail users, a delayed feed from a middleman like Polygon1 is the norm. They should and do aggregate all the (latency-delayed) info from the million different venues. Given we only want closing prices right now, a very basic public implementation should work just fine.2 Never looked into discounted 501(c)(3) feed rates - good idea! Wall St. helping out charity for once:3 Tagging UsersAs an aside, the Footnotes
|
Enhance the WhyDRS Database by adding a new column that stores the last closing price of each stock. This column should automatically update once a day to ensure that the data remains current and reliable for investors.
Tasks:
Expected Outcome:
The text was updated successfully, but these errors were encountered: