Realtime Stock Prices Snapshot

Realtime Stock Prices Snapshot Csharp API Documentation

Returns all security snapshots for the queried interval with links to download.

API Class:
Intrinio.SDK.Api.SecurityApi
Instance Method:
GetSecuritySnapshots()

Stock Price Code Example

Use my API Key
using System;
using System.Diagnostics;
using System.Collections;
using System.Collections.Generic;
using Intrinio.SDK.Api;
using Intrinio.SDK.Client;
using Intrinio.SDK.Model;
using Newtonsoft.Json;
namespace Example
{
public class GetSecuritySnapshotsExample
{
public static void Main()
{
Configuration.Default.AddApiKey("api_key", "YOUR_API_KEY");
Configuration.Default.AllowRetries = true;
var securityApi = new SecurityApi();
DateTime? atDatetime = null;
SecuritySnapshotsResult result = securityApi.GetSecuritySnapshots(atDatetime);
Console.WriteLine(JsonConvert.SerializeObject(result, Formatting.Indented));
}
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
atDatetimeDateTime?The UTC date and time (with url-encoded spaces) the snapshot will cover.[optional]  


Return Type

object
Intrinio.SDK.Model.SecuritySnapshotsResult

Properties

NameTypeDescription
SnapshotsListList of all the snapshot groups comprising the queried result.  
object
Intrinio.SDK.Model.SecuritySnapshotGroup

Properties

NameTypeDescription
TimeDateTime?The UTC timestamp of this snapshot group.  
FilesListList of all the snapshot parts of this group.