{"id":13700030,"url":"https://github.com/jamescnowell/ticks","last_synced_at":"2025-05-04T18:34:04.879Z","repository":{"id":57475381,"uuid":"37473553","full_name":"jamescnowell/ticks","owner":"jamescnowell","description":"Simple command line tool to get stock ticker data","archived":false,"fork":false,"pushed_at":"2016-01-08T14:31:19.000Z","size":9,"stargazers_count":16,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-04T21:40:31.703Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jamescnowell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-15T15:25:11.000Z","updated_at":"2023-05-19T07:19:20.000Z","dependencies_parsed_at":"2022-09-10T02:23:25.721Z","dependency_job_id":null,"html_url":"https://github.com/jamescnowell/ticks","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamescnowell%2Fticks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamescnowell%2Fticks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamescnowell%2Fticks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamescnowell%2Fticks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamescnowell","download_url":"https://codeload.github.com/jamescnowell/ticks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252382851,"owners_count":21739229,"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-02T20:00:47.524Z","updated_at":"2025-05-04T18:34:00.900Z","avatar_url":"https://github.com/jamescnowell.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":["Data Sources"],"readme":"# ticks\n\nSimple command line tool for displaying stock data in the command line\n\n## Installation\n\n```\npip install ticks\n```\n\nor if you plan on developing or monkey-patching:\n\n```\npip install -e {ticks directory}\n```\n\n## Usage\n\n```\nticks aapl goog ^spx ^FTSE\n```\n\n*Note:* all arguments must be Yahoo Finance URL parameters for the symbol\n\n## Results\n\n```\n$ ticks VTI VXUS BND ^SPX ^FTSE ^BCOM VNQ\nName                             Symbol        Price     Open    Change  Change%\n-------------------------------  --------  ---------  -------  --------  ---------\nVanguard Total Stock Market ETF  VTI        102.97     102.9     0.23    +0.22%\nVanguard Total International St  VXUS        44.25      44.34   -0.08    -0.18%\nVanguard Total Bond Market ETF   BND         80.82      80.76    0.1     +0.12%\nS\u0026P 500                          ^SPX      2016.71    2013.78    4.05    +0.20%\nFTSE 100                         ^FTSE     6137.24    6093.43   43.81    +0.72%\nDow Jones-UBS Commodity Index    ^BCOM       77.6628   100.01   -0.2426  -0.3114%\nVanguard REIT ETF - DNQ          VNQ         80.29      78.8     1.52    +1.93%\n```\n\n## Monkey Patching\n\nYou can change the data returned from Yahoo with the cryptic query parameter at the end of the URL: `\u0026f=nsl1oc1p2`.\n\nFor all of the possible fields, see https://code.google.com/p/yahoo-finance-managed/wiki/enumQuoteProperty (this list seems to be out of date...)\n\nYou'll want to update the headers passed to `tabulate()` as well.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamescnowell%2Fticks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamescnowell%2Fticks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamescnowell%2Fticks/lists"}