8000 GitHub - Andreskammerath/stock_market_api: This is a basic stock market api made with FastAPI, ElasticSearch and PostgresSQL.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Andreskammerath/stock_market_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STOCK MARKET API

This API was build with FastAPI, ElasticSearch and Postgres. It uses api_key to get information from it. You can try it up on:
https://andres-stock-market-api.herokuapp.com/

MOST IMPORTANT ENDPOINTS

/auth/new

This endpoin is to get an api key. Make sure to pass a valid email domain. Example of request's body:
{ "name": "Andrés", "last_name": "Kammerath", "mail_address": "andreskammerath@gmail.com" }

/symbol/{symbol_name}

This endpoint gives info about last 30 days of any stock in the market.The Info includes open price, higher price, lower price, closing price and difference between current day closing price and previous day closing price.

To watch full documentation on the endpoints please visit:

https://andres-stock-market-api.herokuapp.com/docs

About

This is a basic stock market api made with FastAPI, ElasticSearch and PostgresSQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0