{"id":18712631,"url":"https://github.com/tariqdaouda/pyalphavantage","last_synced_at":"2025-04-12T11:54:16.514Z","repository":{"id":85233231,"uuid":"176557653","full_name":"tariqdaouda/pyAlphaVantage","owner":"tariqdaouda","description":"Accurate Free Stock Market, Forex and Crypto, ... data from the AlphaVantage API","archived":false,"fork":false,"pushed_at":"2019-03-19T23:40:20.000Z","size":12,"stargazers_count":9,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T06:41:44.800Z","etag":null,"topics":["api","buisness","crypto","cryptocoins","cryptocurrencies","cryptocurrency","cryptocurrency-exchanges","finance","financial-analysis","financial-data","financial-markets","forex-market","forex-trading","stock-market","trading"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tariqdaouda.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":"2019-03-19T16:43:25.000Z","updated_at":"2024-02-05T22:36:47.000Z","dependencies_parsed_at":"2023-05-03T14:47:58.607Z","dependency_job_id":null,"html_url":"https://github.com/tariqdaouda/pyAlphaVantage","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/tariqdaouda%2FpyAlphaVantage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tariqdaouda%2FpyAlphaVantage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tariqdaouda%2FpyAlphaVantage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tariqdaouda%2FpyAlphaVantage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tariqdaouda","download_url":"https://codeload.github.com/tariqdaouda/pyAlphaVantage/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248565052,"owners_count":21125415,"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":["api","buisness","crypto","cryptocoins","cryptocurrencies","cryptocurrency","cryptocurrency-exchanges","finance","financial-analysis","financial-data","financial-markets","forex-market","forex-trading","stock-market","trading"],"created_at":"2024-11-07T12:43:14.594Z","updated_at":"2025-04-12T11:54:16.494Z","avatar_url":"https://github.com/tariqdaouda.png","language":"Python","readme":"# pyAlphaVantage\nA mighty small (thanks to a bit of **Black_Magic**) python package for all AlphaVantage financial API. Retrieve both historical and current financial data for stocks, forex and crypto, ...\nplus some nice metrics.\n\n## Step 1\nInstall it however you want (git clone / pip)\n\n## Step 2 use it\n```python\nimport pyAlphaVantageAPI.AlphaVantageAPI as AVA\n\napi = AVA.AlphaVantage(api_key=\u003cyour api key\u003e)\n#make a call with arguments as definied in AlphaVantage documentation\ndata = api.TIME_SERIES_DAILY_ADJUSTED(symbol=SYMBOL, datatype=\"csv\", outputsize=\"full\")\n```\n\n*TIME_SERIES_DAILY_ADJUSTED* can be replaced by any function in the documentation as long as it is part of the API and defined in *api.functions_defs*.\n\n## Adding a function to definitions can be done using\n```python\napi.add_function_definitions(function_name, argument_list)\n```\n\n## To know all functions available\n\n```python\napi.get_available_functions()\n```\n\n## To know the arguments of an available function\n\n```python\napi.get_function_arguments(function_name)\n```\n\n# That's it\n\nCheers,\n\nT.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftariqdaouda%2Fpyalphavantage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftariqdaouda%2Fpyalphavantage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftariqdaouda%2Fpyalphavantage/lists"}