LitDev Extension API

GW LD3DView LDArray LDBits LDBlueTooth
LDCall LDChart LDClient LDClipboard LDColours
LDCommPort LDController LDControls LDCursors LDDataBase
LDDateTime LDDebug LDDialogs LDDictionary LDEffect
LDEmail LDEncryption LDEvents LDFastArray LDFastShapes
LDFigures LDFile LDFinances LDFocus LDftp
LDGeography LDGraph LDGraphicsWindow LDHashTable LDHID
LDIcon LDImage LDInline LDIOWarrior LDList
LDLogic LDMath LDMathX LDMatrix LDModbus
LDMusic LDNetwork LDPhysics LDProcess LDQueue
LDRegex LDResources LDScrollBars LDSearch LDServer
LDSettings LDShapes LDShell LDSort LDSound
LDSpeech LDStatistics LDStopwatch LDText LDTextWindow
LDTimer LDTranslate LDUnits LDUtilities LDVector
LDWaveForm LDWebCam LDWindows LDxml LDZip
TW

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.