{"id":13514611,"url":"https://github.com/toddwschneider/stocks","last_synced_at":"2025-03-31T03:31:04.732Z","repository":{"id":144972537,"uuid":"131539449","full_name":"toddwschneider/stocks","owner":"toddwschneider","description":"A free, lightweight, blazing-fast static page to get stock quotes using IEX Cloud","archived":true,"fork":false,"pushed_at":"2024-06-20T21:30:24.000Z","size":34,"stargazers_count":792,"open_issues_count":0,"forks_count":118,"subscribers_count":36,"default_branch":"master","last_synced_at":"2024-11-01T18:37:32.314Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/toddwschneider.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-29T23:55:15.000Z","updated_at":"2024-06-27T09:40:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"e9140ab6-6bcc-4ab8-bf06-e807e3b388f0","html_url":"https://github.com/toddwschneider/stocks","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toddwschneider%2Fstocks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toddwschneider%2Fstocks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toddwschneider%2Fstocks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toddwschneider%2Fstocks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toddwschneider","download_url":"https://codeload.github.com/toddwschneider/stocks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246413377,"owners_count":20773053,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T05:00:58.595Z","updated_at":"2025-03-31T03:31:02.262Z","avatar_url":"https://github.com/toddwschneider.png","language":"HTML","funding_links":[],"categories":["HTML","📦 Legacy \u0026 Inactive Projects"],"sub_categories":[],"readme":"# Update / IEX Cloud Shutdown\n\nIEX Cloud [announced it will be shutting](https://iexcloud.io/product-bulletin) down in August 2024. I'm putting this repo into public archive, though it's possible in the future I'll swap in another data provider\n\n# Stocks!\n\nA free, lightweight, blazing-fast static page to get stock quotes using the [IEX Cloud](https://iexcloud.io/). Stocks can be grouped into user-defined portfolios. Quotes update every 10 seconds. Everything is contained within index.html, there are no external javascripts or stylesheets to load.\n\nSee here for a live demo: https://toddwschneider.com/stocks/\n\n## Motivation\n\nI used to use Google Finance portfolios as a simple way to watch a few baskets of stocks organized along some dimension, typically by sector (banks, tech, etc). Then Google Finance [killed the portfolios feature](https://productforums.google.com/forum/#!category-topic/websearch/uf8q-AaPiyQ), and the new version had no option to view stock quotes organized under subheaders with good information density. I tried [some alternatives](https://www.marketbeat.com/press-room/google-finance-changes-and-alternatives/), but many of them felt too bloated, so I built my own.\n\n## Screenshot\n\n[![sample stocks](https://user-images.githubusercontent.com/70271/39388917-b15dde6e-4a51-11e8-8a30-72c8bd42f50a.png)](https://toddwschneider.com/stocks/)\n\n## Customize\n\nAdd portfolio names and symbols as query parameters in the URL. For example, if you wanted to see the collection of bank and tech stocks from the above screenshot, you could use this URL:\n\nhttps://toddwschneider.com/stocks/?Banks=GS,MS,JPM\u0026Tech=AAPL,GOOGL,MSFT,AMZN\n\nAlternatively, you can edit the `DEFAULT_PORTFOLIOS` variable within `index.html`. For example:\n\n```js\nconst DEFAULT_PORTFOLIOS = [\n  {'name': 'Banks', 'symbols': ['GS', 'MS', 'JPM']},\n  {'name': 'Tech', 'symbols': ['AAPL', 'GOOGL', 'MSFT', 'AMZN']}\n];\n```\n\n## Host your own\n\nIf you fork this repo on GitHub and edit index.html to reflect the stocks you want to watch, then you can use a [GitHub Pages Project Page](https://help.github.com/articles/user-organization-and-project-pages/) to publish your own version to the web.\n\nYou could also save index.html to your local disk and open it in your browser, or upload it to a cloud storage service like S3, GCS, or Azure Storage.\n\n## IEX Cloud\n\nAs of June 2019, you need to sign up for IEX Cloud at https://iexcloud.io/\n\n## Why aren't the market indices available? (S\u0026P 500, DJIA, NASDAQ)\n\nThe IEX API only provides free data for stocks, not indices, so the closest thing is to use ETFs that track the major indices. See here for context: https://github.com/iexg/IEX-API/issues/36. Suggested index ETFs:\n\n- S\u0026P 500: `SPY`\n- Dow Jones: `DIA`\n- NASDAQ: `QQQ`\n- Russell 2000: `IWM`\n\n## Browser compatibility\n\nThe page uses the [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API), which means it does not work with Internet Explorer.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoddwschneider%2Fstocks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoddwschneider%2Fstocks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoddwschneider%2Fstocks/lists"}