Giter Site home page Giter Site logo

alphavantage_test_demo's Introduction

Alpha Vantage Test Demo

This is a Next.js project created for https://www.alphavantage.co/documentation/.

Functions ⚡

  • Core Stock APIs: This suite of APIs provide global equity data in 4 different temporal resolutions: (1) daily, (2) weekly, (3) monthly, and (4) intraday, with 20+ years of historical depth. A lightweight ticker quote endpoint and several utility functions such as ticker search and market open/closure status are also included for your convenience.
  • Alpha Intelligence™: The APIs in this section contain advanced market intelligence built with our decades of expertise in AI, machine learning, and quantitative finance. We hope these highly differentiated alternative datasets can help turbocharge your trading strategy, market research, and financial software application to the next level.
  • Economic Indicators: APIs under this section provide key US economic indicators frequently used for investment strategy formulation and application development.
  • Technical Indicators: Technical indicator APIs for a given equity or currency exchange pair, derived from the underlying time series based stock API and forex data. All indicators are calculated from adjusted time series data to eliminate artificial price/volume perturbations from historical split and dividend events.

Screenshot


Getting Started 🤔

To get started with this template, you just need to follow these simple steps:

  1. Clone the repository:

    git clone [email protected]:JakeXu/alphavantage_test_demo.git
    
  2. Install dependencies:

     npm i
     # or
     yarn
     # or
     pnpm i
     # or
     bun install
  3. Move .env.example file to .env and add the values for the following keys:

    Use demo apikey instead of real apikey because always get error ino 'Thank you for using Alpha Vantage! Our standard API rate limit is 25 requests per day. Please subscribe to any of the premium plans at https://www.alphavantage.co/premium/ to instantly remove all daily rate limits.'

     NEXT_PUBLIC_API_KEY=demo
  4. Run locally

     npm run dev
     # or
     yarn dev
     # or
     pnpm dev
     # or
     bun dev

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

License

Starter is MIT licensed.

alphavantage_test_demo's People

Contributors

jakemh avatar jakexu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.