Hi all,
I am unable to retrieve data from either Yahoo or google. Error as below.
Please advise
The service plugin RightEdge.DataRetrieval.GoogleDataRetrieval threw an exception of type System.Net.WebException
at RightEdge.Shared.ServiceWrapper.DoError(Exception e)
at RightEdge.Shared.BarDataWrapper.RetrieveData(Symbol symbol, Int32 frequency, DateTime startDate, DateTime endDate, BarConstructionType barConstruction)
at RightEdge.DataDownloadForm.e64b3cdea993e9ab5847312ea7b270ae68d07c961772140bc26672c2ad164c34(Dictionary`2 )
Inner Exception:
An exception of type System.Net.WebException was thrown.
The remote server returned an error: (403) Forbidden.
at System.Net.HttpWebRequest.GetResponse()
at RightEdge.DataRetrieval.GoogleDataRetrieval.RetrieveData(Symbol symbol, Int32 frequency, DateTime startDate, DateTime endDate, BarConstructionType barConstruction)
at RightEdge.Shared.BarDataWrapper.RetrieveData(Symbol symbol, Int32 frequency, DateTime startDate, DateTime endDate, BarConstructionType barConstruction)