Skip to content

Instantly share code, notes, and snippets.

{
"items":[
{
"mv_bc":"-821.88518907809",
"underlying_id":"USD/RUB",
"position_date":"2020-09-16",
"counterparty_id":"KQX1GD",
"mv":"-58783.374422997",
"reference_instrument_id":"USD/RUB",
"book_id":"D04 FWD Online",
{
"items":[
{
"mv_bc":"-821.89450483789",
"underlying_id":"USD/RUB",
"position_date":"2020-09-16",
"counterparty_id":"KQX1GD",
"mv":"-58783.054534802",
"reference_instrument_id":"USD/RUB",
"book_id":"D04 FWD Online",
{
    "columns": [
        {
            "name": "ag_grid_key",
            "title": {
                "ru": "ID позиции",
                "en": "Position ID"
            },
            "tooltip": {
                "ru": "Системный идентификатор позиции",
@gmananton
gmananton / sports-tracker-download.js
Created January 10, 2019 07:18 — forked from anonymous/sports-tracker-download.js
Download all workouts from sports-tracker
// based entirely on this blog post:
// http://druss.co/2016/04/export-all-workouts-from-sports-tracker/
// unfortunately the original script no longer works, moslty because jQuery is
// no longer available on sports-tracker pages.
//
// I've compiled the changes proposed in the comments in the script below.
// to use the script, login to your sports-tracker account
// change URL to http://www.sports-tracker.com/diary/workout-list
// open browser console (Cmd-Shift-I)