Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 680 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 680 Bytes

Stock API in Go

Overview

The Stock API is a RESTful service built using Go (Golang) that provides stock data. It allows users to query stock prices,and access other stock-related information. This API is designed to be lightweight and efficient for handling stock market queries.

Features

  • Retrieve stock prices
  • Fetch stock data
  • Search for stock information by ticker symbol
  • Delete the Desired Data.

Prerequisites

  • Go (1.20 or newer) installed on your machine
  • Basic knowledge of Go and RESTful APIs

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/stock-api.git
    
    

Getting Started

  • go run main.go