Skip to content

torbenconto/plutus-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plutus Api

Api for plutus

Documentation

Quote

Route Type Returns
/quote/{ticker} string Json return of the Quote struct

Historical

Route Type Returns
/historical/{ticker}/{range}/{interval} string Json return of the Historical struct
Range can be: 1d, 5d, 1mo, 3mo, 6mo, 1y, 2y, 5y, 10y, ytd, max
Interval can be: 1m, 2m, 5m, 15m, 30m, 60m, 90m, 1h, 1d, 5d, 1wk, 1mo, 3mo

News

Route Type Returns
/news/{query} string Json return of the News struct
Query should be either a ticker, company name, or other search term.