Написать парсер валют
Доброго времени суток, уважаемые фрилансеры
Требуется написать парсер курса валют за период несколько лет
в форматах m10, H1, D1,
BTCUSD
EURUSD
XAUUSD - курс надо поделить 31.1
UAHUSD
сохранить все в БД mysql (приблизительно в такое)
CREATE TABLE `ccg_courses` (
`id` int(11) NOT NULL,
`currency` varchar(4) NOT NULL,
`value` float NOT NULL,
`date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
Сделать возможность поставить парсер на крон раз 5-10 минут и обновлять недостающие данные
Пример источников которые нашел в интернете
https://gaterest.fxclub.org/real/restapi/quotes/historyquotes?symbol=BTCUSD&interval=h1
https://gaterest.fxclub.org/real/restapi/quotes/historyquotes?symbol=EURUSD&interval=h1
https://gaterest.fxclub.org/real/restapi/quotes/historyquotes?symbol=XAUUSD&interval=h1
https://gaterest.fxclub.org/real/restapi/quotes/historyquotes?symbol=XAUUSD&interval=m10
https://gaterest.fxclub.org/real/restapi/quotes/historyquotes?symbol=XAUUSD&interval=h4
https://gaterest.fxclub.org/real/restapi/quotes/historyquotes?symbol=EURUSD&interval=D1
Заявки фрилансеров
