LitDev Extension API
LDFinances
Lets you ask financial information...
Created by Abhishek Sathiabalan for LD extension.
Description | HistoricalPrice | Key |
Price |
Description(ticker)
Gets a description of the company.
ticker The symbol of the company we want to find.
returns A description of the company in the form of an array upon success.
On failure returns an error message.
HistoricalPrice(ticker,startDate,endDate,freq)
Gets the Historical stock information for a stock
ticker The symbol of the company we want to find.
startDate The start date formatted in YYYY-MM-DD
endDate The end date formatted in YYYY-MM-DD
freq daily', 'weekly','monthly', 'annually' are the only valid paramaters
returns A historical price of the company in the form of an array upon success
and a failure returns FAILED.
Key
The API key to use for this API.
You need to get an api key from
https://api.tiingo.com/documentation/general/overview
Price(ticker)
Gets the current price of the company as
reported by the API.
ticker The symbol of the company we want to find.
returns A price of the company in the form of an array upon success
and a failure returns FAILED.