{"id":15029767,"url":"https://github.com/mschindler83/alpha-vantage","last_synced_at":"2026-03-14T18:22:50.657Z","repository":{"id":38164781,"uuid":"246042925","full_name":"mschindler83/alpha-vantage","owner":"mschindler83","description":"API wrapper for Alpha Vantage","archived":false,"fork":false,"pushed_at":"2023-04-19T19:28:53.000Z","size":41,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-19T22:50:50.724Z","etag":null,"topics":["exchange-rates","forex","forex-market","php74","stock-api","stock-market","stocks"],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/mschindler83.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":"2020-03-09T13:28:28.000Z","updated_at":"2020-03-11T09:11:14.000Z","dependencies_parsed_at":"2024-09-24T20:21:52.127Z","dependency_job_id":null,"html_url":"https://github.com/mschindler83/alpha-vantage","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"8875349d6f6e46ac438b93d553d4379a08d424e7"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mschindler83%2Falpha-vantage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mschindler83%2Falpha-vantage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mschindler83%2Falpha-vantage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mschindler83%2Falpha-vantage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mschindler83","download_url":"https://codeload.github.com/mschindler83/alpha-vantage/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243349534,"owners_count":20276616,"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":["exchange-rates","forex","forex-market","php74","stock-api","stock-market","stocks"],"created_at":"2024-09-24T20:11:35.830Z","updated_at":"2025-12-24T18:18:07.435Z","avatar_url":"https://github.com/mschindler83.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Alpha Vantage\n[![Build Status](https://img.shields.io/travis/mschindler83/alpha-vantage/master.svg)](https://travis-ci.org/mschindler83/array-access)\n[![Latest Stable Version](https://img.shields.io/packagist/v/mschindler83/alpha-vantage.svg)](https://packagist.org/packages/mschindler83/array-access)\n[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/mschindler83/alpha-vantage.svg)](https://scrutinizer-ci.com/g/mschindler83/array-access/?branch=master)\n[![Code Coverage](https://scrutinizer-ci.com/g/mschindler83/alpha-vantage/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/mschindler83/array-access/?branch=master)\n[![Code Intelligence Status](https://scrutinizer-ci.com/g/mschindler83/alpha-vantage/badges/code-intelligence.svg?b=master)](https://scrutinizer-ci.com/code-intelligence)\n[![Monthly Downloads](https://img.shields.io/packagist/dm/mschindler83/alpha-vantage.svg)](https://packagist.org/packages/mschindler83/array-access)\n\n\nWrapper library for the Alpha Vantage API\nRequires PHP \u003e= 7.4\n\n## Install\n`composer require mschindler83/alpha-vantage`\n\n## Features\n- Get forex exchange rates\n- Search for symbol\n- Get global quote\n- [...] More to come soon\n\n## Usage Examples\n\n### Get a client instance\n```\n$alphaVantage = \\Mschindler83\\AlphaVantage\\Client::instance($apiKey)\n```\n\n### Get forex exchange rate\n```\n$request = ForexExchangeRateRequest::convert('EUR', 'USD');\n$exchangeRate = $alphaVantage-\u003eforexExchangeRate($request);\n\necho $exchangeRate-\u003eexchangeRate();\n```\n\n### Search for symbol\n```\n$request = SearchRequest::queryString('MSCI World');\n$searchResults = $alphaVantage-\u003esearch($request);\n\n$allResultsArray = $searchResults-\u003eitems();\necho $allResultsArray[0]-\u003esymbol();\n```\n\n### Get global quote\n```\n$request = GlobalQuoteRequest::symbol('IWDA.LON');\n$globalQuote = $alphaVantage-\u003eglobalQuote($request);\n\necho $globalQuote-\u003eopen();\necho $globalQuote-\u003ehigh();\necho $globalQuote-\u003elow();\n[...]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmschindler83%2Falpha-vantage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmschindler83%2Falpha-vantage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmschindler83%2Falpha-vantage/lists"}