Otras Aerolineas

Páginas: 6 (1307 palabras) Publicado: 29 de octubre de 2012
SQBlueSky API V1.0

Table of Contents

1. Companies
1.2 Company info
2.2 Search companies
2. Filings
2.1 Insider Trades (issuer)
2.2 Insider Trades (Reporting)
2.3 Events............................................................................................................................................. 6
2.4Ipos................................................................................................................................................. 6
2.5 Earnings..........................................................................................................................................7
2.6 Privates........................................................................................................................................... 7
3. QueryArgs

1. Companies ↑

1.2 Company info ↑
Method

GET

Path

/companies/CIK

Query args

format, fields

Response body

Object that contains the info of the selected company.

Description
Return a object that contains all of the wanted properties of a company, must be
provided a CIK for access of that info.

1

Example
GET /companies/716006
{
"mailing_street_2":"10990 ROE AVENUE",
"phone_number": "9136966100",
"updated": 1342534660.0,
"mailing_street_1": "10990 ROE AVENUE",
"_rev": "801-ee605c94a85ae239be689a4ced299bb3",
"last_acceptance_date": 1337737599.0,
"business_street_2": "10990 ROE AVENUE",
"business_street_1": "10990 ROE AVENUE",
"fiscal_year_end": "1231",
"mailing_zip_code": "66211",
"business_state": "KS",
"_id":"859f409c3ed7bf58e142e67be6fc6a90",
"trading_symbol": "YRCW",
"irs_number": "480948788",
"business_city": "OVERLAND PARK",
"sic": {
"code": "4213",
"description": "TRUCKING (NO LOCAL)"
},
"mailing_state": "KS",
"mailing_city": "OVERLAND PARK",
"company_name": "YRC Worldwide Inc.",
"business_zip_code": "66211",
"cik": "716006",
"is_company": true,
"state_of_incorporation": "DE"
}
online: json, pretty_json2.2 Search companies ↑

Method

GET

Path

/companies/search_by/field

Query args

format, fields, limit,offset,key,startkey,endkey

Response body Object that contains a list of companies with the wanted
fields
Description
Return a object that contains all of the wanted fields of the companies that to be match
with the search. The field used for do the search can be any, thereare two special cases,
when is needed do a search by the sic code must be used sic_code as field , and for sic
description must be used sic_description.

2

Examples
Get all the companies in wich the company_name start with “goo”
GET /companies/search_by/company_name?startkey=goo&endkey=goozzz&limit=3&offset=20
{
"items": [
{
"phone_number": "6467229450",
"mailing_street_2": "767THIRD AVENUE, 22ND FL.",
"updated": 1338469261.0,
"mailing_street_1": "C/O GOODE PARTNERS, LLC",
"cik": "1523190",
"_rev": "1-02893a61e85f35a1ce5d64d682c1a09d",
"last_acceptance_date": 1311828163.0,
"business_street_2": "767 THIRD AVENUE, 22ND FL.",
"business_street_1": "C/O GOODE PARTNERS, LLC",
"business_city": "NEW YORK",
"mailing_state": "NY",
"fiscal_year_end": "1231","business_state": "NY",
"company_name": "GOODE SKULLCANDY HOLDINGS, LLC",
"business_zip_code": "10017",
"mailing_city": "NEW YORK",
"_id": "3602b03384d4f9c04a44f47104550fad",
"mailing_zip_code": "10017",
"is_company": false,
"state_of_incorporation": "DE"
},
{
"updated": 1338558670.0,
"mailing_street_1": "250 GLEN STREET",
"cik": "1383832",
"_rev": "1-8c869e42d9e49f016aad87e070223961","last_acceptance_date": 1327984637.0,
"mailing_state": "NY",
"mailing_city": "GLENS FALLS",
"company_name": "Goodemote Terry R",
"_id": "f78d712eb73ddc999c853fcdff251479",
"mailing_zip_code": "12801",
"is_company": false
},
{
"updated": 1338562890.0,
"mailing_street_1": "109 W 9TH STREET",
"cik": "1536402",
"_rev": "1-be704cae099e2a9c55b0c70d8a1d79f3",
"last_acceptance_date": 1324492439.0,...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Aerolineas
  • aerolineas
  • Aerolineas
  • Aerolineas
  • AEROLINEAS
  • Aerolineas
  • aerolineas
  • aerolineas

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS