Hello everyone,
I am writing to you because I am very (very) new to the use of AppleScript and its "programming".
After many hours of unsuccessful research I would really like some help.
I’ll explain you my ‘needs’ by hoping to be as clear as possible.
For three parities, I wish to go "search/retrieve" data on the following site:
https://fr.investing.com/currencies/eur-usd-historical-data (for eur/usd parity)
https://fr.investing.com/currencies/eur-cad-historical-data (for eur/cad parity)
https://fr.investing.com/currencies/eur-aud-historical-data (for eur/aud parity)
For each of the parities I would like to retrieve the following information:
- Last
- Opening
- Higher
- Lower
And this for the last 4 days (at the time I'm writing, from 13/01/21 to 08/01/21).
And "put" these data in a numbers worksheet, in a specific tab (DONNEES), of an already existing Numbers document (path: /Users/Ben/Desktop/DONNEES & GRAPHICS.numbers).
I attach an image of the "shape of the table".
There, I hope to have been as clear as possible,
Now I know ho to open a Safari Window, and a Numbers document with AppleScript,
But I don't know how to ask AS to get a specific value (how to name it) in the source code,
"<td data-real-value="1,2161" class="redFont">1,2161</td>"
If someone can help me with that...
Thank you so much!
Ben
I am writing to you because I am very (very) new to the use of AppleScript and its "programming".
After many hours of unsuccessful research I would really like some help.
I’ll explain you my ‘needs’ by hoping to be as clear as possible.
For three parities, I wish to go "search/retrieve" data on the following site:
https://fr.investing.com/currencies/eur-usd-historical-data (for eur/usd parity)
https://fr.investing.com/currencies/eur-cad-historical-data (for eur/cad parity)
https://fr.investing.com/currencies/eur-aud-historical-data (for eur/aud parity)
For each of the parities I would like to retrieve the following information:
- Last
- Opening
- Higher
- Lower
And this for the last 4 days (at the time I'm writing, from 13/01/21 to 08/01/21).
And "put" these data in a numbers worksheet, in a specific tab (DONNEES), of an already existing Numbers document (path: /Users/Ben/Desktop/DONNEES & GRAPHICS.numbers).
I attach an image of the "shape of the table".
There, I hope to have been as clear as possible,
Now I know ho to open a Safari Window, and a Numbers document with AppleScript,
But I don't know how to ask AS to get a specific value (how to name it) in the source code,
"<td data-real-value="1,2161" class="redFont">1,2161</td>"
If someone can help me with that...
Thank you so much!
Ben