Commit 72dfe2e1 by patryk

stooq.pl - zajawka tematu

parent 95db17a9
package kursy;
public class Stooq {
public static void main(String[] args) {
// https://stooq.pl/q/d/l/?s=eurpln&d1=20230101&d2=20231231&i=d
// Dałoby to wyniki postaci:
// Data,Otwarcie,Najwyzszy,Najnizszy,Zamkniecie
// 2023-01-02,4.68574,4.69571,4.66611,4.67022
// 2023-01-03,4.67154,4.68775,4.66676,4.67226
// ...
// Dla chętnych - napisz jakieś programy, które wykorzystują tak pobrane dane.
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment