Skip to content

andrewass/fastfinance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RESTful API based on YFinance

Using the FastApi web framework for building the API

Using Uvicorn as ASGI web server

Run the server :

uvicorn app.main:app

Endpoints:

Holders :

GET /holders/{symbol}
  • Get holders for a symbol

Price

GET /price/current-price/{symbol}
  • Current price of a symbol
POST /price/current-price-symbols
  • Current price of a list of symbols
GET /price/historical-prices
  • Historical prices of a symbol
Profile
GET /profile/{symbol}
  • Profile of a symbol. Includes data such as location, industry and business summary.

Statistics

GET /statistics/{symbol}
  • Statistics of a symbol. Includes data such as market cap, price to book, price to earnings and earnings per share

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published